body {
	background-color: #eaeaeb;
	min-width: 1280px;
}
.mainQH{
	width: 1280px;
	margin: 0 auto;
	position:relative;
	z-index:888;
}
.mainQHB {
	position: absolute;
	left: 182px;
	bottom:-12px;
	background: url(../images/qhBg.jpg) no-repeat;
	height: 23px;
	width: 930px;
	z-index:888;
}
.mainQHLBg {
	position: absolute;
	left: 0px;
	bottom:13px;
	background: url(../images/qhLBg.jpg) no-repeat;
	height: 44px;
	width: 184px;
	z-index:888;
}
.mainQHRBg {
	position: absolute;
	right: -17px;
	bottom:13px;
	background: url(../images/qhRBg.jpg) no-repeat;
	height: 44px;
	width: 184px;
	z-index:888;
}

#cycle-slide-wrap {
    background: url("../images/focus.png") repeat-x scroll 0 0 #FFFFFF;
    height: 335px;
    text-align: center;
}
#cycle-slide-wrapper {
    margin: 0 auto;
    padding: 15px 0 0;
    text-align: left;
    width: 912px;
}
#cycle-slide {
    position: relative;
    width: 917px;
    z-index: 0;
}
#cycle-slide-show {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
	border:solid 6px #ffffff;
    height: 420px;
    overflow: hidden;
    position: relative;
    width: 917px;
    z-index: 10;
}
.cycle-item-wrap {
    display: none;
    height: 306px;
    left: 0;
    position: absolute;
    top: 0;
    width: 910px;
}
.cycle-thumb {
    float: left;
    height: 424px;
    overflow: hidden;
    width: 917px;
}
.cycle-thumb img {
    height: 424px;
    width: 917px;
}
.cycle-item {
    float: right;
    width: 470px;
}
.cycle-thumb-only {
    width: 910px;
}
.cycle-thumb-only img {
    width: 910px;
}
#cycle-slide-prev, #cycle-slide-next {
    height: 318px;
    position: absolute;
    top: 0;
    width: 144px;
    z-index: -10;
}
#cycle-slide-prev {
    left: -184px;
}
#cycle-slide-next {
    right: -144px;
}
.cycle-sthumb {
    overflow: hidden;
    position: absolute;
    top: 52px;
    width: 184px;
    z-index: -6;
	border:solid 4px #ffffff;
}
.cycle-sthumb img {
    height: 325px;
    margin-bottom: 1px;
}
.cycle-shadow {
    background: url("../images/prev-mask.png") no-repeat scroll 100% 0 transparent;
    height: 358px;
    position: absolute;
    top: 0;
    width: 184px;
    z-index: -4;
}
#cycle-slide-next .cycle-shadow {
    background: url("../images/next-mask.png") no-repeat scroll 0 0 transparent;
}
#cycle-slide-prev a, #cycle-slide-next a {
    background: url("../../books/images/focus/mask.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 240px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    text-indent: -1000em;
    top: 36px;
    width: 184px;
    z-index: -2;
}
#cycle-slide-prev canvas, #cycle-slide-next canvas {
	display:none!important;
}
.cycle-sthumb {
	height:325px!important;
}
#cycle-slide-pager {
    height: 11px;
    line-height: 11px;
    padding: 0 1px;
}
#cycle-slide-pager a {
    background: url("../images/focus.png") no-repeat scroll 0 -340px #FFFFFF;
    display: block;
    float: left;
    height: 11px;
    outline: medium none;
    overflow: hidden;
    text-indent: 100px;
    width: 91px;
}
#cycle-slide-pager a:hover, #cycle-slide-pager .current {
    background: url("../images/focus.png") no-repeat scroll -110px -340px transparent;
}