

#slide {
background-image: url(images/slide-bg.png);
height: 225px;
width: 855px;
margin: 10px auto 20px auto;
}



/* outmost wrapper element */
#scrollable {
background-repeat: no-repeat;
background-position: top;
padding:0px 0px 0px 0px;
width:885px;
float: left;
height: 225px;
}

/* container for the scrollable items */
.items {
float:left;
width:700px;
height: 225px;
display: block;
margin-top: 8px;
}



.slide-items {
height: 200px;
width: 133px;
margin-left: 5px;
margin-right: 5px;
float: left;
background-color: #FFF;
padding: 5px;
}

.slide-items-a a {
color: #4E4E4E;
font-size: 16px;
margin: 8px 0px 0px 25px;
display: block;
}

/* single item */


/* next / prev buttons */
a.prev, a.next {
display:block;
width:31px;
height:225px;
float:left;
background-repeat:no-repeat;	
margin:0px 0 0 0;
}

a.prev {
background:url(images/slide-button-left.png);
margin-right: 15px;
}


a.next {
background:url(images/slide-button-right.png);	
margin-left: 15px;
}


