/*
 * jQuery Nivo Slider v2.5.2
 * 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
 */
 

/*--- Custom Slider Styles ---*/
#slider-area{
	width:810px;
	padding:6px 0 12px;
	background-image: url(../images/slider-area_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#slider {
	position:relative;
	width:790px;
	height:365px;
	margin: 0 auto;
	background-image: url(../images/lightbox-ico-loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#slider img {
	position:absolute;
	top:0;
	left:0px;
	display:none;
}
/*--- The Nivo Slider styles ---*/
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/*--- The slices and boxes in the Slider ---*/
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/*--- Direction nav styles (e.g. Next & Prev) ---*/
.nivo-directionNav{ display:none;}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{ display:none;}
