
/* Slider */

#slider-holder { color: #666666;background-color: #ddd;font-family: Arial, Helvetica, sans-serif;font-size: 12px;line-height: 18px; position: relative; height: 300px; width: 860px; margin-bottom: 20px; overflow: hidden ; color: #fff;background: #000;}
#slider-holder .slide{ position: absolute; top:0px; left: 860px; z-index: 1;height: 301px; width: 920px; overflow: hidden; background: #000;}
#slider-holder .slide-1 { display : block; left:0px; top:0px;}
#slider-holder .slide a {display: block;  }
#slider-holder .slide img {  display: block; position: absolute; top:0px; left: 0px; }
#slider-holder  img.full-mask {  position: absolute; top:0; left: 0px; z-index: 0; display: none; }

#slider-holder .slide-content { position: absolute; top: 301px; left: 0;height: 700px; width: 940px; background: #000; padding: 10px 10px 0 10px;z-index: 999;}

.slider-left, .slider-right {position: absolute;    cursor: pointer; height: 210px; width: 120px; z-index: 999; display: block; color: white; }

.slider-left { left: -40px;  top: 120px; height: 60px;width:60px; display:none;background: url('/images/fleche1.png') no-repeat center bottom;   }
* html .slider-left { background: url('/images/fleche1.gif') no-repeat center left; }

.slider-right{right: -40px;  top: 120px; height: 60px;width:60px;display:none; background: url('/images/fleche2.png') no-repeat center bottom;}
* html .slider-right { background: url('/images/fleche2.gif') no-repeat center right; }

.slider-shelf { z-index: 999; background: #000; position: absolute; top:0; width: 920px; overflow: visible;}
span.clicker { z-index: 999; background: #000; position: absolute; top:0px; right:120px; width: auto; font-size: 11px; display: block; padding: 2px 10px; cursor: pointer;}
.shelf-content { z-index: 9999; position: absolute; top:0; width: 920px;}
.shelf-content img {border:1px solid #fff; margin: 10px 0 0 10px; cursor: pointer;}

.shelf-title {padding: 0px 10px;}
.slider-toast{position:absolute;display:none;bottom:0px;background:#141E1F;font-size:16px;padding:5px;border:1px solid #eee}
.full {
width:930px;
}
