/****  center_bar ****/
#center_bar {
    background: none repeat scroll 0 0 #F7F7F7;
    height: 30px;
    margin: 0 auto;
    /*width: 910px;*/
	border-bottom: 1px solid #D3D3D3;
	padding : 0 5px ;
}
#center_bar a {
    color: #0187C5;
    text-decoration: none;
}
.display_middle {
    color: #EC136F;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
 /*   width: 500px;*/
	text-align: center;
	
	width: 60%;
}

.display_left {
    color: #575757;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: left;
    /*width: 190px;*/
	width: 20%;
}
.display_right {
    color: #575757;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: right;
   /* width: 190px;*/
	width: 20%;
}

.hotrmtexth1 {
    color: #EC136F;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 17px 0 0;
}

.page_title {
    color: #666666;
    float: left;
    height: 32px;
    line-height: 32px;
    margin-left: 5px;
    overflow: hidden;
    width: 460px;
}
.right {
    float: right;
}
/*
.bookmark {
    background: url("http://comic.ckcdn.com/images/icon.png") no-repeat scroll 0 -880px transparent;
    display: block;
    float: left;
    height: 16px;
    line-height: 16px;
    margin-top: 5px;
    padding-left: 20px;
    text-align: center;
    width: 58px;
}
.share_box {
    float: left;
    height: 24px;
    margin-left: 12px;
    margin-top: 3px;
}
*/
/*********************/
.btn_wrap {
    clear: both;
    /*height: 36px;
	
    padding-bottom: 10px;
	*/
    margin: 0 auto;
    width: 320px;
}

.previousPageButton, .nextPageButton, .previousPageButtonInvalid, .nextPageButtonInvalid {
    background: url("../images/icon.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 27px;
    margin-top: 6px;
    width: 84px;
}
.previousPageButton {
    background-position: -141px -737px;
}
.previousPageButtonInvalid {
    background-position: -141px -807px;
}
.nextPageButton {
    background-position: -141px -772px;
}
.nextPageButtonInvalid {
    background-position: -141px -842px;
}
.page-text {
    float: left;
    height: 24px;
    margin: 8px 20px;
}
input, select, button {
    vertical-align: middle;
}

/*******************/
.text_ad{
	text-align: center;
	/*margin: 10px ;*/
}
/*******************/
.img {
    clear: both;
    /*margin-bottom: 10px;*/
    position: relative;
    text-align: center;
    /*width: 958px;*/
}
.img_left {
    bottom: 0;
    cursor: pointer;
    float: left;
    height: 100%;
    position: absolute;
    top: 0;
    width: 200px;
}
.img_right {
    bottom: 0;
    cursor: pointer;
    float: right;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
}
.img1 {
   /* border: 2px solid #333333;*/
    cursor: pointer;
    /*width: 900px;*/
}

/***********/
.o-slider-arrows {
    background: url("../images/arrows.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 35px;
    opacity: 0.8;
    position: absolute;
    top: 46%;
    width: 35px;
}
.img .o-slider-arrows.next {
    background-position: right center;
    right: 0px;
}
.img .o-slider-arrows.previous {
    background-position: left center;
  
}
.bx-prev:hover, .bx-next:hover {
    background-position: 0 0;
}

.bx-next, .bx-prev {
    position: absolute;
	display: block;
	cursor: pointer;
    height: 30px;
    opacity: 0.8;
    top: 50%;
    width: 30px;
	z-index: 999;
	
	
}
.bx-next {
    background: url("../images/next.png") no-repeat scroll 0 -30px transparent;
    right: -6px;
}
.bx-prev {
    background: url("../images/prev.png") no-repeat scroll 0 -30px transparent;
    left: -6px;
}
.pic{
	border: 2px solid #333333;
	margin: 0 auto;
	/*width: 900px;*/
}
.loading {
	width: 336px;
	height: 295px;
}

.loading2 {
	width: 336px;
	height: 360px;
}
/*********************************************/

#ss-toolbar {
    background: url("../images/ss_toolbar.png") no-repeat scroll 0 0 #969696;
    border: 2px solid white;
    border-radius: 5px 5px 5px 5px;
    bottom: 15px;
    height: 40px;
    left: 50%;
    margin-left: -90px;
    opacity: 0.75;
    padding: 0;
    position: absolute;
    width: 180px;
    z-index: auto;
	display: none;
}
#ss-toolbar > .ss-btn {
    cursor: pointer;
    float: left;
    height: 40px;
    margin: 0;
    width: 58px;
}
