div.scroller { 
/* modify width and height of scrolling section if necessary	*/		
width: 790px; 
height: 204px;
overflow: hidden;
border:;
background-color:#fff;
}
div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
width:790px;
height:204px;
overflow:hidden;
float:left;
padding-left:1px;		
}
div.scroller div.section a{
display:block;
float:left;
margin:8px 0 0 5px;
}
div.scroller div.section p.caption{
font-weight:bold;
letter-spacing:1px;
text-align:center;
text-transform:uppercase;
font-size:12px;
color:#776962;
clear:both;
}
div.scroller div.content {
width: 10000px;
}

div#glider{
position:relative;
overflow:;
height:204px;
margin-bottom:12px;
}
div#glider ul{
list-style:none;
height:0;
width:;
margin-top:-204px;
}
div#glider li a {
text-indent:-9999px;
overflow:hidden;
display:block;
position:absolute
}

div#glider li.previous a{
height:43px;
width:43px;
top:82px;
left:-20px;
background:transparent url(../images/slider_left_arrow.png) no-repeat;
}
div#glider li.previous a:hover{
background-image:url(../images/slider_left_arrow_hover.png);
}

div#glider li.next a{
height:43px;
width:43px;
top:82px;
right:-20px;
background:transparent url(../images/slider_right_arrow.png) no-repeat;
}
div#glider li.next a:hover{
background-image:url(../images/slider_right_arrow_hover.png);
}

#glider
{
visibility:hidden;
}

