/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
.anythingSlider                         { width: 288px; height: 241px; position: relative; margin: 0 auto 0px; padding: 0; }
.anythingSlider .wrapper                { width: 288px; overflow: auto; height: 241px; margin: 0 0px; padding: 0; position: absolute; top: 0; left: 0; }


                                /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; padding: 0; top: 0; left: 0; /*  border-top: 3px solid #e0a213; border-bottom: 3px solid #e0a213;  */ margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 241px; width: 288px!important; margin: 0; padding: 0; }

.anythingSlider .arrow                  { display: block; border: 0px red solid; height: 19px; width: 15px; position: absolute; top: -27px; left: 167px; }
.anythingSlider .forward                { background: url(../images/core/video_arrow_right.jpg); cursor: pointer; left: 282px; }
.anythingSlider .back                   { background: url(../images/core/video_arrow_left.jpg); cursor: pointer; }

#thumbNav                               { position: relative; top: 223px; text-align: center; display:none;}
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images_slider/cellshade.png) repeat-x; text-align: center;}
#thumbNav a:hover                       { background-image: url(../images_slider/cellshade_act.gif); background-repeat: repeat-x; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { background: #ffffff; background-image: url(../images_slider/cellshade.gif); background-repeat: repeat-x; 
										 color: #930f1c; font-size:12px; font-family:Georgia, "Times New Roman", Times, serif; text-transform:uppercase; 
										 padding: 2px 0px 3px 0px; width: 51px; text-align: center; position: absolute; right: 31px; top: 409px;}
#start-stop.playing                     { background-color:#930f1c; }
#start-stop:hover                       { background-image: url(../images_slider/cellshade_act.gif); background-repeat: repeat-x;/*  background-image: none;  */ color:#ffffff; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }


.anythingSlider2                         { width: 760px; height: 94px; position: relative; margin: 0 auto 0px; padding: 0; }
.anythingSlider2 .wrapper                { width: 760px; overflow: auto; height: 94px; margin: 0 0px; padding: 0; position: absolute; top: 0; left: 0; }
.anythingSlider2 .wrapper ul             { width: 32700px; list-style: none; position: absolute; padding: 0; top: 0; left: 0; /*  border-top: 3px solid #e0a213; border-bottom: 3px solid #e0a213;  */ margin: 0; }
.anythingSlider2 ul li                   { display: block; float: left; padding: 0; height: 94px; width: 760px!important; margin: 0; padding: 0; }

.anythingSlider2 .arrow                  { display: block; border: 0px red solid; position: absolute; top: -20px; right: 0px; }
.anythingSlider2 .forward                { background: url(../images/core/foto_arrow_right.png); height: 14px; width: 120px; cursor: pointer; }
.anythingSlider2 .back                   { background: url(../images/core/foto_arrow_left.png); height: 14px; width: 14px; cursor: pointer; right: 125px; }

/*
  Prevents
*/
.anythingSlider2 .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider2 .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }


