/*
 * jQuery Nivo Slider v1.9
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
.nivoSlider{position:relative;}

/* --- Custom style. --- */
#slider{
	position:relative;
	width:600px;
	height:402px;
	background:#202834 url('../images/loading.gif') no-repeat 50% 50%;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 93px;
	margin-right: 0px;
	z-index: 10;
}
.nivoSlider img{
	position:absolute;top:0px;left:0px;}
	
#slider img{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index: 12;
}
#slider a{border:0;}
.nivoSlider a.nivo-imageLink{position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:60;display:none;}
.nivo-slice{display:block;position:absolute;z-index:50;height:100%;}
.nivo-controlNav{
	position:absolute;
	top:5%;
	width:10px;
	right: 10px;
}
.nivo-controlNav a{
	display:block;
	width:10px;
	height:10px;
	background:url('../images/bullets.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	cursor: pointer;
	position: relative;
	z-index: 98;
}
.nivo-controlNav a.active{
	background-position:-10px 0;
}
.nivo-directionNav a{
	display:block;
	width:16px;
	height:62px;
	text-indent:-9999px;
	border:0;
	top: 170px;
	cursor: pointer;
	position: absolute;
	z-index: 99;
	background-image: url('../images/arrows.png');
	background-repeat: no-repeat;
}
.nivo-nextNav{
	right:7px;
}
a.nivo-nextNav{
	background-position:-16px;
}
.nivo-prevNav{
	left:7px;
}
a.nivo-prevNav{
}
