.slider_container {
	width : 100%;
	border-bottom : 5px solid #b00000;
}
#slider	{ 
		background: transparent; 
		height: 170px; 
		overflow: hidden;
		position: relative; 
		width : 1000px;
		padding : 0;
		margin : 25px auto 10px auto;
		}

.stepcarousel{
position: relative;
overflow: hidden;
width: 1000px;
height: 170px;
padding : 0;
left : 0px;
}

.stepcarousel .belt{
position: absolute;
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left;
overflow: hidden;
width: 160px;
height: auto;
padding : 0;
margin : 0px 7px 0px 0px;
font-size : 12px;
text-align : center;
color : #ffffff;
}
.stepcarousel .panel a, .stepcarousel .panel  a:hover {
	color : #ffffff;
	text-decoration : none;
	border-bottom : 0px none;
	}
.stepcarousel .panel img{
	position: relative;
	 
	border: 4px dashed #ff0000;
	padding : 0px;
	width : 140px;
	/*-moz-border-radius: 5px 5px;
	-webkit-border-radius: 5px 5px;
	-o-border-radius: 5px 5px;
	-ms-border-radius: 5px 5px;
	border-radius: 5px 5px;*/
	height : 140px;
	background-color : #008000;
}
.slidebtn {
opacity: .2;
}
.slidebtn:hover {
opacity: 1;
transition-property: opacity;
transition-duration: .5s;
transition-delay: 0s;
transition-timing-function: slide;
}