﻿/* @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-next {
	position:absolute;
	bottom:25%;
	right:10px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../images/gray_next.png) no-repeat 0 -30px;
	zoom:1;
}

/*previous button*/

.bx-prev {
	position:absolute;
	bottom:25%;
	left:10px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../images/gray_prev.png) no-repeat 0 -30px;
	zoom:1;
}

/*pager links*/
.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 7px;
	font-size: 9px;
	zoom:1;
	background: url(../images/green_pager.png) no-repeat 0 -20px;
	text-indent:-99999px;
	height:15px;
}

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

/*auto stop button*/
.bx-auto .stop {
	background: url(../images/gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
	zoom:1;
}

/*
 * 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*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
	height:15px;
	zoom:1;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#666;
	position:absolute;
	bottom:20px;
	left:20px;
	z-index:999;
	zoom:1;
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 9px;
	padding: 5px;
	color: #666;
	position:absolute;
	bottom:10px;
	right:30px;
	background:#000;
	color:#fff;
	filter:alpha(opacity=75); /* for internet explorer */
	opacity: 0.75; /* CSS3 standard */
	-moz-opacity:0.75; /* for older gecko browsers */
	-khtml-opacity: 0.75; /* for older webkit browsers */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
	z-index:999;
}
/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
	zoom:1;
}
.bx-auto a {
	color: #666;
	font-size: 12px;
	zoom:1;
}
.bx-window {
	text-align:center;
	padding:0;
	margin:0;
	width:100%;
	}


/* personal styles */

