/*
 * 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
 */
 
 
 /*============================*/
#slider-wrapper {
    background:url(../images/slider.png) no-repeat center;
    width:100%;
    height:430px;
    margin:0 auto;
    padding-top:0px;
    margin-top:0px;
}

.new_banner{width:965px;height:408px;border:0px solid #E1E1E1;position:relative; margin:0 auto;background:url(../images/loading.gif) no-repeat center center; overflow:hidden}
.rslides{width:966px;position:relative;list-style:none;padding:0; margin-top:24px; margin-left:-3px;}
.rslides_nav{width:30px;height:30px;background-image:url(../images/arrows.png); display:block; position:absolute;  text-indent:-10em; overflow:hidden; display:none}

#slider-wrapper a{text-decoration:none;outline:none;blr:expression(this.onFocus=this.blur());}

.prev{ background-position:0 0;left:10px; top:195px;text-decoration:none}
.prev:hover{ background-position:0 0px;}
.next{background-position:-30px 0;right:10px; top:195px;text-decoration:none}
.next:hover{ background-position:-30px 0px;}
.rslides_tabs{ position:absolute; left:470px; top:370px;clear:both;text-align:center; z-index:99999;}
.rslides_tabs li{display:inline;float:none;_float:left;*float:left;margin-right:5px}
.rslides_tabs a{ width:12px; height:12px; background:#fff;text-indent:-5em; overflow:hidden; display:block; float:left; margin-left:6px;border-radius:6px; text-decoration:none}
.rslides_tabs .rslides_here a{ background:#F00;text-decoration:none}

