/*
 * jQuery Nivo Slider v2.3
 * 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
 */
 
 
/* The Nivo Slider styles */
#slider-wrapper {
    margin: 0px;
	padding: 0px;
    width: 700px;
	height: 140px;
	position: absolute;
}
#slider {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 700px;
	height: 140px;
	position: relative;
	clear: left;
}
#slider img {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 140px;
}
#slider a {
	display: block;
	border: none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

