﻿@charset "utf-8";

.main_image {width:100%; height:240px; overflow:hidden; margin:0px 0px; position:relative}
.main_image ul {width:9999px; height:240px; overflow:hidden; position:absolute; top:0; left:10px;}
.main_image li {
	float:left;
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: normal;
	width:180px;
	height: 230px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0px;
	overflow:hidden;
	display:block;
	position:relative;	
}



.main_image Li a{
	width:178px;
	height: 228px;
	overflow:hidden;
	display:block;
	position:relative;
	color:#666666;
	border: 1px solid #E1DFDF;
	}
	
.main_image a:hover{
	width:178px;
	height: 228px;
	overflow:hidden;
	display:block;
	position:relative;
	color:#000000;
	border: 1px solid #666666;
	}




.main_image  li img {  float:left; margin:0px; }

.main_image  li span {  float:left; margin:0px;position:relative; top:6px; background-color:}
.main_image  li em {  float:left; margin:0px;position:relative; left:4px; background-color:}

.main_image  li p { width:178px; height:67px; float:left; line-height:18px; padding-left:0px; padding-top:2px; }
.main_image  li p a:{ width:178px; float:left; line-height:18px; padding-left:0px; padding-top:2px;}
.main_image  li p a:hover{
	width:178px;
	float:left;
	line-height:18px;
	padding-left:0px;
	padding-top:2px;
	color: #FFFFFF;
}
.main_image  li p strong {
	font-size:14px;
	display:block;
	clear:both;
	line-height:18px;
	padding-top:0px;
	font-family: "微软雅黑";
	font-weight: normal;	
	text-align: center;
}











#btn_prev,#btn_next{z-index:11111;position:absolute;display:block;width:30px!important;height:230px!important;top:0%;margin-top:5px;display:none; }
#btn_prev{
	background:url(../image/left.png) no-repeat left top;
	left:0px;
	
}
#btn_next{background:url(../image/right.png) no-repeat right top;right:0px;}