/*
    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: 450px; height: 183px; position: relative; margin: 0 15px; float: left;}
.anythingSlider .wrapper                { width: 450px; overflow: hidden; height: 183px; margin: 0; position: absolute; top: 15px; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 10px 0 0 10px; width: 450px; margin: 0;}
.anythingSlider ul li.collection        { margin-top: 0px; height: 317px; }
.anythingSlider ul li.collection h2     { margin-bottom: 10px; font-weight: bold; }
.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                { display: none; background-position: 0 0; right: -20px; }
.anythingSlider .back                   { display: none; background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 202px; margin-left: 310px;text-align: center; }
#thumbNav a { 
  color: #434343; 
  font-size: 14px; 
  line-height: 32px; 
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  padding: 0;
  height: 27px;
	width: 37px;
  margin: 0;
  background: transparent url(../img/new_layout/slider_nav_bg.png) no-repeat;
  text-align: center;
}
#thumbNav a.first {
	width: 41px;
		background: transparent url(../img/new_layout/slider_nav_bg_left.png) no-repeat;
} 
#thumbNav a.last {
	width: 41px;
		background: transparent url(../img/new_layout/slider_nav_bg_right.png) no-repeat;
} 


/*#thumbNav a:hover                       { background-image: none; }*/

#thumbNav a.cur { 
		background: transparent url(../img/new_layout/slider_nav_bg_selected.png) no-repeat;
		color: #ffffff; 
}
#thumbNav a.cur.first { 
		background: transparent url(../img/new_layout/slider_nav_bg_left_selected.png) no-repeat;
}
#thumbNav a.cur.last { 
		background: transparent url(../img/new_layout/slider_nav_bg_right_selected.png) no-repeat;
}

#start-stop                             { display: none;}
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  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 .wrapper .uptime span {
font-size: 30px;
font-weight: bold;
color: #ffffff;
}
.anythingSlider .wrapper .uptime {
float: left; border: 1px solid red; width: 194px;height: 138px; background: url(../img/layout/bg_guarantee.png) no-repeat top left;font-size:16px;
}
