/*
 * To change the color scheme of slider change each 
 * background property for each of the five styles below
 */



.bx-wrapper .bx-next {
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../images/gray_next.png) no-repeat 0 -30px;
}

/*previous button*/
.bx-wrapper .bx-prev {
	position:absolute;
	bottom:10px;
	left:10px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../images/gray_prev.png) no-repeat 0 -30px;
}


/*auto start button*/
.bx-wrapper .bx-auto .start {
	background: url(../images/gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-wrapper .bx-auto .stop {
	background: url(../images/gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*next/prev button hover state*/
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

/*captions*/
.bx-wrapper .bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.bx-wrapper .bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-wrapper .bx-auto a {
	color: #666;
	font-size: 12px;
}

/*
.imgintro .imgintro {
	width:100%;
	height:200px;
}
*/
.imgintrohead {
	position:absolute;
	top:0;
	left:0;
	padding:10px;
}
.imgintro a {
	display:block;
	width:100%;
	height:100%;
}

.bx-wrapper .pagination {
	position:absolute;
	bottom:15px;
	width:100%;
	z-index:99;
}

.danimgintro_slide {
	position:relative;
}
.danimgintro_slide img {
width:100%;
height:auto;
}
/* ----------------- numbers pager */
.danslide .numbers-pager {
	padding: 3px 5px;
	font-size:0;
	color:#666;
	height:20px;
	background:#fff;
	-webkit-border-radius: 10px 10px 0 0;

	border-radius: 10px 10px 0 0;

	border-radius: 10px 10px 0 0;
	z-index:100;
	position:absolute;
	bottom:0;
	left:40px;
}
.danslide .numbers-pager .pager-active, .numbers-pager a:hover {
	color:red;

}
.danslide .numbers-pager .bx-pager-item  {
	margin:0 3px;
	padding: 3px;
	font-size: 12px;
	float:left;
}

/* ----------------- apple pager */
.danslide .apple-pager {
	text-align:center;
	padding: 3px 5px;
	font-size:0;
	color:#666;
	position:absolute;
	bottom:5px;
	left:40px;
	z-index:999;
	background:#ccc;
	opacity:0.8;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 0px 4px 3px #666;
	-webkit-box-shadow: 0px 4px 3px #666;
	box-shadow: 0px 4px 3px #666;
	width:auto;
	display:inline;
	overflow:hidden;
}

.danslide .apple-pager .bx-pager-item  {
	margin:0 3px;
	float:left;
	height:20px;
	width:19px;
}
.danslide .apple-pager a.bx-pager-link  {
	color: transparent;
	padding: 0;
	font-size: 0;
	zoom:0;
	background: url(../images/gray_pager.png) no-repeat 0 -20px;
	height:20px;
	width:19px;
	display:block;
}
.danslide .apple-pager a.bx-pager-link.active,  a.bx-pager-link:hover {
	background-position: 0 0;
	height:20px;
}