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

div.content {
	float: left;
	width: 750px;
	height: 562px;
	position: relative;
	list-style-type: none;
}
#wrapper {
	display: inline-block;
	list-style-type: none;
}


div.slideshow-container {
	clear: both;
	height: 562px;
	background-color: #CCC;
	width: 750px;
	float: left;
	position: relative;
	list-style-type: none;
}

div.slideshow {
	float: left;
	text-align: center;
	height: 562px;
	width: 750px;
	list-style-type: none;
}

div.slideshow span.image-wrapper {
	display: block;
	position: relative;
	list-style-type: none;
}


div.slideshow img {
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0px;
	background-image: url(../Graphics/loader2.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 750px;
	height: 562px;
	list-style-type: none;
}

ul.thumbs {
	display: none;	
}
ul.thumbs li {
	display: none;
}

div.announcement_wrapper {
	display: block;
	float: left;
	height: 150px;
	width: 750px;
	padding-top:10px;
	margin-top: 95px;
	margin-right: 0px;
	position: fixed;
	z-index: 100;
}

div.announcement_bg {
	background-color: #Fff;
	float: left;
	height: 100%;
	width: 100%;
	opacity:.75;
	position: relative;
}

div.announcement_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	float: left;
	margin-left:15px;
	height: 100%;
	width: 100%;
	position: fixed;
}

div.announcement_text a:hover {
	color: #f00;
}

div.washington-theater_wrapper{
	display: block;
	float: left;
	height: 562px;
	width: 750px;
	margin-right: 0px;
	margin-top:0px;
	/*position: fixed;*/
	z-index: 100;
	background:#FFF;
}

div.washington-theater_wrapper img{
	width:100%;
	height:auto;
}

div.washington-theater_text{
	width:750px;
	height:100px;
	background-color:#FFF;
	/*position:fixed;*/
	color: #000;
	font-size: 13px;
}