
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-ban{
    width:970px;
    height:auto;
    margin:0 auto;
    padding:0px;
    margin-top:0px;
}

#slider {
	position:relative;
    width:970px;
    height:auto;
    margin:0;
	
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:0px;
	margin-top:0px;
	/*background:url(../media/images/button_bg.png);	*/
    /*border: 1px solid #666;*/	
	opacity: 0.9;
    z-index: 99;
	-moz-border-radius:0px;
    -webkit-border-radius:0px;
    padding: 0 0px;
    
	}
	
	.nivo-controlNav:hover{opacity: 1;}
	
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:0px;
	float:left;
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	background-position:0 0px;
	font-weight:bold;
}

.nivo-directionNav a {
	display:block;
	width:35px;
	height:65px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	position:absolute;
	z-index:99;
	cursor:pointer;
}
a.nivo-nextNav {
	background-position:-35px 0;
	right:0px;
}

a.nivo-nextNav:hover{right: 31px;}

a.nivo-prevNav {
	left:0px;
}
a.nivo-prevNav:hover{left: 11px;}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

.nivo-directionNav a{top: 40%;}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
/*#slider-ban1{
    width:972px;
    height:360px;
    margin:0 auto;
    padding:0px;
    margin-top:0px;
	height:220px;
}

#slider {
	position:relative;
    width:992px;
    height:360px;
    margin:0;
	background:url(../images/loading.png) no-repeat 50% 50%;
}
*/