@charset "utf-8";
/* CSS Document */


#banner_home{
	width:100%; 
	float:left; 
	position:relative; 
	min-width:960px;
}

#banner-fade{
	}
	
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:auto;
	padding:0;
	z-index:9999;
	width:960px;
	position:relative;
	top:270px;
	}
ul.bjqs-controls.v-centered li a{
	position:absolute;
	}
ul.bjqs-controls.v-centered li.bjqs-next a{
	right:0px;
	width:68px; 
	height:49px; 
	text-indent: -9000px;
	margin-top:-40px;
	z-index:20;
	background:url(../img/arrows.png) no-repeat right;
	}
ul.bjqs-controls.v-centered li.bjqs-next a:hover{
	background:url(../img/arrows-h.png) no-repeat right;
	}
ul.bjqs-controls.v-centered li.bjqs-prev a{
	left:0px;
	width:68px; 
	height:49px;
	text-indent: -9000px;
	margin-top:-40px;
	z-index:20;
	background:url(../img/arrows.png) no-repeat left;
	}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover{
	background:url(../img/arrows-h.png) no-repeat left;
	}
ol.bjqs-markers{
	list-style: none; 
	padding: 0; 
	margin: 0; 
	}
ol.bjqs-markers.h-centered{
	text-align: center;
	position:absolute;
	bottom:10px;
	z-index:20;
	margin-left:400px;
	}
ol.bjqs-markers li{ 
	float:left;
	margin:0 2px;
	} 
ol.bjqs-markers li a{
	display:block;
	width:17px;
	height:0;
	padding-top:17px;
	background-position:0 0;
	background:url(../img/pagination.png);
	float:left;
	overflow:hidden;
	}
ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background-position:0 -61px;
	}
p.bjqs-caption{
	display:block;
	width:96%;  
	margin:0;
	padding:2%;
	position:absolute;
	bottom:0; 
	}
.bn-caption{
	position:absolute;
	right:30px;
	width:165px;
	top:40px;
	}
.bn-caption p{
	color:#fff;
	font-family:"Decker";
	font-size:16px;
	background:url(../img/li.png) no-repeat 0px 1px;
	margin-top:5px;
	line-height:18px;
	padding-left:18px;
	}

