/*
 * Include nivo-sliders own, default css to base everything on
 */
@import url('nivo-slider/nivo-slider.css');

/*
 * Plugin specific styles
 */
#slider {
	position:relative;
	width:100%;
	height:800px;
	background: url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

/*
 * Overriding default nivo-slider styles for "blending in"
 */
.nivo-controlNav {
    position: absolute;
	left: 50%;
	margin:120px 0 0 350px;
	z-index:999;
}
.nivo-controlNav a {
        background: url("images/bullets.png") no-repeat scroll 0 0 transparent;
        border: 0 none;
		display: block;
        float: left;
        height: 22px;
        margin-right: 3px;
        text-indent: -9999px;
        width: 22px;
		z-index:9999;
		position:relative;
}
.nivo-controlNav a.active {
        background-position: -22px 0;
}
.nivo-directionNav a {
        background: url("images/arrows.png") no-repeat scroll 0 0 transparent;
        border: 0 none;
        display: block;
        height: 30px;
        text-indent: -9999px;
        width: 30px;
}
a.nivo-nextNav {
        background-position:-30px 0;
        right:10px;
}
a.nivo-prevNav {
        left:10px;
}

