﻿#YSlide {
	position:relative;
	z-index:1;
	width:220px;
	height:170px;
	overflow:hidden;
}
.YSample {
	margin:0 auto;
	overflow:hidden;
}
.YSample, .YSample img {
	width:220px;
	height:140px;
}
.YSample strong {
	position:absolute;
	width:115px;
	z-index:5;
	bottom:-1px;
	left:1px;
	font-weight:normal;
	height:28px;
	line-height:28px;
	text-indent:10px;
	font-size:12px;
	color:#29166f;
	font-family:微软雅黑;
	display:block;
	overflow:hidden;
}
#YSIndex {
	position:absolute;
	z-index:6;
	top:140px;
	left:4px;
	width:210px;
	text-align:right;
	height:32px;
	line-height:32px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
}
#YSIndex a:link, #YSIndex a:visited, #YSIndex a:hover {
	position:relative;
	z-index:6;
	color:#000;
	padding:0 5px 2px 5px;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}
#YSIndex a:hover, #YSIndex a.current:link, #YSIndex a.current:visited, #YSIndex a.current:hover {
	background-color:#e1e1e1;
}
.even {
	background-color:#F8F8F8;
}
.odd {
	background-color:#EAEFF5;
}
.hover {
	background-color:#B0BEC7;
	color:#000;
	cursor:pointer;
}
.hidden {
	display:none;
	clear:both;
}
