
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/


.slideshowContainer { height: 200px; width:300px;margin-bottom: 5px;float:left;}
.slideshowContainer img{   width:300px; }  

.front_show {   width:362px;height: 244px; }  

.front_show img{   width:362px; ;height: 244px;}

.loading { 	background: url(images/loading.gif) center no-repeat; }

.slideshowThumbnail { 	outline: none;  display:block;  float:left;}

.slideshowThumbnail img {	width:80px;float:left;margin:3px;border: 1px solid #fff;}

a:hover.slideshowThumbnail img {border: 1px solid #ccc;}

.current img {	border: 1px solid #fff;}

.outline {	border: 1px solid #03679B; 	z-index: 0; 	position: absolute;}

#thumbnails { background:#F6F6F6 none repeat scroll 0%;border:1px solid #EFEFEF;padding:4px;width:390px;}

/*************************************************************/

