/*

 * Include nivo-sliders own, default css to base everything on

 */

/*@import url('nivo-slider/nivo-slider.css');





 * Plugin specific styles

 */

#slider {
	position:relative;
	top: 110px;
	width: 890px;
	height: 320px;
	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;
        bottom: -50px;
		left: 40%;
		background: #fff;
		padding: 10px 0 10px 23px;
		border: 10px solid #fff;
		-moz-border-radius: 10px;
		border-radius: 10px;
}

.nivo-controlNav a {
        background: url("images/bullets.png") no-repeat scroll 0 0 transparent;
        border: 0 none;
		display: block;
        float: left;
        height: 10px;
        margin-right: 23px;
        text-indent: -9999px;
        width: 10px;
		cursor:pointer;
}

.nivo-controlNav a.active {
        background-position: -10px 0;
}

.nivo-directionNav a {
        background: url("images/arrows.png") no-repeat scroll 0 0 transparent;
        border: 0 none;
        display: block;
		margin-top: -20px;
        height: 100px;
        text-indent: -9999px;
        width: 30px;
}

a.nivo-nextNav {
        background-position: -30px 0;
        right: 10px;
}

a.nivo-prevNav {
        left:10px;
}