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

.dm-window { width:957px !important; margin-bottom:20px; margin-left:11px;}
.dm-wrapper {
	background: url(../img/bg.png) no-repeat scroll center top transparent;
	clear:both;
	height:460px;
	margin-left:auto;
	margin-right:auto;
}

.dm-viewport {
	width:957px !important;
	margin-left:11px !important;
}
 
/*next button*/
.dm-next {
	/* display:none; */
	position:absolute;
	top:42%;
	right:11px;
	z-index:999;
	width: 40px;
	height: 40px;
	text-indent: -999999px;
	background: url(../img/next.png) no-repeat 0 0px;
	opacity: 0.7
}

/*previous button*/

.dm-prev {
	/* display:none; */
	position:absolute;
	top:42%;
	left:11px;
	z-index:999;
	width: 40px;
	height: 40px;
	text-indent: -999999px;
	background: url(../img/prev.png) no-repeat 0 0px;
	opacity: 0.7
}

/*pager links*/
.dm-pager {
	position:absolute;
	right:15px;
	bottom:40px;
	font-size:0px;
	color:#666;
	text-align:center;
}
.dm-pager a {
	display:inline-block;
	zoom:1;
	margin-right: 5px;
	padding:4px 0 0 1px;
	height:16px;/* 19 */
	width:18px;/* 19 */
	font-weight:bold;
	font-size: 0px;
	color:#000;
	text-decoration:none;
	background:url(../img/gray_pager.png) no-repeat 0 -20px;
}

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

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

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.dm-next:hover,
.dm-prev:hover {
	background-position: 0 0;
	opacity:1
}

/*pager links hover and active states*/
.dm-pager .pager-active,
.dm-pager a:hover {
	color:#fff;
	text-decoration:none;
	background-position: 0 0;
}

/*captions*/
.dm-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.dm-auto {
	text-align: center;
	padding-top: 15px;
}

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