#fancybox,
#fancybox .topbar,
#fancybox .botbar,
#fancybox .mid{
	width:710px;
}

#fancybox .topbar{
	background:url('/images/design/fancy-topbar.png') no-repeat scroll 0 0 transparent;
	height:7px;
}

#fancybox .botbar{
	background:url('/images/design/fancy-botbar.png') no-repeat scroll 0 bottom transparent;
	height:7px;
}

#fancybox .mid{
	background:#f2f3f3;
	position:relative;
}

#fancybox .mid h2{
	margin:0 0 15px 20px;
	padding-top:10px;
}	

#fancybox .mid .item{
	position:relative;
	margin:0 auto;
	width:670px;
	height:260px;
	border:1px solid #ced7e0;		
}

#fancybox .mid .item img{
	height:260px;
	text-align:center;
}

#fancybox .mid .item ul{
	list-style:none;
	overflow:hidden;
	width:672px;
	height:260px;		
}

#fancybox .mid .item ul li{
	text-align:center;
}

#fancybox .mid p{
	margin:16px 20px 16px;
	padding-left:20px;
	background:url('/images/design/content-bullet.png') no-repeat scroll 0 7px transparent;
}
#fancybox .mid .remark{
	margin-top:35px;
}
#fancybox .mid .remark p{
	padding-left:0;
	color:#779903;
	margin-bottom:0;
	padding-bottom:16px;
	background:none;
}

#fancybox .mid .fancy-close{
	right:7px;
	top:2px;
	position:absolute;
	background:url('/images/design/fancy-close.png') no-repeat scroll 0 0 transparent;
	height:20px;
	width:20px;
	display:block;
}

#fancybox .mid .item .mover a{
	position:absolute;
	display:block;
	position:absolute;
	top: 113px;
	height:34px;
	width:34px;	
}

#fancybox .mid .item .mover .left{
	left:-14px;
	background:url('/images/design/main-popular-move-left.png') no-repeat scroll 0 0 transparent;		
}
#fancybox .mid .item .mover .right{
	right:-14px;	
	background:url('/images/design/main-popular-move-right.png') no-repeat scroll 0 0 transparent;		
}
#fancybox .mid .item .mover .left:hover{
	background:url('/images/design/main-popular-move-left-a.png') no-repeat scroll 0 0 transparent;		
}
#fancybox .mid .item .mover .right:hover{
	background:url('/images/design/main-popular-move-right-a.png') no-repeat scroll 0 0 transparent;		
}

#fancybox {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1000;
	display: none;
}

#fancybox-overlay {
    position: fixed;
    top: 0;
    left: 0;
	bottom: 0;
	right: 0;
    z-index: 999;
    display: none;
	background-color: #777;
}
