@charset "utf-8";
/* CSS Document */
* {margin:0;padding:0}

.buttons{padding:0; float: left;}
.buttons li a{
	display: block;
	color:#fff;
	width: 200px;
	padding-top: 31px;
	padding-bottom: 31px;
	font-family: Verdana;
	font-size: 15px;
	text-align: left;
	text-indent: 25px;
	vertical-align: 50%;
	text-decoration: none;
	background-image: url(../images/button_back.png);
	background-repeat: no-repeat;
	background-position: bottom;
	border: none;
	line-height: 18px;
}
.buttons li a.active, .buttons li a:hover{
	padding-top: 31px;
	padding-bottom: 31px;
	color:#ffffff;
	background-image: url(../images/button_back_hover.png);
	background-repeat: no-repeat;
	background-position: bottom;
	border: none;
	line-height: 18px;
}
.buttons li {list-style:none;}
.noshow
{
	display: none;
}

#homeslide{
	position:absolute;
}
#homeslide div{
	width:800px;
	height:240px;
	float:left;
	background:#eee;
}
.homeslide_content{
	padding:0px;
}
.homeslide_content_left{
	width: 400px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #0000FF;
	height: 200px;
	float:left;
}
.homeslide_content_right{
	width: 300px;
	float: right;
}
#homeslide h3, #homeslide p, #homeslide ul{
	padding:5px 10px;
}
#homeslide p{
	text-indent:16px;
	padding:15px;
}
.mask3{
	position:relative;
	width:800px;
	height:240px;
	overflow:hidden;
	float: right;
}
img { border: none; } 

#homeslide img { border: none; } 

