/*
 * jQuery Nivo Slider v2.6
 * 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
 */
 
 
/* The Nivo Slider styles - if javascript is disabled */
#slider {
	float: left;
	width: 860px; /* Make sure your images are the same size */
	height: 500px; /* Make sure your images are the same size */
	z-index: 20;
	font: 0.9em;
	margin: 0 30px;
	background: url(../images/slide_one.jpg) no-repeat;
}