/*
	Author : bhargav anadkat
*/
.items {margin:0;padding:0;}
.items li {display:none; }
.slider {position:relative; z-index:0; background:none; width:950px; height:521px; margin-top:0px;}

.button-prev {position:absolute; width:34px; height:30px; display:inline-block; bottom:170px; left:5px; z-index:99;}


.button-next {position:absolute; width:34px; height:30px; display:inline-block; bottom:170px; right:5px; z-index:99;}


.banner {height:130px; position:absolute; width:950px; top:270px; overflow:hidden;  background:#fff; text-align:left;}

.banner .row-1 {background:url(../images/1slide.jpg) 0 0 no-repeat; overflow:hidden;height:130px;}
.banner .row-2 {background:url(../images/2slide.jpg) 0 0 no-repeat; overflow:hidden;height:130px;}
.banner .row-3 {background:url(../images/3slide.jpg) 0 0 no-repeat; overflow:hidden;height:130px;}
