@charset "utf-8";
/* CSS Document */

#gallery .slideshow-container{
	height:370px;
	width:876px;
	
	padding:5px 0 0 4px;
}

#description {
	width:320px;
	
	background-image:url(../images/bkgs/prop-detail.png);
	background-repeat:no-repeat;
	
	padding:20px 0 0 30px;
	
	height:276px;
	
	position:relative;
}

#col-1 {
	width:492px;
	float:left;
	
	position:relative;
}

#col-2 {
	height:370px;
	width:381px;
	float:left;
	
	position:relative;
	
	background:#0f0f0f url(../images/bkgs/bottomCont_strip.png) repeat-x scroll 0 0;
}

/********** SLIDESHOW **********/
#slideshow {
	width:492px;
	height:370px;
	overflow:hidden;
	position:relative;
}

#slideshow span.image-wrapper {
	display:block;
	left:0;
	position:absolute;
	top:0;
	
	height:390px;
	width:492px;
}

#slideshow a.advance-link {
	display:block;
	text-decoration:none;
}

#slideshow img {
	vertical-align:middle;
	height:390px;
	_width: auto;
	width:auto;
	
	position:absolute;
	top:0;
	left:0;
}

/********** THUMBS **********/
#thumbs img {
	height:34px;
	padding:0px;
}

#thumbs {
	position:absolute;
	bottom:0;
	right:31px;
	
	height:74px;
	width:318px;
	
	z-index:2;
	
	overflow:hidden;
}

ul.thumbs {
	height:36px;
	width:318px;
	
	margin:18px auto;
}

#controls {
	height:74px;
	width:380px;
	z-index:1;
	
	position:absolute;
	bottom:0;
}

#controls .nav-controls {
	position:relative;	
}

.nav-controls .next {
	float:right;
	
	width:7px;
	height:10px;
	background-image:url(../images/buttons/btn_next.png);
	background-repeat:no-repeat;
	
	margin:32px 14px;
	z-index:3;
}

.nav-controls .prev {
	float:left;
	
	width:7px;
	height:10px;
	background-image:url(../images/buttons/btn_prev.png);
	background-repeat:no-repeat;
	z-index:3;
	
	margin:32px 14px;
}

.nav-controls span {display:none;}

a.colorbox-link {
	float:right;
	margin:11px;
}

/********** CAPTION **********/
#caption {
	width:492px;
	
	position:absolute;
	bottom:0px;
	left:0px;
	
	background-image:url(../images/bkgs/40_opacity1x1.png);
	background-repeat:repeat;
}

.caption p{
	width:333px;
	float:left;
	margin:10px;
	line-height:20px;
	
	font-weight:bold;
	color:#1b1b1b;
}
