/* @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
 */



.slidebx {
position:absolute;
width:933px;
height:440px;
margin:0;
}

.bx-window {
	width:950px !important;
	min-height:440px !important;
	overflow:hidden;
    z-index: 0;
}

.canning-slider .bx-window, .canning-slider .bx-wrapper { height: 550px !important; }

.bx-wrapper {
	width:950px !important;
	min-height:440px !important;
	overflow:hidden;
}

.bx-window img {
width:950px;
max-width:950px;
height:411px;
}

/*next button*/
.bx-next {
	position:absolute;
	bottom:55px;
	right:5px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(next.png) no-repeat 0 0;
}

/*previous button*/
.bx-prev {
	position:absolute;
    bottom:55px;
	left:20px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(prev.png) no-repeat 0 0;
}

/*pager links*/
.bx-pager a {
    display:block;
    float:left;
	margin-right:0px;
	padding: 3px 8px 3px 6px;
    width:13px;
    height:15px;
    text-indent: -999999px;
}

.pager-1 {
    background: url(../img/s1.png) no-repeat;
}

.pager-1:hover {
    background: url(../img/s1_hover.png) no-repeat;
}

.pager-2 {
    background: url(../img/s2.png) no-repeat;
}

.pager-2:hover {
    background: url(../img/s1_hover.png) no-repeat;
}

.pager-3 {
    background: url(../img/s3.png) no-repeat;
}

.pager-3:hover {
    background: url(../img/s1_hover.png) no-repeat;
}

.pager-4 {
    background: url(../img/s4.png) no-repeat;
}

.pager-4:hover {
    background: url(../img/s1_hover.png) no-repeat;
}

.pager-5 {
    background: url(../img/s1.png) no-repeat;
}

.pager-5:hover {
    background: url(../img/s1_hover.png) no-repeat;
}

.pager-6 {
    background: url(../img/s2.png) no-repeat;
}

.pager-6:hover {
    background: url(../img/s1_hover.png) no-repeat;
}

.pager-7 {
    background: url(../img/s3.png) no-repeat;
}

.pager-7:hover {
    background: url(../img/s1_hover.png) no-repeat;
}

.pager-8 {
    background: url(../img/s4.png) no-repeat;
}

.pager-8:hover {
    background: url(../img/s1_hover.png) no-repeat;
}

.pager-9 {
    background: url(../img/s1.png) no-repeat;
}

.pager-9:hover {
    background: url(../img/s1_hover.png) no-repeat;
}

.pager-10 {
    background: url(../img/s2.png) no-repeat;
}

.pager-10:hover {
    background: url(../img/s1_hover.png) no-repeat;
}

.pager-11 {
    background: url(../img/s3.png) no-repeat;
}

.pager-11:hover {
    background: url(../img/s1_hover.png) no-repeat;
}

.pager-12 {
    background: url(../img/s4.png) no-repeat;
}

.pager-12:hover {
    background: url(../img/s1_hover.png) no-repeat;
}

.pager-13 {
    background: url(../img/s1.png) no-repeat;
}

.pager-13:hover {
    background: url(../img/s1_hover.png) no-repeat;
}

.pager-14 {
    background: url(../img/s2.png) no-repeat;
}

.pager-14:hover {
    background: url(../img/s1_hover.png) no-repeat;
}

.pager-15 {
    background: url(../img/s3.png) no-repeat;
}

.pager-15:hover {
    background: url(../img/s1_hover.png) no-repeat;
}

.pager-16 {
    background: url(../img/s4.png) no-repeat;
}

.pager-16:hover {
    background: url(../img/s1_hover.png) no-repeat;
}

.pager-17 {
    background: url(../img/s1.png) no-repeat;
}

.pager-17:hover {
    background: url(../img/s1_hover.png) no-repeat;
}

.pager-18 {
    background: url(../img/s2.png) no-repeat;
}

.pager-18:hover {
    background: url(../img/s1_hover.png) no-repeat;
}

.pager-19 {
    background: url(../img/s3.png) no-repeat;
}

.pager-19:hover {
    background: url(../img/s1_hover.png) no-repeat;
}

.pager-20 {
    background: url(../img/s4.png) no-repeat;
}

.pager-20:hover {
    background: url(../img/s1_hover.png) no-repeat;
}

.pager-21 {
    background: url(../img/s1.png) no-repeat;
}

.pager-21:hover {
    background: url(../img/s1_hover.png) no-repeat;
}

.pager-22 {
    background: url(../img/s2.png) no-repeat;
}

.pager-22:hover {
    background: url(../img/s1_hover.png) no-repeat;
}

.pager-23 {
    background: url(../img/s3.png) no-repeat;
}

.pager-23:hover {
    background: url(../img/s1_hover.png) no-repeat;
}

.pager-24 {
    background: url(../img/s4.png) no-repeat;
}

.pager-24:hover {
    background: url(../img/s1_hover.png) no-repeat;
}



/*auto start button*/
.bx-auto .start {
	background: url(gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(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 0;
}

/*pager links hover and active states*/
.pager-active {
background: url(../img/s1_hover.png) no-repeat;
}

/*pager wrapper*/
.bx-pager {
position:absolute;
top:416px;
right:0px;
width:auto;
z-index:99;
}

/*captions*/
.bx-captions {
	text-align:center;
}

/*auto controls*/
.bx-auto {
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}



