/* outmost wrapper element */
#scrollable {
	padding:0px 0px 0px 0px;
	margin:0px auto;
	width: 952px;
	float: left;
	position:relative;
}
/* container for the scrollable items */
.items {
	width:947px !important;
	height:180px;
	display:block;
	margin:0px auto;
}
.slide-items {
	float: left;
	margin-right:13px;
	text-align:center;
}
.step_slider_title{
    padding-top:8px;	
}
.step_slider_title a{
    color:#333;
	font-size:16px;	
}
.step_slider_title a:hover{
    color:#3e9ae8;	
}
.slide-items img { 
}
.slide-items.noborder {
	background-image:none;
}
/* single item */

/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:25px;
	height:25px;
	background-repeat:no-repeat;
	margin:0px 0 0 0;
	cursor:pointer;
	position:absolute;
	top:-51px;
}
a.prev {
	background:url(leftArrow.png);
	background-repeat:no-repeat;
	right:30px;
}
a.next {
	background:url(rightArrow.png);
	background-repeat:no-repeat;
	right:0;
}
/*** END SLIDE ***/
