#banner 
{ 
	/*
	position: relative; 
	width: 678px; 
	height: 430px; 
	border: 1px solid #666; 
	overflow: hidden; 
	left: 100px;
	*/
}

#banner_list img 
{ 
	border: 0px; 
}

/*banner 左下角字的背景*/
#banner_bg 
{ 
	position: absolute; 
	bottom: 0; 
	background-color: #000; 
	height: 30px; 
	filter: Alpha(Opacity=30); 
	opacity: 0.3; 
	z-index: 1000; 
	cursor: pointer; 
	width: 478px; 
	
	border-top-right-radius: 5px;
	
}

/*banner左下角的字*/
#banner_info 
{ 
	position: absolute; 
	bottom: 0; 
	left: 5px; 
	height: 22px; 
	color: #fff; 
	z-index: 1001; 
	cursor: pointer;
}

#banner_text 
{ 
	position: absolute; 
	width: 120px; 
	z-index: 1002; 
	right: 3px; 
	bottom: 3px; 
}

#banner ul 
{ 
	position: absolute; 
	list-style-type: none; 
	filter: Alpha(Opacity=80); 
	opacity: 0.8; 
	z-index: 1002; 
	margin: 0; 
	padding: 0; 
	bottom: 3px; 
	right: 5px; 
}

#banner ul li 
{ 
	padding: 0px 8px; 
	float: left; 
	display: block; 
	color: #FFF; 
	background: #6f4f67; 
	cursor: pointer; 
	border: 1px solid #333;
}

#banner ul li.on 
{ 
	background-color: #000; 
}

#banner_list a 
{ 
	position: absolute; 
}



/*banner 左边的标题标签*/
/*
.bannerleft
{
	width: 310px; 
	height: 430px; 
	background-color: black; 
	float: left;
	position: absolute; 
	left: 220px; 
	top: 38px;
	
	
}
*/
.bannerleft2
{
	width: 270px; 
	height: 430px; 
	background-color: black; 
	float: left;
	position: relative;
	left: -55px;	
	opacity: 0;
}
.bannermid2
{
	/*width: 678px; */
	width: 1200px;
	height: 430px; 
	background-color: #1d5092; 
	float: left; 
	position:relative;
	/*left: -170px;*/
	left:-430px ;
}
.bannerright2
{
	width: 270px; 
	height: 430px; 
	background-color: black;
	float: left; 
	position: relative; 
	left: 125px;
	opacity: 0;
}
/*banner左边标签的文字*/
.bannerDetail
{
	height: 90px;
	position: relative;
	left: 10px;
	top: 100px;
	
}
/*banner左边标签的文字*/
.bannerDetailBigTitle
{
	font-size: 20px;
	color: white;
}
/*banner中间*/
/*
.bannermid
{
	
	width: 678px; 
	height: 430px; 
	background-color: red; 
	float: left;
	position: absolute;
	left: 530px;
	top: 0px;
}
*/
.bannerDetailBigTitle a:link 
{ 
	color:red; 
	text-decoration:underline; 
} 
.bannerDetailBigTitle a:visited 
{ 
	color:yellow; 
	text-decoration:none; 
} 
.bannerDetailBigTitle a:hover 
{ 
	color:blue; 
	text-decoration:none; 
} 
.bannerDetailBigTitle a:active 
{ 
	color:black; 
	text-decoration:none; 
} 

/*banner 右边 登陆 注册*/
/*
.bannerRight
{
	width: 310px; 
	height: 430px; 
	background-color: black; 
	float: left;
	position: absolute;
	left: 1208px;
	top: 0px;
	
}
*/

.bannerUserName
{
	width: 200px;
	height: 260px; 
	background:url(images/myimgs/usernamebg.jpg); 
	left: 30px; 
	top: 60px; 
	position: relative;
	
}
.bannerUserNameBtn
{
	background:#6a93bf;
	color:#fff;
	border:none;
	width: 70px;
	height: 35px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0px 10px 0 10px;
}
