/*MainSlaider*/
#mainSlaider{
	background:url(../img/slaider_bgpng.png) repeat-x;
	border:1px solid #e5e5e5;
	margin-top:30px;
	border-bottom:none !important;
}
#mainSlaider h3{
	padding: 10px 25px 10px 25px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	text-align:center;
	font-family: Times New Roman;
	line-height: 1.2;
	margin: 0;
	background: #A90000;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.6);
}
.slaider{
	position:relative;
	padding:3px 22px 0 22px;
	border-bottom:4px solid #970000;
	width:666px;
	margin-left:-1px;
}
.gallary{
	height:268px;
	width:664px;
	overflow:hidden;
}
.gallary ul{
	margin:0;
	padding:0;
}
.gallary li{
	float:left;
	width:166px;
	height:268px;
	background:url(../img/slaid_bg.png) no-repeat;
	margin:0;
	line-height:1;
}
.gallary li:hover{
	background-position: 100% 0;
}
.section p.center{
	margin:5px 3px;
	font-size:15px;
	color:#576080;
	font-family:tahoma;
	height:50px;
	font-weight: bold;
}
.section img{
	width:120px;
	height:120px;
	border:4px solid #fff;
	margin:5px 0;
}
.section  a{
	display:inline-block;
	width:90px;
	height:22px;
	background:url(../img/more.png) no-repeat;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	text-align:center;
	font-family:tahoma;
	padding-top:8px;
}
.section  a:hover{
	background-position:100% 0 !important;
}
.section p.intro{
	height:20px;
	margin:0 10px;
	padding:0 0 5px 20px;
	background:url(../img/bord.png) repeat-x 0 100%;
	margin-bottom:-10px;
	font-size:12px;
	color:#666666;
}
.next,.prew{
	position:absolute;
	display:block;
	width:8px;
	height:14px;
	background:url(../img/nav_sl.png) no-repeat;
	cursor:pointer;
	outline:none;
	border:none;
	text-indent:-9999px;
	padding:0;
	margin:0;
	top:110px;
}
.next{
	background-position: -16px 0;
	right:7px;
}
.next:hover{
	background-position: 100% 0;
}
.prew{
	left:7px;
}
.prew:hover{
	background-position: -8px 0;
}
