@charset "utf-8";
/* CSS Document */
#banner-fade{
	margin-left:5px;
	}
ul.bjqs{
	position:relative; 
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden; 
	display:none;
	float:left;
	z-index:10;
	}
li.bjqs-slide{
	position:absolute; 
	display:none;
	}
ul.bjqs-controls{
	list-style:none;
	margin:0;
	padding:0;
	z-index:9999;
	}
ul.bjqs-controls.v-centered li a{
	position:absolute;
	}
ul.bjqs-controls.v-centered li.bjqs-next a{
	left:480px;
	width:50px; 
	height:65px; 
	text-indent: -9000px;
	margin-top:200px;
	z-index:20;
	background:url(../img/arrows.jpg) no-repeat right;
	}
ul.bjqs-controls.v-centered li.bjqs-next a:hover{
	background:url(../img/arrows-h.jpg) no-repeat right;
	}
ul.bjqs-controls.v-centered li.bjqs-prev a{
	left:430px;
	width:50px; 
	height:65px; 
	text-indent: -9000px;
	margin-top:200px;
	z-index:20;
	background:url(../img/arrows.jpg) no-repeat left;
	}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover{
	background:url(../img/arrows-h.jpg) no-repeat left;
	}
ol.bjqs-markers{
	list-style: none; 
	padding: 0; 
	margin: 0; 
	}
ol.bjqs-markers.h-centered{
	text-align: center;
	position:absolute;
	bottom:0px;
	z-index:20;
	margin-left:345px;
	}
ol.bjqs-markers li{ 
	float:right;
	margin:0 2px;
	} 
ol.bjqs-markers li a{
	display:block;
	width:35px;
	height:0;
	padding-top:33px;
	background-position:0 0;
	float:left;
	overflow:hidden;
	}
ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background-position:0 -35px;
	}
p.bjqs-caption{
	display:block;
	width:96%;  
	margin:0;
	padding:2%;
	position:absolute;
	bottom:0; 
	}