
/**/
.CM_slider{
	width: 300px;
	height: 120px;
	overflow: hidden;
	text-align: left;
	clear: both;
	position: relative;
	margin-bottom: 10px;
}
.CM_slider_left{
	position: absolute;
	top: 41px;
	left: 0px;
	width: 17px;
	height: 28px;
	overflow: hidden;
	background: url(../images/index_slide_left.png) no-repeat;
	cursor: pointer;
	z-index: 2;
}
.CM_slider_right{
	position: absolute;
	top: 41px;
	left: 283px;
	width: 17px;
	height: 28px;
	background: url(../images/index_slide_right.png) no-repeat;
	cursor: pointer;
	z-index: 2;
}
.CM_slider_container{
	position: absolute;
	top: 0px;
	left: 22px;
	width: 256px;
	height: 120px;
	z-index: 1;
}
.CM_slider_inner{
	position: relative;
	width: 256px;
	height: 120px;
	overflow: hidden;
}
.CM_slider_item {
	float: left;
	width: 85px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	top: 0px;
}
.CM_slider_item a{
	font: 100 8pt/14px Tahoma;
}
.CM_slider_item .item_inner{
	padding: 5px;
}
.CM_slider_item .img {
	width: 75px;
	height: 110px;
}
.CM_slider_item .img img {
	width: 75px;
	height: 110px;
	margin: 0px 0px 0px 0px;
}
/*
.CM_slider_item .title {
	cursor: pointer;
	overflow: hidden;
	font: 100 7.5pt/14px Tahoma;
	margin: 10px 5px 0px 5px;
	color: #024067;
}
.CM_slider_item .spot {
	cursor: pointer;
	width: 123px;
	height: 56px;
	overflow: hidden;
}*/