/*    anythingSlider v1.0        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                         { position: relative; margin: 0 auto ; }.anythingSlider .wrapper                { overflow: auto; margin: 0 50px; position: absolute; top: 0; left: 0; }.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }.anythingSlider ul li                   { display: block; float: left; padding: 0; margin: 0; }.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background-position:0 0; background-repeat:no-repeat; text-indent: -9999px; position: absolute; top: 35px; cursor: pointer; }.anythingSlider .forward                { background-position: 0 0; right: -20px; }.anythingSlider .back                   { background-position: -67px 0; left: -20px; }.anythingSlider .forward:hover          { background-position: 0 -200px; }.anythingSlider .back:hover             { background-position: -67px -200px; }/*  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; }.anythingSlider p{ color:#e8e8e8; text-transform:uppercase; position:absolute; text-align:center; width:249px; margin:4px 0 0 72px; }/********************************************************//*STYLE*//**********************************************************/.slide-style1{  width: 495px; height: 195px; }	.slide-style1 .wrapper{ width: 395px; height: 195px; }	.slide-style1 .wrapper ul li{  height: 185px; width: 395px; }	.slide-style1 .arrow{ background-image: url(../images/arrows.png); }	.slide-style2{ width: 350px; height: 210px; margin-left:-10px; }	.slide-style2 .wrapper{width: 280px; height: 195px; top: 0; left: -15px; border-top:#a01515 3px solid; border-bottom:#a01515 3px solid; }	.slide-style2 .wrapper ul li{  height: 185px; width: 280px; }	.slide-style2 .arrow{ background-image: url(../images/arrows-style2.png); }		.slide-style2 .legendeSlide p{ width:280px; }	/********************************************************//*NAVIGATION*//**********************************************************/#thumbNav                               { position: relative; top: 200px; text-align: center; }#thumbNav a                             { color: white; font: 11px/18px; Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #a01515 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }#thumbNav a:hover                       { background-image: none; }#thumbNav a.cur                         { background: #a01515; font-weight:bold }#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 200px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }#start-stop.playing                     { background-color: red; }#start-stop:hover                       { background-image: none; }.legendeSlide p							{ background:#fff; filter : alpha(opacity=80); -moz-opacity : 0.8; opacity : 0.8; position:absolute; z-index:10; top:0; margin:0; min-height:25px; line-height:250%; color:#000; font-size:10px; }
