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

#slider{
	width:952px;
	height:530px;
	margin:0 auto;
	position:relative;
	border-left:4px #FFF solid;
	border-right:4px #FFF solid; 	
}
.slideshow { height: 530px; width: 952px; margin:0 auto;  background-color:#333; position:relative; }
.slideshow img { padding: 0; margin:0px; float:left; }
#slider-nav{
	position:absolute;
	bottom:100px;
	right:50px;
	z-index:1000;	
}
#slider-nav a
{
	height:14px;
	width:14px;
	background-image:url(image/bullet1.png) ;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
	text-indent:-200000px;
	margin:0 5px 0 0;
}
#slider-nav a.activeSlide
{
	background-image:url(image/bullet2.png);
	background-repeat:no-repeat;
	text-decoration:none;
}
.user_txt{
	width:310px;
	height:270px;
	position:absolute;
	top:260px;
	background-image:url(../images/ban_bg.png);
	background-repeat:no-repeat;
	left:584px;
	/*right:68px;*/
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	/*background: rgba(255,0,0,0.3);*/
}
.user_txt span
{
	width:310px;
	height:23px;
	float:left;
	margin:0px;
	padding:0px;
	
}
.txt{
	width:280px;
	height:216px;
	font-size:20px;
	color:#000;
	line-height:30px;
	padding:15px;
	margin:0;
	float:left;
	
}
.txt h3
{
	font-size:65px;
	line-height:70px;
	text-align:center;
	font-weight:bold;

}
.txt p
{
	text-align:center;
	font-weight:normal;
	font-size:24px;
	top:0px;
}

.ban_btn
{
	width:187px;
	padding-left:15px;
	height:45px;
	display:block;
	position:relative;
	z-index:1000;
	line-height:45px;
	float:right;
	background-image:url(../images/send_msg.png);
	background-repeat:no-repeat;
	border:none;
	background-color:transparent !important;
	background-position:left 7px;
	text-align:left;
	cursor:pointer;
	color:#333;
	font-size:14px;
	font-weight:bold;
	margin:10px 0px 0px 0px;
	position:relative;
	left:-20px;
}
.ban_btn:hover
{
	color:#1a7443;
}

#slider-prev2{
	width:46px;
	height:94px;
	text-indent:-200000px;
	display:block;
	background:url(../images/left_arrow.png) no-repeat 0 0;
	position:absolute;
	top:230px;
	left:-40px;
	z-index:1000;
	outline-style:none;
	color:#FFF;
	background-color:transparent;
}
#slider-prev2:hover{
	width:46px;
	height:94px;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	color:#FFF;
	background-color:transparent;
}
#slider-next2{
	width:46px;
	height:94px;
	text-indent:-200000px;
	display:block;
	background:url(../images/right_arrow.png) no-repeat 0 0;
	position:absolute;
	top:230px;
	right:-70px;
	z-index:1000;
	outline-style:none;
	color:#FFF;
	background-color:transparent;
}
#slider-next2:hover{
	width:46px;
	height:94px;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	color:#FFF;
	background-color:transparent;
}
