
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/


.slideshowContainer { height: 210px; width:250px;margin-bottom: 5px;float:left;}
.slideshowContainer img{   width:250px; }

.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 {	padding: 3px;    width:80px;  	border: 1px solid #fff;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 3px;
}

.current img {
	border: 1px solid #fff;
	padding: 3px;
}

.outline {
	border: 1px solid #03679B; 
	z-index: 0;
	position: absolute;
}

#thumbnails {
background:#000 none repeat scroll 0%;
border:1px solid #0a0a0a;
padding:4px;
width:190px;
}

/*************************************************************/

