@CHARSET "ISO-8859-1";

#home-slider-wrapper {
	width: 650px;
	height: 274px;
	position: relative;
}

#home-slider-wrapper .nivoSlider {
	width: 650px;
	height: 274px;
    position: relative;
    background: url(/images/loading.gif) no-repeat 50% 50%;
}

#home-slider-wrapper .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

#home-slider-wrapper .nivoSlider a {
    border: 0;
    display: block;
}

#home-slider-wrapper .nivo-controlNav {
	position: absolute;
	right: 20px;
	bottom: 0;
	z-index: 1000;
}

#home-slider-wrapper .nivo-controlNav a {
	width: 10px;
	height: 10px;
	margin: 0 2px;
	float: left;
	display: block;
	background: transparent url(/images/slider-tick.png) no-repeat center bottom;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-indent: -1000000px;
}
#home-slider-wrapper .nivo-controlNav a.active,
#home-slider-wrapper .nivo-controlNav a:hover {
	background: transparent url(/images/slider-tick.png) no-repeat center top;
}
