/*
 * simplyScroll 1.0.3 - a scroll-tastic jQuery plugin
 * http://logicbox.net/jquery/simplyscroll
 * http://logicbox.net/blog/simplyscroll-jquery-plugin
 * http://plugins.jquery.com/project/simplyScroll
 * Copyright (c) 2009 Will Kelly - http://logicbox.net
 * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
 * Last revised: 03/07/2009 21:13
 */
.custom{width:100%;height:79px;background:url(bg.jpg) center top no-repeat;;margin-bottom:1em;}
.custom .simply-scroll-clip {width:100%;height:79px;}
#scroller .section{float:left;width:100%;height:79px;}
#scroller .hp-highlight{height:79px;margin:-10px 10px 10px 0;}
#scroller .feature-headline{position:relative;top:10px;width:380px;color:white;background:#000;filter:alpha(opacity=85);-moz-opacity:.75;	opacity:.90;z-index: 100;margin:10px 10px 20px 10px;padding:10px 10px 0 10px;}
#scroller .feature-headline a{font-weight: bold;text-decoration:none;color:#fff;}
#scroller h2{font-weight:normal;font-size:19px;}
#scroller p{font-size: 14px !important;color:#fff;line-height:130%;padding:0 0 10px;}
.simply-scroll-container{position:relative;}
.simply-scroll-clip{position:relative;overflow: hidden;z-index:2;}
.simply-scroll-list{position:absolute;top:0;left:0;z-index:1;overflow:hidden;margin:0;padding:0;list-style:none;}
.simply-scroll-list li{padding:0;margin:0;list-style:none;}
.simply-scroll-list li img {border:none;display:block;}

