
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	border: 1px solid #ccc;
	width: 370px;
	height: 246px;
	margin-bottom: 5px;
}

.loading {
	background: url(img/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 2px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 2px;
}

.current img {
	border: 1px solid red;
	padding: 3px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/

#slideshowcontrols {
	position:absolute;
	bottom:10px; left:50%;
	width:126px; height:25px;
	margin-left:-73px;
	z-index:100; padding: 4px 10px 0;
	background: transparent url(../gallery/controlbg.gif);
	opacity:0.5; filter:alpha(opacity=50);
}

#slideshowcontrols a {
	width:29px; height:21px;
	background-image: url(../gallery/contols.gif);
	display:block; float:left;
	text-indent:-20000px;
	margin-left:2px
}

#galPrev { background-position:0 0 }

#galPlay { background-position:-31px 0 }

#galStop { background-position:-62px 0 }

#galNext { background-position:-95px 0; margin:0 }
