/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	height:710px;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-controls-auto {
	/*position: absolute;*/
	bottom: -5px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/images/egovframework/main/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */


.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #addcf0;
	text-indent: -9999px;
	display: block;
	width: 40px;
	height: 5px;
	margin: 0 4px;
	outline: 0;
}


.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #3d9bc3;
	width:78px;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	right: 14px;
	background: url(/images/egovframework/main/controls.gif) no-repeat -26px 0px;
}

.bx-wrapper .bx-next {
	right: 0px;
	background: url(/images/egovframework/main/controls.gif) no-repeat -40px 0px;
}
.bx-wrapper .bx-controls-direction{
	position: absolute;
	top:0;
	right:0;
	width: 28px;
	height: 15px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: -5px;
	outline: 0;
	width: 14px;
	height: 15px;
	text-indent: -9999px;
	/*z-index: 99;*/
	display:inline-block;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	outline: 0;
	background: url(/images/egovframework/main/controls.gif) -12px 0px no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	outline: 0;
	background: url(/images/egovframework/main/controls.gif) 0px 0px no-repeat;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 77%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 24px;
	width: 38px;
	position:absolute;
	height:12px;
	top:-5px;
}

/* IMAGE CAPTIONS */

.bx-controls{
position:absolute;
top:68px;left:50px;width:253px;height:5px;
}