@charset "utf-8";
/* CSS Document */

#cycle_holder{
	position:relative;
	float:left;
	width:420px;
	_width:418px;
	height:218px;
}
.cycle {
   float: left;
 position: relative;
  width: 480px;
  _width:418px;
 height: 250px!important;
 overflow: hidden; 
 margin-bottom: 10px;
 z-index:20;
  }
  
#jqnav {
  position: absolute;
 bottom: 10px;
 right: 10px; 
 z-index: 21;
 float: left;
 width: 150px;
 height: 20px;
  }
  
#nav span {
  cursor: pointer; 
  }
  
img { border: none!important;}
  
.pager1 {
  background-color: black;
 width: 23px;
 float: left;
 margin-right: 2px;
 height: 23px;
 background: url(../cssimg/slide1.png) top left no-repeat;
  }
  
.pager1:hover {
 background: url(../cssimg/slide1.png) bottom left no-repeat;
  }
  
.pager2 {
  background-color: black;
 width: 23px;
 float: left;
 margin-right: 2px;
 height: 23px;
 background: url(../cssimg/slide2.png) top left no-repeat;
  }
  
.pager2:hover {
 background: url(../cssimg/slide2.png) bottom left no-repeat;
  }
  
.pager3 {
  background-color: black;
 width: 23px;
 float: left;
 margin-right: 2px;
 height: 23px;
 background: url(../cssimg/slide3.png) top left no-repeat;
  }
  
.pager3:hover {
 background: url(../cssimg/slide3.png) bottom left no-repeat;
  }
  
.pager4 {
  background-color: black;
 width: 23px;
 float: left;
 margin-right: 2px;
 height: 23px;
 background: url(../cssimg/slide4.png) top left no-repeat;
  }
  
.pager4:hover {
 background: url(../cssimg/slide4.png) bottom left no-repeat;
  }
  
.pager5 {
  background-color: black;
 width: 23px;
 float: left;
 margin-right: 2px;
 height: 23px;
 background: url(../cssimg/slide5.png) top left no-repeat;
  }
  
.pager5:hover {
 background: url(../cssimg/slide5.png) bottom left no-repeat;
  }
  
.pager6 {
  background-color: black;
 width: 23px;
 float: left;
 margin-right: 2px;
 height: 23px;
 background: url(../cssimg/slide6.png) top left no-repeat;
  }
  
.pager6:hover {
 background: url(../cssimg/slide6.png) bottom left no-repeat;
  }
  
.pager7 {
  background-color: black;
 width: 23px;
 float: left;
 margin-right: 2px;
 height: 23px;
 background: url(../cssimg/slide7.png) top left no-repeat;
  }
  
.pager7:hover {
 background: url(../cssimg/slide7.png) bottom left no-repeat;
  }
  
.pager8 {
  background-color: black;
 width: 23px;
 float: left;
 margin-right: 2px;
 height: 23px;
 background: url(../cssimg/slide8.png) top left no-repeat;
  }
  
.pager8:hover {
 background: url(../cssimg/slide8.png) bottom left no-repeat;
  }
  
  #popup
  {
    position:absolute;
	top:50px;
	left:105px;
	margin:auto;
	text-align:center;
	border:1px #111 solid;
	z-index:10000;
	/*cursor:pointer;*/
	display:none;
  }
  #popup #close
  {
    display:block;
	top:10px;
	right:5px;
	float:left;
	width:25px;
	height:25px;
	position:absolute;
	z-index:10001!important;
	background:url(../cssimg/blank.gif) repeat;
  }
