@charset "UTF-8";
/* CSS Document */

#slider-wrapper {
	width:980px;
	height:375px;
	
}
#slider {
	width:980px;
	height:375px;
	position:relative;
}
.slider-content {
	background-color:#f0f0f0;
	width:980px;
	height:375px;
	text-align:left;
}
.slider-txt {
	padding:20px;
}
.left-caption {
	background-image:url(../images/images/slider-overlay-bgr.png);
	background-repeat:repeat;
	float:left;
	height:230px;
	width:200px;
}
.caption-content {
	padding:20px;
}
/* @override https://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-next {
	top:150px;
	z-index:999;
	width: 40px;
	height: 40px;
	background: url(../images/images/next.png) no-repeat 0 -40px;
	/*margin-left:965px;*/
	margin-left:1000px;
	position: absolute;
	text-indent: -999999px;
}
/*previous button*/
.bx-prev {
    background: url(../images/images/prev.png) no-repeat scroll 0 -40px transparent;
    height: 40px;
    margin-left: -60px;
    position: absolute;
    text-indent: -999999px;
    top: 150px;
    width: 40px;
    z-index: 999;
}
/*pager links*/
.bx-pager a {
	margin-right: 5px;
	padding:3px 5px;
	color:#fff;
	background-image:url(../images/images/btn-bgr.jpg);
	background-position:center top;
	background-repeat: repeat-x;
	zoom:1;
	text-decoration:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/*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
 */



/*pager wrapper*/
.bx-pager {
	z-index:1000;
	text-align:right;
	padding:10px 0px 10px 0px;
}
/*captions*/
.bx-captions {
	text-align:center;
	padding: 7px 0;
	color: #666;
}
/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}
.bx-auto a {
	color: #666;
}
/*next/prev button hover state*/
.bx-next:hover, .bx-prev:hover {
	background-position: 0px 0px !important;
}
/*pager links hover and active states*/
.bx-pager .pager-active, .bx-pager a:hover {
	background-position: 0 0;
	background-color: #84c340;
}
