/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	display: none;
	left: 0px;
	position: absolute;
	top: 0px;
}
.nivoSlider a {
	border: 0px;
	display: block;
}
.nivo-directionNav a {
	background: url('arrows.png') no-repeat;
	border: 0px;
	cursor: pointer;
	display: block;
	height: 30px;
	position: absolute;
	text-indent: -9999px;
	top: 45%;
	width: 30px;
	z-index: 9;
}
a.nivo-prevNav {
	left: 15px;
}
a.nivo-nextNav {
	background-position: -30px 0px;
	right: 15px;
}
.default #slider {
	height: 550px;
	margin: 0px auto;
    width: 1000px;
}
.default .nivoSlider {
	background: url('loading.gif') no-repeat 50% 50%;
	position: relative;
}