@CHARSET "UTF-8";

body {
	background-image: none; 
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #BA0000;
	padding: 0px;
	margin:0px;
}

#sheet {
	/*position: relative;*/
	width: auto;
	height: auto;
	margin: auto;
	background-color: transparent;
	border: 0px;
	margin-top:12%;
	text-align: center;
}
	
#logo {
	position: static;
	/*margin: 0px 500px 0px 0px;*/
	margin: auto;
	margin-top:0%;
	clear:both;
	width:300px;
	/*float: left;*/
	/*border: 1px solid black;*/
}

a{
	clear:both;
	color:black;
}

a:hover{
	color:white;
	}

ul.translation_menu
	{
	margin-top:30px;
	margin-right:10px;
	}

ul.translation_menu li{
	margin-left:20px;
	}
	
/* Gallery Styles */

#motioncontainer {
margin:0 auto;  /*Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 100px; /* Set to gallery height */
margin-top:50px;
/*background-color: white;*/
}

#motioncontainer img {
/*border: 1px solid #cccccc;  Set image border color */
margin-right: 10px;
}

#motioncontainer a:hover img {
/*border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

	
div#imagescroller{
	position:relative;
	overflow:hidden;
	width:100%;
	margin-top:8%;
	background-color: #ba0000;
	/*padding: 10px 0px 10px 0px;*/
	}	
	
div#his3container{
	position:relative;
	overflow:hidden;
	width:100%;
	height:190px;
	}

div#his3container div#display_area{
	position:absolute;
	/*margin:10px 0px 10px 0px;*/
	/*clip:rect(50,50,100,0);*/
	height:200px;
	background-color: transparent;
	
	}

div#scroller_clip_div{
	position: relative;
	margin-right:10px;
	margin-top:10px;
	float:left;
	width:72px;
	height: 72px;
	border: 1px solid white;
	}

img.scroller_img{
	position: absolute;
	left:-40px;
	clip: rect(10px 200px 200px 0px);
	top:-10px;
	padding: 5px 20px 5px 20px;
	/*border: 2px solid #dedede;*/
	margin:6px 6px 6px 6px;
	height:250px;
	width:128px;
	}
	
div#shadow_top{
	position:relative;
	width:100%;
	height:10px;
	background-image: url(../img/texture/shadow_border_top.png);
	background-repeat: repeat-x;

	}
div#shadow_bottom{
	position:relative;
	width:100%;
	height:10px;
	margin-top:0px;
	z-index:10;
	background-image: url(../img/texture/shadow_border_bottom.png);
	background-repeat: repeat-x;
	}
	
