﻿/* Easy slider1 */

#slider1{direction:ltr;}

#slider1 ul, #slider1 li{margin:0;padding:0;list-style:none;}

#slider1 li{width:237px;height:153px;overflow:hidden;text-align:center;}

#prevBtn, #nextBtn{display:none;width:25px;height:37px;position:absolute;right:529px;top:140px;}

#nextBtn{right:auto;}

#prevBtn a, #nextBtn a{display:block;
	width:25px;height:37px;background:url(images/left-arrow.gif) no-repeat 0 0;}
#nextBtn a{background:url(images/right-arrow.gif) no-repeat 0 0;}


/* Easy slider1 */
#slider2{direction:ltr;}

#slider2 ul, #slider2 li{margin:0;padding:0;list-style:none;}

#slider2 li{width:275px;height:150px;overflow:hidden;direction:rtl;}

#prevBtn, #nextBtn{display:none;width:25px;height:37px;position:absolute;right:529px;top:140px;}

#nextBtn{right:auto;}

#prevBtn a, #nextBtn a{display:block;
	width:25px;height:37px;background:url(images/left-arrow.gif) no-repeat 0 0;}
#nextBtn a{background:url(images/right-arrow.gif) no-repeat 0 0;}

/* // Easy slider1 */
