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


#SlideShowBackground {
	z-index: 10000;
	filter: alpha(opacity=70); /*older IE*/
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE */
	-moz-opacity: .70; /*older Mozilla*/
	-khtml-opacity: 0.7;   /*older Safari*/
	opacity: 0.7;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#FFFFFF;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	color:#000000;
	text-align:center;
	vertical-align:middle;
	color: Black;
}
#SlideShowImage {
	z-index: 10010;
	position:absolute;
	top: 0;
	color:#000000;
	text-align:center;
	vertical-align:middle;
 font-family:@Arial Unicode MS;
	width:100%;
	height:100%;
	padding: 0;
	text-align:center;
	vertical-align:middle;
	padding-top: 10px;
}
#SSMainTable {
	background-color:#FFFFFF;
}
#SlideShowWrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}
#SlideShowFooter, #SlideShowPush {
	height: 150px; /* .push must be the same height as .footer */
}

