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

html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #000;
	/*color:#FFF;*/
	font: normal 13px/18px Arial, Helvetica, sans-serif;
	/*overflow: hidden;  disable to let scrollbars appear */
	/*position: relative;
	max-width: 1400px;*/

}

.pngfix {
	behavior: url("/js/iepngfix.htc");
}

a:link {
	color: #CCC;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #CCC;
}

ul, li, h4, h3, h2, h1, p {
	padding:0;
	margin:0;
	list-style:none;
}

#player {
	width: 100%;
	height: 100%;
}
object { outline:none; display:block; }





#wrapper {
	position: relative;	
	height: 100%;	
	width: 100%;
}
#main {
	width: 100%;
	height: 100%;
	z-index: 5;
	position: absolute;
}
#content {
	width: 100%;
	height: 100%;
	z-index: 20;
	position: absolute;
}

#menu {
	position: relative;
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: 20px;
	/*padding-bottom: 10px;*/
	z-index: 21;
}
#menu img {
	padding-top: 4px;
	/*background-color:#000;*/
}

.alignbottom {
	position: absolute;
	bottom: 20px;
	width: 100%;
	overflow: hidden;
}






#screen2 {
	position:relative;/*width:600px;*/
	margin-left: 20px;
	overflow: hidden;
}
#screen2 #buttons {
	margin-bottom:0px;
	/*margin-top: 40px;*/
	width:30px;
	height: 12px;
}

#screen2 .prev {
	float:left;
	outline: none;
}
#screen2 .next {
	float:right;
	outline: none;
}
#slideshow {
	overflow:hidden;
	
}
.clear {
	clear:both;
	width:0;
	height:0;
}
#wrap {
	width: 99900px;
	overflow: hidden;
}
.feature {	
	margin: 0;
	padding: 0;
	float: left;
}
#projectText {
	font-family:"Times New Roman", Times, serif;
	line-height: 14px;
	color:#FFF;
	font-size: 11px;
	letter-spacing: 3px;
	font-weight: normal;
	/*margin-top: 10px;*/
	float: left;
	height: 30px;
	width: 500px;
	
}
#link {
	text-align: right;
	margin-right: 15px;
	margin-left: 505px;
	font-family:"Times New Roman", Times, serif;
	line-height: 14px;
	color:#FFF;
	font-size: 11px;
	letter-spacing: 3px;
	font-weight: normal;
	height: 30px;
	vertical-align:bottom;
}


#errorMsg {
	font-family:"Times New Roman", Times, serif;
	line-height: 14px;
	color:#FFF;
	font-size: 11px;
	letter-spacing: 3px;
	font-weight: normal;
	text-align:center;
	margin-top: 50px;
}

.tooltip {
	font-family:"Times New Roman", Times, serif;
	line-height: 14px;
	color:#FFF;
	font-size: 11px;
	letter-spacing: 3px;
	font-weight: normal;
}

.imageset {
	float: left;
	height: 400px;
	overflow: hidden;
	
}
.imageset li {
	height:400px;
	overflow:hidden;
	/*position:relative;*/
	width:600px;
	margin-right: 17px;
}
.imageset ul {
	padding: 0px;
	margin: 0px;
	height: 5000px;
	
}
.pointer img {
	cursor: pointer;
}


.scroller_buttons {
	display: none;
	visibility: hidden;
}
