/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
.nivo-controlNav {
	 bottom: -466px;
    float: right;
    position: inherit;
}
.nivo-controlNav a {
	display:block;
	width:26px;
	height:19px;
	background:url(../images/bullets.png) no-repeat;
	border:0;
	margin-right:3px;
	float:left;
	color: #fff;
	padding:0px 0px 0px 2px;
	font-size:0px;
}
.nivo-controlNav a.active {
	background-position:0 -20px;
	padding:1px 0px 0px 2px;
}
/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}