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

	SlideShow
	v 1.3

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

.slideshowContainer {
	/*border: 1px solid #ccc;*/
width : 350px;
height : 350px;
	margin-bottom: 5px;
	/*float :left;*/
	margin-left : auto;
	margin-right : auto;
	margin-top :5px;
	text-align:center;
}

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

.slideshowThumbnail {
	outline: none;

}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 3px;
	display:inline;
}

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

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

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

#thumbnails {

	text-align :center;
	padding-left : 3px;
}

.sl_title
{
height:115px;
width:115px;
float:left;
}

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


