/* ÀÁÈËÍ¼¿â ËÑ¼¯ÕûÀí www.lanrentuku.com */

div.orbit-wrapper { 
	position: relative; 
	overflow: visible; 
	/*border:#d00 1px solid;*/
}
div.orbit { 
	position: relative; 
	overflow: hidden;
	height:216px;
}
div.orbit span { 
	display:none;
}
div.orbit a img{ 
	position: absolute; 
	display:block;
	width: 296px;
	height:216px; 
}
div.timer {
	display: none;
}
div.slider-nav { 
	display: block; 
}
div.slider-nav span { 
	width: 40px; 
	height: 120px;  
	color: #fff; 
	text-align: center; 
	position: absolute; 
	z-index: 100; 
	top: 50px; 
	cursor: pointer; 
	text-indent:-9999px;
}
div.slider-nav span.right { 
	right: 30px; 
	background:url(../images/slider_left.png);
	background-position:left 20px;
	background-repeat:no-repeat;
}
div.slider-nav span.left { 
	left:30px;
	background:url(../images/slider_right.png); 
	background-position:left 20px;
	background-repeat:no-repeat;
}
div.slider-nav span.right:hover {
	background:url(../images/slider_left.png);
	background-position:left 20px;
	background-repeat:no-repeat;
}
div.slider-nav span.left:hover {
	background:url(../images/slider_right.png);
	background-position:left 20px;
	background-repeat:no-repeat;
}


