#slider	{ 
		background: transparent; 
		height: 200px; 
		overflow: hidden;
		position: relative; 
		margin: 0;
		width : 100%;
		padding : 0px 0px 0px 0px;
		}

.stepcarousel{
position: relative;
overflow: hidden;
width: 807px;
height: 200px;
  padding : 0;
    left : 75px;
          }

.stepcarousel .belt{
position: absolute;
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left;
overflow: hidden;
margin: 0px 40px 0px 17px;
width: 771px;
height: 195px;
 padding : 0;
        }
.stepcarousel .panel h2 {
	float: right;
	text-align:left;
	text-transform:uppercase;
	padding: 0;
	margin: 20px 0px 0px 0px;
	width: 470px;
	overflow:hidden;
	font-weight : 700;
	}
.stepcarousel .panel p {
 	width: 470px;
	float:right;
	line-height: normal;
	text-align: justify;
	overflow: hidden;
	margin: 0;
	padding : 0;
}
.stepcarousel .panel h2, .stepcarousel .panel h2 a, .stepcarousel .panel h2 a:hover, .stepcarousel .panel p,  .stepcarousel .panel a {
	text-shadow: none;
	}
.stepcarousel .panel img{
	position: absolute; 
	top: 20px;  
	background: #ECECEC; 
	border: 1px solid White;
	padding : 7px 7px 7px 7px;
	float: left;
	width : 250px;
	height : 160px;
	-moz-border-radius: 5px 5px;
	-webkit-border-radius: 5px 5px;
	-o-border-radius: 5px 5px;
	-ms-border-radius: 5px 5px;
	border-radius: 5px 5px;
}
.slidebtn {
opacity: .3;
}
.slidebtn:hover {
opacity: 1;
transition-property: opacity;
transition-duration: .5s;
transition-delay: 0s;
transition-timing-function: slide;
}