﻿.header_bg{background:url(Images/header/1.png); width:950px;height:250px; }

/*.header_ic{position:absolute; top:143px;width:950px;height:250px; border:#FF0000 0px solid;z-index:1}
.header_ic{position:absolute; top:95px;width:950px;height:250px; border:#FF0000 0px solid;z-index:1}
.header_ust{position:absolute; top:61px;width:950px;height:96px; border:#FF0000 0px solid;z-index:1}
*/
.header_splash{line-height:20px; color:#333333;font-family:Arial, Helvetica, sans-serif;}
#header_slider ul, #header_slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
#header_slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:950px;
		height:250px;
		overflow:hidden; 
		}
/*header ic
top:132
*/

.header_ic
{
	position:absolute;
	top:93px;
	width:950px;
	height:250px;
	border:#FF0000 0px solid;
	z-index:1;
	}
.header_ust
{
	position:absolute; 
	top:62px;
	width:950px;
	height:96px; 
	border:#FF0000 0px solid;
	z-index:1;
	}




/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window 
{
	margin:0;
	padding:0;
	height:250px;	width: 950px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel 
{
	margin:0;
	padding:0;
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 0px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(Images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
