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

	SlideShow
	v 1.3

**************************************************************/
#container {width:600px; margin: 5px auto;}

.slideshowContainer {
	border: 0px solid #ccc;
	width: 550px;
	height: 400px;
	margin-bottom: 5px;
}

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

.slideshowThumbnail {
	outline: none;
}

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

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

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

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

#thumbnails {float:left; clear:both; margin:10px auto;}

#thumbnails img {
	width: 35px;
	float: left;
	overflow:hidden;
	margin:1px;
	padding:1px;
	height:30px;
}

.slideshow_controls {width:150px; border:0px solid red; margin:5px auto;}

#stop_slideshow {height:18px; width:18px; text-indent:-9999px; background:transparent url(../images/stop.gif); background-repeat:no-repeat; background-position:left top; float:left; margin-left:5px;}
#play_slideshow{height:18px; width:18px; text-indent:-9999px; background-image:url(../images/play.gif); background-position:left top;float:left; margin-left:5px;}
#next_slideshow{height:18px; width:18px; text-indent:-9999px; background-image:url(../images/next1.gif); background-position:left top;float:left; margin-left:5px;}
#previous_slideshow{height:18px; width:18px; text-indent:-9999px; background-image:url(../images/previous.gif); background-position:left top;float:left; margin-left:5px;}

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

