/* @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
 */
 
 /*visibility*/
 
 .enableGallery{
	 display:block;
	opacity:1.0;
	z-index:50;
	
	}
	.disableGallery{
	display:none;
	opacity:0.0;
	z-index:50;
	
	}
.currentGallery{
	opacity:1.0;
	z-index:100;
	
	}
.previousGallery{
	opacity:0.0;
	z-index:100;
	
	}


/*Galleries*/
#galleryAdvmark{
	position:relative;
	margin: 0 auto;
	

	}
#gallerySpace{
	position:relative;
	margin: 0 auto;
	
	}
#galleryEvents{
	position:relative;
	margin: 0 auto;
	
	}
#galleryPhoto{
	position:relative;
	margin: 0 auto;
	
	}
#galleryGraphic{
	position:relative;
	margin: 0 auto;
	}
#galleryIdent{
	position:relative;
	margin: 0 auto;
	}
#galleryLandscape{
	position:relative;
	margin: 0 auto;
	}
#galleryWeb{
	position:relative;
	margin: 0 auto;
	}
/*Galleries*/
/*Galleries Icon*/
#galleryIcon{
	position:absolute;
	top: -4px;
	left:11px;
	z-index: 800;
	
	

	}
	#galleryIcon img.imgnoborder{
	border:none;
	
	

	}

/*next button*/
.bx-next {
	position:absolute;
	top:35%;
	right:-20px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../images/bx_styles/btn_next.png) no-repeat 0 -30px;
	outline:0;
	
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:35%;
	left:-20px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../images/bx_styles/btn_prev.png) no-repeat 0 -30px;
	outline:0;
}

/*pager links*/
.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	zoom:1;
	background: url(../images/bx_styles/gray_pager.png) no-repeat 0 -20px;
}

/*auto start button*/
.bx-auto .start {
	background: url(../images/bx_styles/gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(../images/bx_styles/gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
#workgallery img {
	border-color:#999;
	border:0px;
	outline: 0;
}
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
	opacity:0.7;
	opacity:1.0;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#666;
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 10px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}
