
#featuredbox {
width: 950px;
margin: auto;
padding: 0px 0px 0px 0px;
}


#slide {
height: 198px;
margin-top: 10px;
width:950px;
margin-left: 7px;
float: left;
}

#scrollable {
background-repeat: no-repeat;
background-position: top;
padding:0px 0px 0px 0px;
width:950px;
float: left;
height: 160px;
}

.items {
float:left;
width:700px;
height: 165px;
display: block;
margin-top: 17px;
}



.slidesmooth {
height: 155px;
width: 155px;
margin-left: 5px;
margin-right: 5px;
float: left;
background-color:#e5f7ff;
padding: 5px;
}

.slidesmooth-a a {
color: #4E4E4E;
font-size: 16px;
display: block;
}
.slidesmooth h2{
   text-align:center;
   font-family:"trebuchet MS",arial,tahoma;
	font-style:italic;
	font-size:12px;
	color:#0c5672;
	padding:4px;
}
.slidesmooth h2 a{
   text-align:center;
   font-family:"trebuchet MS",arial,tahoma;
	font-style:italic;
	font-size:12px;
	color:#0c5672;
}


.full{
   display: block;
	width: 155px;
	height:130px;
}
/* single item */


/* next / prev buttons */
a.prev, a.next {
   display:block;
	width:26px;
	height:26px;
	float:left;
	background-repeat:no-repeat;	
	margin:75px 0 0 0;

}

a.prev {
display: block;
background:url(images/scrollbutton_left.png);
}

a.prev:hover{
display: block;
background:url(images/scrollbutton_leftup.png);
}



a.next {
background:url(images/scrollbutton_right.png) no-repeat;	
margin-left: 2px;
}

a.next:hover{
background:url(images/scrollbutton_rightup.png) no-repeat;	
margin-left: 2px;
}





