@charset "utf-8";
/**
 * © °dewpoint
 */

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #0d0d0d;
}

 * html #contain {height: expression(document.body.clientHeight > 50 ? "100%" :"50px");}

.contain {
	overflow: hidden;
    width: 916px;
	min-height: 465px;
}

/* --------------------------- screen1 ------------------------ */
.content1 {
	height: 530px;
    padding: 20px 0;
}

.hint1 {
	background: url("../images/hint1.png") no-repeat scroll 0 0 transparent;
    left: 0;
    position: absolute;
    top: 60px;
    width: 120px;
	height: 36px;
}

/* --------------------------- screen2 ------------------------ */
.content2 {
	background: url("../images/bg.jpg") repeat scroll 0 0 transparent;
	height: 530px;
    position: relative;
	padding: 30px 0;
}

.prototype {
    height: 100%;
    left: 50%;
    margin-left: -160px;
    position: absolute;
    top: 30px;
    width: 320px;
    background: no-repeat 50% 0;
}

.prototype .pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
	max-height: 511px;
    background: no-repeat 50% 0;
}

.prototype span {
    content: ' ';
    position: absolute;
    background: url(../images/delimiter.png) no-repeat 50% 0;
    width: 310px;
    height: 13px;
    bottom: -6px;
    left: 50%;
    margin-left: -155px;
}

.prototype {
    background-image: url(../images/preview-after.jpg);
}

.prototype .pic {
    background-image: url(../images/preview-before.jpg);
}

.hint2 {
	background: url("../images/hint2.png") no-repeat scroll 0 0 transparent;
    height: 56px;
    left: 10px;
    position: relative;
    top: 30px;
    width: 88px;
}

/* --------------------------- screen3 ------------------------ */
.content3 {
	padding: 45px 0 0 80px;
    position: relative;
	zoom: 1;
}

.scroll_content {
	height: 255px;
    margin: 18px 0 0 211px;
    overflow: hidden;
    position: relative;
    width: 555px;
    z-index: 1;
}

.hyppo {
	background: url("../images/gippo1.png") no-repeat scroll 0 0 transparent;
    height: 416px;
    left: 80px;
    position: absolute;
    top: 45px;
    width: 694px;
    z-index: 10;
}

.hint3 {
	background: url("../images/pointer.png") no-repeat scroll 0 0 transparent;
	height: 55px;
    position: absolute;
    right: 73px;
    top: 0;
    width: 152px;
    z-index: 5;
}

/* --- jScrollPane --- */
.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 100%;
	background: #fff;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: #fff;
}

.jspCap {
	height: 6px;
    width: 100%;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	background: url("../images/jspTrack.png") repeat-y scroll 6px 0 #ffffff;
	position: relative;
}

.jspDrag {
	background: url("../images/jspDrag.png") no-repeat scroll 0 center transparent;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

.jspCapTop {
	background: url("../images/jspCapTop.png") no-repeat scroll 6px 0 #ffffff;
}
.jspCapBottom {
	background: url("../images/jspCapBottom.png") no-repeat scroll 6px 0 #ffffff;	
}