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

	SlideShow
	v 1.3

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



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

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
  border: 2px solid #DCD7D3; text-align: center; float: left;
margin-right: 2px; margin-top: 2px; margin-bottom: 2px;
	
}

a:hover.slideshowThumbnail img {
  border: 2px solid #DCD7D3; text-align: center; float: left;
margin-right: 2px; margin-top: 2px; margin-bottom: 2px;
}

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

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

#thumbnails {
	/*width: 130px;
	float: left;*/
}

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



/****************** Modifu on 18/05/09 ******************/


.slideshowContainer {
	border: 1px solid #ccc;
	width: 460px;
	height: 360px;
	margin-bottom: 5px;
	cursor:pointer;
	float:left;
}

/***************** Modify End on 18/05/09 *************/


