/*
    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:779px; position:relative; float:left; height:319px; margin: 20px auto; clear:both; display:block; }
.anythingSlider ul li .slideRight       { position:absolute; left:515px; width:260px; height:320px; background-color:#FFF;  }
.anythingSlider ul li .slideRight h2	{ padding:20px; color:#F47117; font-size:22px; line-height:28px;  }
.anythingSlider ul li .slideRight .txt	{ padding:0 20px 20px 20px; color:#000; font-size:12px  }
.anythingSlider ul li .moreinfo			{ float:left; margin:0  0 0 20px; background: url(../img/btn_moreinfo.gif) no-repeat 0 0; text-indent:-9999px; width:60px;}
.anythingSlider ul li .moreinfo:hover	{ background: url(../img/btn_moreinfo_on.gif); }

.anythingSlider ul li .slideImg			{ float:left; top:0px; left:0px;  }
.anythingSlider .wrapper                { width: 775px; overflow: auto; height: 315px; margin: 0; position: absolute; top: 0; left: 0; border:1px solid #EBEBEB;}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; position: relative; float: left; padding: 0; height: 317px; width: 775px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; /*background: url(../images/arrows.png) no-repeat 0 0; */text-indent: -9999px; position: absolute; top: 65px; 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; }

#thumbNav                               { z-index:9000; position: absolute; top:290px; /*left:610px;*/ text-align: right; /*width:150px;*/padding:5px; background-color:#FFFFFF; right:10px;}
#thumbNav a                             { z-index:9000; color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 6px; height: 10px; margin: 0 5px 0 0; background:url(../img/bg_thumbnav.png) no-repeat;text-align: center; overflow:hidden; }
#thumbNav a:hover                       { z-index:9000; background-image: url(../img/bg_thumbnav_on.png); }
#thumbNav a.cur                         { z-index:9000; background-image: url(../img/bg_thumbnav_on.png);}

#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: 323px; -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; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: relative; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/* arrondi */
#corner_tl								{ z-index:1000; position:absolute; top:-1px; left:-1px; background-image:url(../img/corner_tl.png);	width:15px;	height:15px; }
#corner_tr								{ z-index:1000; position:absolute; top:0px; right:2px; background-image:url(../img/corner_tr.png);	width:15px;	height:15px;}
#corner_bl								{ z-index:1000; position:absolute; bottom:2px; left:0px; background-image:url(../img/corner_bl.png);	width:15px;	height:15px; }
#corner_br								{ z-index:1000; position:absolute; bottom:2px; right:2px; background-image:url(../img/corner_br.png); width:15px; height:15px; }