

/*----------------------------------------------------------------*/
/*------[MAIN LAYOUT]---------------------------------------------*/
/*----------------------------------------------------------------*/
#wrapper { width: 750px; margin: 0px auto; direction: ltr;}
		
/*----------------------------------------------------------------*/
/*------[SLIDER]--------------------------------------------------*/
/*----------------------------------------------------------------*/
#sections { float: left; width: 750px; height: 200px; overflow: hidden; margin-top: 5px; position: relative; z-index: 9; background-image: url(slider-b.gif); background-repeat: repeat-x; background-position: bottom; direction: ltr; }
#sections ul { width: 2250px; margin: 0px; padding: 0px; position: absolute; z-index: 9; }
#sections ul li { float: left; display: block; }
.next { cursor: pointer; background-image: url(slider-a.png); width: 56px; height: 58px; position:relative; z-index: 10; float:right; margin: -105px -10px 0 0; }
.prev { cursor: pointer; background-image: url(slider-b.png); width: 56px; height: 58px; position:relative; z-index: 10; float: left; margin: -105px 0 0 -10px;  }
