/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider {
	position:relative;
	width:100%;
	height:500px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
.nivo-controlNav,
.nivo-controlNav a { display:none; }

.nivo-directionNav a {
	display:block;
	width:56px;
	height:73px;
	top:111px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-56px 0;
	right:-16px;
}
a.nivo-prevNav { left:-16px; }

.nivo-caption,
.nivo-caption a { display:none; }

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
