
body.v6 {
	position: relative;
	min-height: 100%;
	/*font-family: Arial, Helvetica, sans-serif;
	color: #c6d4df;
	font-size: 12px;*/
}

body.v6.in_client {
	background-position: center top;
}

body.v6.game_bg {
    background: #1b2838;
}


/*use*/
body.v6 .page_content {
	width: 1200px;
	margin: 0 auto;
}


.slider_ctn {
    position: relative;
    height: 18px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.slider_ctn.spotlight {
    width: 308px;
}

.slider_ctn.store_autoslider {
    background: #122333;
}

.slider_ctn.store_autoslider .handle {
    background-color: rgba( 0, 0, 0, 0.5 );
}


.slider {
    position: absolute;
    left: 39px;
    right: 39px;
    top: 0;
    bottom: 0;
    background-color: rgba( 0, 0, 0, 0.2 );
    border-radius: 3px;
}

.slider.slider_text {
    opacity: 0.2;
    text-align: center;
    line-height: 13px;
    font-size: 10px;
    color: #ffffff;
}



.slider_ctn .slider_left, .slider_ctn .slider_right {
    position: absolute;
    width: 38px;
    top: 0;
    bottom: 0;
    background-color: rgba( 0, 0, 0, 0.4 );
    border-radius: 3px;
    cursor: pointer;
}
.highlight_ctn .slider_ctn .slider_left, .highlight_ctn .slider_ctn .slider_right, .highlight_ctn .slider .handle {
    background-color: rgba( 255, 255, 255, 0.1 );
}



.highlight_ctn .slider_ctn .handle {
    position: absolute;
    top: 0;
    background-color: rgba( 255, 255, 255, 0.4 );
    border-radius: 3px;
    height: 18px;
    width: 60px;
    cursor: pointer;
}

.slider_left {
    left: 0;
}

.slider_right {
    right: 0;
}
.slider_right span {
    display: inline-block;
	vertical-align: top;
    background-position: -9px 0px;
    background-repeat: no-repeat;
    background-image: url('../../images/gameDetail/icon_cluster_controls01.png');
    width: 9px;
    height: 7px;
    margin-left: 15px;
    margin-top: 5px;
}
.slider_left span {
    display: inline-block;
	vertical-align: top;
    background-position: -18px 0px;
    background-repeat: no-repeat;
    background-image: url('../../images/gameDetail/icon_cluster_controls01.png');
    width: 9px;
    height: 7px;
    margin-left: 13px;
    margin-top: 5px;
}
.slider_right:hover span {
    background-position: -9px -7px;
}
.slider_left:hover span {
    background-position: -18px -7px;
}

.slider_left.disabled, .slider_right.disabled {
    opacity: 0.4;
    cursor: default;
}

.newmodal_background {
    position: fixed;
    z-index: 900;
    background: #000000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*use*/




