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

	SlideShow
	v 1.3

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

.slideshowContainer {
	border: 1px solid #737171;
	width: 558px;
	height: 373px;
	margin-bottom: 2px;
	margin-top:15px;
	
}
.slideshowContainerProperty {
	border: 1px solid #737171;
	width: 640px;
	height: 480px;
	text-align:center;
	margin-bottom: 7px;
	
}
/*.slideshowContainer img {
height:315px;width:450px; margin-bottom: 10px;}*/

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

.slideshowThumbnail {
	outline: none;
	
}

.slideshowThumbnail img {
	border: 1px solid #737171;
	padding: 4px;
	cursor: pointer;
}

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

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

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

#thumbnails {
text-align:center;
margin-top:20px;
}

#thumbnailsProperty {
	text-align:center;
	vertical-align:center;
	width: 640px;}
/*************************************************************/


