/*====================*/
/*=== Reset Styles ===*/
/*====================*/



/*===================*/
/*=== Main Styles ===*/
/*===================*/



/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider {
	position:relative;
    
	width: 1000px !important;
    
	height: 365px !important;
	/*background: url(/images/bg_slider.png) !important;*/
}

#slider div{
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:500px;
	bottom: 0px;
	z-index: 99;
	bottom:-15px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/buller1.png) no-repeat;
	text-indent:-9999px;
	border:0;
	
	
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
	background:url(../images/buller2.png) no-repeat;
	width:22px;
	height:22px;
	display:block;
	text-indent:-9999px;
	border:0;
	
	
	float:left;
}

.nivo-directionNav a {
	display:block;
	width: 53px;
	height: 53px;
	background:url(../images/prev.png) no-repeat;
	text-indent:-9999px;
	border:#ffffff solid 1px;
	margin-left: 10px;
	margin-right:10px;
	margin-top: -17px;
}
a.nivo-nextNav {
	background-position:-30px 0;
	
	background:url(../images/next.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top:170px;
}
a.nivo-prevNav {
	left:0px;
	top:170px;
}

.nivo-caption {
    font-size: 10px;
}