/**************************************************************
	SlideShow

	v 1.3
**************************************************************/
#image-caption{
	float:left;
	line-height:50px;
	background:#333;
	color:#fff;
	padding-left:22px;
	width:447px !important;
	width /**/ :469px;
}

#gallery-title{
	float:right;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	line-height:50px;
	background:#c87d02;
	padding-left:20px;
	width:266px !important;
	width /**/ :286px;
}

#gallery-select-container{
	width: 252px;
	float:right;
	margin:25px 20px 25px 0;
	display:inline;
}

#gallery-select-container select{
	width:200px;
	border:1px solid #d9d9e6;
}

#thumbs-container {
	width: 252px;
	float:right;
	margin-right:20px;
	display:inline;
}

.slideshowContainer {
	width: 469px;
	height: 352px;
	float:left;
	margin-top:3px;
}

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

.thumb {
	outline: none;
}

.thumb img {
	border: 1px solid white;
	padding: 2px;
	float:left;
}

a:hover.thumb img {
	border: 1px solid #999999;
	padding: 2px;
}

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

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