div.scroller { 
/* modify width and height of scrolling section if necessary	*/		
width: 236px; 
overflow: hidden;
}
div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
width: 236px; 
overflow:hidden;
float:left;
}
div.scroller div.content {
width: 10000px;
}

div#section2 {
}

div#my-glider {
border:solid 0px #000;
position:relative;
}
div#my-glider a.nav-left {
position:absolute;
left:3px;
top:65px;
cursor:pointer;
height:25px;
width:26px;
background:url(../../img/prev-horizontal.png) no-repeat;
background-position:2px 0;
}
div#my-glider a.nav-left:active {
background-position:0 0;
}
div#my-glider .nav-right {
position:absolute;
right:3px;
top:65px;
cursor:pointer;
height:25px;
width:26px;
background:url(../../img/next-horizontal.png) no-repeat;
background-position:0 0;
}
div#my-glider a.nav-right:active {
background-position:2px 0;
}
