/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

.view-homepage-slider {
width: 960px;
height: 295px;
	position:relative;
	margin:30px auto;
	background: transparent url('./slider-bg.png') no-repeat;
}

#views-nivo-slider-homepage_slider-page_1 img, #views-nivo-slider-homepage_slider-page_1 {
	position:relative;
	top:16px;
	left: 16px
}
#views-nivo-slider-homepage_slider-page_1 a {
	border:0;
}

.nivo-controlNav {
	position:absolute;
	left: 50%;
	bottom: -34px;
	display: block;
	margin-left: -50px;
}
.nivo-controlNav a {
	display:block;
	width:19px;
	height:17px;
	background:url(slider-button.jpg) no-repeat -19px 0;
	text-indent:-9999px;
	border:0;
	margin-right:8px;
	float:left;
}
.nivo-controlNav a.active {
	background-position: 0 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
