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

#slideshow{
	width: 758px;
	height: 364px;
	background-color: #eae9dc;
	border: 1px solid #cdcbad;
	border-top: 2px solid #cdcbad;
	border-bottom: 2px solid #cdcbad;
	overflow: hidden;
	text-align: center;
	margin-left: 5px;
}
 
#slideshow img {  
		width:  756px;
		height: 362px;
		border: 0;
		margin: 1px;
}

#slideshow a{
	text-decoration: none;
}

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

#slideshow p{
	width: 780px;
	background: url(/images/gui/slideshowLabelBkgd.png) no-repeat;
	behavior: url(/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;
	top: 274px;
	margin-left: 0;
	padding: 5px;
	text-shadow: #000000 0px 0px 3px;
}

#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;
}





/**/
			
/**/
