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

	SlideShow
	v 1.3

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


.slideshowContainer {

	border: 1px solid #ccc;
	width: 510px;
	height: 300px;
	margin:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:8px;
	float:center;
	vertical-align:middle;
	cursor:hand;
}


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

.slideshowThumbnail {
	outline: none;
	
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
	
}

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

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

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

#thumbnails {
	/*width: 130px;*/
	align: left;
	border: 1px solid #cc;
	margin-left:2px;
	width: 510px;
	margin-bottom:10px;
}

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

