.CM_slider{
	width: 520px;
	height: 135px;
	overflow: hidden;
	text-align: left;
	clear: both;
	position: relative;
	margin-left: 6px;
	background: url(../images/index_slide_bck.png) repeat-x bottom;
}
.CM_slider_left{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5px;
	height: 210px;
	overflow: hidden;
	background: url(../images/index_slide_left.png) no-repeat;
	cursor: pointer;
	z-index: 2;
}
.CM_slider_right{
	position: absolute;
	top: 0px;
	left: 612px;
	width: 5px;
	height: 210px;
	background: url(../images/index_slide_right.png) no-repeat;
	cursor: pointer;
	z-index: 2;
}
.CM_slider_container{
	position: absolute;
	top: 0px;
	left: 12px;
	width: 520px;
	height: 210px;
	z-index: 1;
}
.CM_slider_inner{
	position: relative;
	width: 589px;
	height: 210px;
	overflow: hidden;
}
.CM_slider_item {
	float: left;
	width: 140px;
	height: 210px;
	overflow: hidden;
	position: absolute;
	top: 0px;
}
.CM_slider_item a{
	font: 100 8pt/14px Verdana;
	text-decoration:none;
	color:#990000;
}
.CM_slider_item .item_inner{
	padding: 0px 10px 0px 10px;
}
.CM_slider_item .img {
	width: 140px;
	height: 100px;
	background: url(../images/index_slide_item_image_bck.png) no-repeat;
}
.CM_slider_item .img img {
	width: 140px;
	height: 94px;
	margin: 3px;
}
.CM_slider_item .title {
	cursor: pointer;
	overflow: hidden;
	font: 700 8pt/14px Tahoma;
	margin: 10px 0px 5px 0px;
	color: #ff0000;
}
.CM_slider_item .spot {
	cursor: pointer;
	width: 140px;
	height: 42px;
	overflow: hidden;
}