@CHARSET "UTF-8";
div {
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;    
}
.dt_parent .dt_child_content,.dt_parent .dt_child_content_knob,.dt_parent .dt_child_content_knob_move,.dt_parent .dt_child_content_knob_move_back,.dt_parent .dt_child_content_knob_complete,.dt_parent .dt_child_content_knob_error,.dt_parent .dt_slide_bar,.dt_parent .dt_slide_bar_back,.dt_parent .dt_slide_bar_error {
    background-repeat: no-repeat;
    background-image: url('../images/slide-new.png');
}

.dt_parent {
    overflow: visible;
    position: relative;
    zoom:1;letter-spacing: 0 !important;
}

.dt_parent.float {
    width: 332px;
}

.dt_parent.float .dt_child_content {
    left: 0;
}

.dt_parent .dt_child_content {
    height: 42px;
    width: 332px;
    background-position: -13px -11px;
    position: relative;
    left: 15px;
    overflow: visible;
}

.dt_parent .dt_child_content_knob {
    height: 42px;
    width: 42px;
    background-position: -28px -200px;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    -moz-box-shadow: none;
    z-index: 399;
}

.dt_parent .dt_child_content_knob_complete {
    height: 42px;
    width: 42px;
    background-position: -28px -263px;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    -moz-box-shadow: none;
    z-index: 399;
}

.dt_parent .dt_child_content_knob_error {
    height: 42px;
    width: 42px;
    background-position: -28px -326px;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
	-moz-box-shadow: none;
    z-index: 399;
}

.dt_parent .dt_child_content_knob_move {
    height: 42px;
    width: 42px;
    background-position: -28px -200px;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
	-moz-box-shadow: none;
    z-index: 399;
}

.dt_parent .dt_child_content_knob_move_back {
/*     height: 34px; */
    height: 42px;
    width: 42px;
    background-position: -28px -200px;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    -moz-box-shadow: none;
    z-index: 399;
    transition: left .5s ease;
    -webkit-transition: left .5s ease;
}

.dt_parent .dt_notice {
    cursor: default;
    position: absolute;
    left: 0px;
    font-family: Helvetica, SimSun, monospace !important;
    font-size: 14px;
    color: #999;
    opacity: 1;
    filter: alpha(opacity=100);
    height: 42px;
    line-height: 42px;
	text-align: center;
    width: 330px;
    display: inline-block;
    animation:dt_notice 3s infinite;
       -webkit-animation:dt_notice 3s infinite;
    -moz-animation:dt_notice 3s infinite;
    background:-webkit-gradient(linear,left top,right top,color-stop(0,#999),
    		   color-stop(.4,#999),color-stop(.5,#fff),color-stop(.6,#999)
    		   ,color-stop(1,#999));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-size-adjust: none;
}
@keyframes dt_notice{
	0% {
		background-position: -200px 0
	}
	100% {
        background-position: 200px 0
	}
}
@-webkit-keyframes dt_notice{
    0% {
        background-position: -200px 0
    }
    100% {
        background-position: 200px 0
    }
}
@-moz-keyframes dt_notice{
    0% {
        background-position: -200px 0
    }
    100% {
        background-position: 200px 0
    }
}
@-o-keyframes dt_notice{
    0% {
        background-position: -200px 0
    }
    100% {
        background-position: 200px 0
    }
}
.dt_parent .dt_notice_complete {
    cursor: default;
    position: absolute;
    left: 0px;
    font-family: Helvetica, SimSun, monospace !important;
    font-size: 14px;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    height: 42px;
    line-height: 42px;
	text-align: center;
    width: 330px;
}

.dt_parent .dt_notice_error {
	    cursor: default;
    position: absolute;
    left: 0px;
    font-family: Helvetica, SimSun, monospace !important;
    font-size: 14px;
    color: #333;
    opacity: 1;
    filter: alpha(opacity=100);
    height: 42px;
    line-height: 42px;
	text-align: center;
    width: 330px;
}

.dt_parent .dt_slide_bar {
    cursor: default;
    position: absolute;
    left: 0px;
    height: 42px;
    line-height: 42px;
    width: 0px;
    background-position: -13px -74px;
}

.dt_parent .dt_slide_bar_error {
	cursor: default;
    position: absolute;
    left: 0px;
    height: 42px;
    line-height: 42px;
    width: 0px;
    background-position: -13px -137px;
}

.dt_parent .dt_slide_bar_back {
    cursor: default;
    position: absolute;
    left: 0px;
    height: 42px;
    line-height: 42px;
    width: 0px;
    background-position: -13px -74px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
