@charset "gb2312";
/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
	height: 630px;
	width:1180px;
	position:relative;
	padding-bottom: 10px;
	left: 10px;
}
#featureCarousel img {
    border:0;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:3px solid white;
    cursor:pointer;
}
#featureCarousel .feature > div {
	position:absolute;
	width:438px;
	top: 440px;
	left: 80px;
	height: 126px;
	background-image: url(../../yibazhan/images/jc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#featureCarousel .feature > div p {
	margin:0;
	font-size:12px;
	color:#000000;
	display: block;
	padding-top: 50px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 22px;
}
#featureCarousel .blipsContainer {
	position:absolute;
	top:540px;
	left: 700px;
	z-index: 9;
}
#featureCarousel .blipsContainer .blip {
	margin:3px;
	height:14px;
	width:14px;
	color:#FFFFFF;
	text-align:center;
	font-size:10px;
	border:1px dotted black;
	float: left;
	background-color: #999999;
	padding: 0px;
	line-height: 14px;
}
#featureCarousel .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:black;
}
.uz .case #z ul {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	width: 70px;
	background-color: #FFFFFF;
	background-image: none;
}

.uz .case #z  ul  li  {
	width: 16px;
	height: 18px;
	box-shadow: 2px 6px 5px #E9E9E9;
	margin: 0px;
	padding: 3px;
	float: left;
	font-size: 10px;
	line-height: 16px;
	background-image: none;
}
