﻿/* Easy Slider */
img{border:none;}
.sliderWrap { margin-top: 12px; }
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;}
#slider, #slider li{ 
	/* define width and height of container element and list item (slide)
	   list items must be the same size as the slider area */ 
	width:748px;
	height:301px;
	overflow:hidden;}
span#nextBtn{
    position:absolute;
    top:150px;
    left:762px;
    height:67px;
    width:33px;
    visibility:visible;
	background:url(images/cursors/btnNext.png) no-repeat 0 0;}
span#prevBtn{
    position:absolute;
    top:150px;
    left:-25px;
    visibility:visible;
    height:67px;
    width:33px;
	background:url(images/cursors/btnPre.png) no-repeat 0 0;}
/* // Easy Slider */
