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

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 10px 0 0 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0 0 0 0; width: 644px; margin: 0;}
.anythingSlider ul li.collection        { margin-top: 0px; height: 280px; }
.anythingSlider ul li.collection > div  { width: 644px; height: 280px; }
.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: 277px; margin-right: 17px; z-index: 999; float: right;}
#thumbNav a { 
  display: inline-block;
  padding: 0;
  height: 9px;
	width: 25px;
  margin: 0 1px 0 0;
  text-align: center;
  background: transparent url("../img/cn/slide_number_off.gif") no-repeat;
  color: #000;
	overflow: hidden;
}
#thumbNav a span { 
		position: absolute; 
		display: block; 
		height: 9px; 
		width: 25px; 
		margin: 4px 0 0 6px; 
		z-index: -1; 
		background: url("../img/cn/slider_number_shadow.png") no-repeat;
}
#thumbNav a.first {
} 
#thumbNav a.last {
} 


/*#thumbNav a:hover                       { background: #fff; }*/

#thumbNav a.cur { 
		background: transparent url("../img/cn/slide_number_on.gif") no-repeat;
		color: #fff; 
}
#thumbNav a.cur.first { 

}
#thumbNav a.cur.last { 

}

#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;
}


.anythingSlider .TestThis {

		width: 200px;
		height: 50px;
		border: 1px solid red;
		position: absolute;
}


.anythingSlider .collection h3 {
		font-size: 26px;
		color: #000;
		margin-bottom: 20px;
}

.anythingSlider .collection p {
		font-size: 14px;
}

.anythingSlider .collection ul.slider-list {
		margin-top: 20px;
}
.anythingSlider .collection ul.slider-list li {
		background: transparent url("../img/cn/slider/slider_arrow.png") no-repeat;
		padding-left: 25px;
		font-size: 14px;
		line-height: 21px;
		display: block;
		height: 21px;
		margin-bottom: 5px;
}


