
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	height: 220px;
	margin-bottom:2px;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 0;

}

a:hover.slideshowThumbnail img {

}

.current img {

}

.outline {
display:none;
}

.controls{
background:#333333 none repeat scroll 0 0;
color:#FFFFFF;
margin-bottom:0;
padding:5px;
}

.controls a{
color:#EFEFEF;
margin-left:5px;
margin-right:5px;
text-decoration:none;
}


#thumbnails {
	/*width: 130px;
	float: left;*/
}


/*************************************************************/

