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



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



/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider {
	position:relative;

    height: 330px;
}

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

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

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/prev.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:10px;
	background:url(../images/next.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-prevNav {
	left:15px;
}

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