.imgnav{ width:560px;position:relative;	}
#img{ z-index:10; width:560px; position:relative; text-align:center; height:420px;
display: table-cell;
vertical-align:middle;
text-align:center;
}
#img img{display:none;width:560px;z-index:10;height:420px;}
#front{
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
	cursor:pointer;
	width:200px;
	height:300px;
background:url(../images/blank.gif);
}
#front a{
	position:absolute;
	left:20px;
	top:100px;
	display:block;
	width:104px;
	height:204px;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: left;
}
#next{  position:absolute; right:0px; top:0px; z-index:10;cursor:pointer; width:200px; height:300px;background:url(../images/blank.gif);}
#next a{
	position:absolute;
	right:20px;
	top:100px;
	display:block;
	width:104px;
	height:204px;
	background-image: url(../images/sprite1.png);
	background-repeat: no-repeat;
	background-position: right;
}

#cbtn{position:relative; height:72px;margin-top:12px; }
#cbtn ul{position:relative; width:10000px; height:80px;}
#cbtn ul li{ float:left; width:80px; height:60px; cursor:pointer; text-align:center; margin-right:10px; position:relative;border:1px solid #e5e5e5;}
#cbtn ul li img{ width:80px; height:60px; display:block; float:left;}
#cbtn li.hov{border:1px solid #008DD5;}

.ctrl div{ clear:both;}
#cSlideUl{width:450px; height:62px;overflow:hidden; position:relative; margin:0 auto;}
.picSildeLeft{cursor:pointer; position:absolute; top:16px; left:10px; z-index:9;}
.picSildeRight{cursor:pointer; position:absolute; top:16px; right:10px; z-index:9;}
