/*
    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,.anythingSlider2                    { width: 244px; height: 178px; position: relative; margin: 0 0px; }
.anythingSlider  .wrapper,.anythingSlider2  .wrapper                { width: 244px; overflow: auto; height: 178px; margin: 0 1px; position: absolute; top: 0; left: 0px; }
.anythingSlider  .wrapper ul,.anythingSlider2  .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: -40px; _left:0px; background: #FFFFFF; margin: 0; }
.anythingSlider  ul li,.anythingSlider2  ul li                   { display: block; float: left; padding: 0; height: 178px; width: 488px; margin: 0;}
.anythingSlider  ul li table,.anythingSlider2  ul li table                  { font-family: Verdana, Tahoma, Sans-Serif; font-size:13px;}
.anythingSlider .arrow,.anythingSlider2 .arrow                  { display: none; height: 178px; width: 67px; background: url(images/images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider  .forward,.anythingSlider2  .forward                { background-position: 0 0; right: -20px; }
.anythingSlider  .back,.anythingSlider2  .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider  .forward:hover,.anythingSlider2  .forward:hover          { background-position: 0 -200px; }
.anythingSlider  .back:hover,.anythingSlider2 .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; width: 120px;top: -22px; left:130px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 10px; height: 12px; margin: 0 2px 0 0; background: url(images/button_out.gif) no-repeat; text-align: center;}
#thumbNav a:hover                       { background-image: url(images/button_in.gif) no-repeat;}
#thumbNav a.cur                         { background: url(images/button_in.gif) no-repeat; }

#start-stop                             { background: green; background-image: url(images/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,.anythingSlider2  .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider  .wrapper ul ul li,.anythingSlider2  .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }


.anythingSlider3,.anythingSlider4                    { width: 195px; height: 104px; position: relative; margin: 0 0px; }
.anythingSlider3  .wrapper,.anythingSlider4  .wrapper                { width: 195px; overflow: auto; height: 104px; margin: 0 1px; position: absolute; top: 0; left: 0px; }
.anythingSlider3  .wrapper ul,.anythingSlider4  .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: -40px; _left:0px; background: #FFFFFF; margin: 0; }
.anythingSlider3  ul li,.anythingSlider4  ul li                   { display: block; float: left; padding: 0; height: 104px; width: 200px; margin: 0;}
.anythingSlider3  ul li table,.anythingSlider4  ul li table                  { font-family: Verdana, Tahoma, Sans-Serif; font-size:13px;}
.anythingSlider3 .arrow,.anythingSlider4 .arrow                  { display: none; height: 104px; width: 67px; background: url(images/images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider3  .forward,.anythingSlider4  .forward                { background-position: 0 0; right: -20px; }
.anythingSlider3  .back,.anythingSlider4  .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider3  .forward:hover,.anythingSlider4  .forward:hover          { background-position: 0 -200px; }
.anythingSlider3  .back:hover,.anythingSlider4 .back:hover             { background-position: -67px -200px; }

#thumbNav2                               { position: relative; width: 120px;top: -18px; left:110px; text-align: center; }
#thumbNav2 a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 0px 8px; height: 13px; margin: 0 2px 0 0; background: url(images/button_right_out.jpg) no-repeat; text-align: center;}
#thumbNav2 a:hover                       { background-image:  url(images/button_right_in.jpg) no-repeat;}
#thumbNav2 a.cur                         { background:  url(images/button_right_in.jpg) no-repeat; }

#start-stop2                             { background: green; background-image: url(images/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-stop2.playing                     { background-color: red; }
#start-stop2:hover                       { background-image: none; }


/*
  Prevents
*/
.anythingSlider3  .wrapper ul ul,.anythingSlider4  .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider3  .wrapper ul ul li,.anythingSlider4  .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }


.anythingSlider5 { width: 296px; height: 236px; position: relative; margin: 0 0px; }
.anythingSlider5  .wrapper{ width: 296px; overflow: auto; height: 236px; margin: 0 1px; position: absolute; top: 0; left: 0px; }
.anythingSlider5  .wrapper ul{ width: 99999px; list-style: none; position: absolute; top: 0; left: -40px; _left:0px; background: #FFFFFF; margin: 0; }
.anythingSlider5  ul li{ display: block; float: left; padding: 0; height: 178px; width: 488px; margin: 0;}
.anythingSlider5  ul li table{ font-family: Verdana, Tahoma, Sans-Serif; font-size:13px;}
.anythingSlider5 .arrow{ display: none; height: 178px; width: 67px; background: url(images/images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider5  .forward { background-position: 0 0; right: -20px; }
.anythingSlider5  .back{ background-position: -67px 0; left: -20px; }
.anythingSlider5  .forward:hover { background-position: 0 -200px; }
.anythingSlider5  .back:hover { background-position: -67px -200px; }

#thumbNav3                               { position: relative; width: 120px;top: 213px; left:173px; text-align: center; }
#thumbNav3 a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 0px 8px; height: 16px; margin: 0 2px 0 0; background: url(images/indexshop/button_right_out_1.gif) no-repeat; text-align: center;}
#thumbNav3 a:hover                       { background-image:  url(images/indexshop/button_right_in_1.gif) no-repeat;}
#thumbNav3 a.cur                         { background:  url(images/indexshop/button_right_in_1.gif) no-repeat; }

#start-stop3                             { background: green; background-image: url(images/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-stop3.playing                     { background-color: red; }
#start-stop3:hover                       { background-image: none; }

.anythingSlider6                    { width: 454px; height: 179px; position: relative; margin: 0 0px; }
.anythingSlider6  .wrapper                { width: 454px; overflow: auto; height: 179px; margin: 0 1px; position: absolute; top: 0; left: 0px; }
.anythingSlider6  .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: -40px; _left:0px; background: #FFFFFF; margin: 0; }
.anythingSlider6  ul li                   { display: block; float: left; padding: 0; height: 179px; width: 454px; margin: 0;}
.anythingSlider6  ul li table                  { font-family: Verdana, Tahoma, Sans-Serif; font-size:13px;}
.anythingSlider6 .arrow                  { display: none; height: 178px; width: 67px; background: url(images/images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider6  .forward                { background-position: 0 0; right: -20px; }
.anythingSlider6  .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider6  .forward:hover          { background-position: 0 -200px; }
.anythingSlider6 .back:hover             { background-position: -67px -200px; }

#thumbNav4                               { position: relative; width: 120px;top: 157px; left:331px; text-align: center; }
#thumbNav4 a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 0px 8px; height: 13px; margin: 0 2px 0 0; background: url(images/indexshop/button_right_out_2.gif) no-repeat; text-align: center;}
#thumbNav4 a:hover                       { background-image:  url(images/indexshop/button_right_in_2.gif) no-repeat;}
#thumbNav4 a.cur                         { background:  url(images/indexshop/button_right_in_2.gif) no-repeat; }

#start-stop4                             { background: green; background-image: url(images/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-stop4.playing                     { background-color: red; }
#start-stop4:hover                       { background-image: none; }