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

#slideshow{
	width: 790px;
	height: 302px;
	background-color: #333333;
	overflow: hidden;
	margin: 0 4px 4px 4px;
}
 
#slideshow img {  
	width:  790px;
	height: 302px;
	cursor: pointer;
	border: 0;
}

#slideshow a{
	text-decoration: none;
}

#slideshow .homepage-slideshow-image{
	width: 788px;
	height: 302px;
}

#slideshow a:hover{
	color: #CCCCCC;
}

#slideshow p{
	width: 780px;
	background: url(../images/gui/slideshowLabelBkgd.png) no-repeat;
	behavior: url(/sites/default/themes/reynoldslandingcom/css/iepngfix.htc);
	color: #FFFFFF;
	font-family: "Trajan Pro", Palatino, "Palatino Linotype", Candara, Georgia, "Times New Roman";
	font-size: 14px;
	position: absolute;
	z-index: 20;
	bottom: -30px;
	margin-left: 0;
	padding: 5px;
	text-shadow: #000000 0px 0px 3px;
}

#slideshowTopDropShadow{
	height: 8px;
	width: 790px;
	position: absolute;
	z-index: 80;
	top: 104px;
	left: 5px;
	_left: -395px;
	background: url(../images/gui/slideshowTopDropShadow.png) no-repeat;
	behavior: url(/sites/default/themes/reynoldslandingcom/css/iepngfix.htc);
}

#clickToPlanYourVisit{
	overflow: hidden;
	text-indent: -5000px;
	position: absolute;
	top: 370px;
	right: 16px;
	_right: 31px;
	width: 134px;
	height: 29px;
	z-index: 85;
	background: url(../images/gui/PlanYourVisitHP.png) no-repeat;
	behavior: url(/sites/default/themes/reynoldslandingcom/css/iepngfix.htc);
	cursor: pointer;
}


#pauseIcon{
	position: absolute;
	top: 120px;
	right: 20px;
	z-index: 85;
	opacity: .5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	display: none;
}

#pauseIcon span{
	background: #FFFFFF;
	width: 5px;
	height: 15px;
	margin-right: 0px;
	display: inline-block;
}