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

	SlideShow
	v 1.3

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

.slideshowContainer {

	width: 526px;
	height: 297px;
	margin-top: 6px;
    float:left;
    
 border-left: 6px solid #fff;
}

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

.slideshowThumbnail {
	outline: none;

}

.slideshowThumbnail img {

margin-bottom: 9px;
}



*html .slideshowThumbnail img {

margin-bottom: 5px;
}






a:hover.slideshowThumbnail img {


}


.outline {
	border: 1px solid #ff6600;
	z-index: 0;
	position: absolute;





}

#thumbnails {
width: 205px;
float:left;
margin-top: 7px;

margin-left: 9px;
}




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


