#slider{
	position: relative;
	width: 860px;
	height: 210px;
	overflow: hidden;
	text-align: left;
	clear: both;
        left:20px;
	margin-left:-1px;
	margin-top:5px;
	position: relative;
       	border-top: 1px;
	margin-bottom: 5px ;
        background: #ffffff;
        behavior: url(../iepngfix/iepngfix.htc); 


}
.slider_left{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 17px;
	height: 210px;
	overflow: hidden;
	background: url(/images/slider-left.png) no-repeat;
        behavior: url(../iepngfix/iepngfix.htc); 
       
	cursor: hand;
}
.slider_right{
	position: absolute;
	top: 0px;
	left: 844px;
	width: 17px;
	height: 210px;
	background: url(/images/slider-right.png) no-repeat;
        behavior: url(../iepngfix/iepngfix.htc); 
	cursor: hand;
}
.slider_container{
	position: absolute;
	top: 0px;
	left: 17px;
	width: 835px;
	height: 200px;
        
	
}
.slider_inner{
	position: relative;
	width: 825px;        
	height: 200px;
	overflow: hidden;
}
.slider_item {
	  float: left;
	width: 180px;
	height: 210px;
	overflow: hidden;
       position:absolute;
       top: 0px;
}
.slider_item .item_inner{
	padding: 7px 0px 7px 7px;
}
.slider_item .img img {
	width: 165px;
	height: 120px;
	border: ridge 1px #330000;
}
.slider_item .title {
	overflow: hidden;
	padding: 1px 0px 0px 1px;
	font: bold 8pt/15px Tahoma;
	color: #330000;
	width: 170px;
        height:15px;
        text-decoration:none; }

.slider_item .title a {
	overflow: hidden;
	padding: 1px 0px 0px 1px;
	font: bold 8pt/15px Tahoma;
	color: #330000;
	width: 170px;
        height:15px;
        text-decoration:none;     

}


.slider_item .spot {
	padding-left: 1px;
	font: 100 8pt/15px Verdana;
	cursor: hand;
	width: 170px;
        height:60px;
        overflow:hidden;
font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt;
text-align:left; text-decoration:none;
}

a{text-decoration:none;}