/*
 * jQuery Cycle v1.0
 * 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
 */
 
 
/* slider */
#slides_container{
	width:1000px;
	position:relative;
	margin-top:-25px;
	height:375px;
	float:left;
	background:url(../img/shadow-slider.png) no-repeat bottom;
}
#slider {list-style-type:none; margin:0; padding:0; height:365px; overflow:hidden; }
