﻿/* @override http://localhost/bxslider_v3_plugin/css/styles.css */

/*
 * To change the color scheme of slider change each 
 * background property for each of the five styles below
 */

/*next button*/


.bx-window{ direction:ltr; width:100% !important;}
.bx-next {
	position:absolute;
	top:40%;
	right:-20px;
	/*z-index:1;*/
	width: 20px;
	height: 62px;
	text-indent: -999999px;
	background: url(../../Images/Icons/light_next.png) no-repeat 0 0px;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:40%;
	left:-20px;
	/*z-index:1;*/
	width: 20px;
	height: 62px;
	text-indent: -999999px;
	background: url(../../Images/Icons/light_prev.png) no-repeat 0 0px;
}

/*pager links*/
.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	background: url(../../Images/Icons/gray_pager.png) no-repeat 0 -20px;
}

/*auto start button*/
.bx-auto .start {
	background: url(../../Images/Icons/gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(../../Images/Icons/gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 -63px;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#666;
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}


/*----------FOR ZONE 1-----------*/
.zone1 .bx-prev {
    background: url(../Images/light_prev.png) no-repeat 0 0 !Important;
    height: 62px !Important;
    left: 0 !Important;
    position: absolute !Important;
    text-indent: -999999px !Important;
    top: 0 !Important;
    width: 19px !Important;
	border:0 !important;
	box-shadow:none !important;
}
.zone1 .bx-next {
	position:absolute!important;
	top:0 !important;
	right:0 !important;
	/*z-index:1;*/
	width: 20px !important;
	height: 62px !important;
	text-indent: -999999px !important;
	background: url(../Images/light_next.png) no-repeat 0 0px !important;
	border:0 !important;
	box-shadow:none !important;
}
.zone1 a.bx-next:hover,
.zone1 a.bx-prev:hover {
	background-position: 0 -63px !important;
}
/*----------FOR ZONE 3-----------*/
.zone3 .bx-prev {
    background: url(../Images/light_prev.png) no-repeat 0 0 !Important;
    height: 62px !Important;
    left: -5px !Important;
    position: absolute !Important;
    text-indent: -999999px !Important;
    top: 0 !Important;
    width: 19px !Important;
	border:0 !important;
	box-shadow:none !important;
}
.zone3 .bx-next {
	position:absolute!important;
	top:0 !important;
	right:-7px !important;
	/*z-index:1;*/
	width: 20px !important;
	height: 62px !important;
	text-indent: -999999px !important;
	background: url(../Images/light_next.png) no-repeat 0 0px !important;
	border:0 !important;
	box-shadow:none !important;
}
.zone3 a.bx-next:hover,
.zone3 a.bx-prev:hover {
	background-position: 0 -63px !important;
}










