
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/


.slideshowContainer { height: 200px; width:300px;margin-bottom: 5px;float:right;}
.slideshowContainer img{   width:300px;height:200px; }  

.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:97px;float:left;border: 1px solid #fff;height:65px;}

a:hover.slideshowThumbnail img {border: 1px solid #ccc;}

.current img {	border: 1px solid #fff;}

.outline {	border: 1px solid #08946b; 	z-index: 0; 	position: absolute;}

#thumbnails {clear:right;border:1px solid #08946b;width:298px;float:right;margin-top:5px;}

/*************************************************************/

