@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: 365px;
}

/* --------------------------- screen1 ------------------------ */
.content1 {
	padding: 55px 0 0 80px;
    position: relative;
	height: 565px;
}

.scroll_content {
	height: 354px;
    margin: 26px 0 0 28px;
    overflow: hidden;
    position: relative;
    width: 733px;
    z-index: 1;
}

.screen {
	background: url("../images/screen.png") no-repeat scroll 0 0 transparent;
	height: 564px;
    left: 65px;
    position: absolute;
    top: 56px;
    width: 717px;
    z-index: 10;
}

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

.subscribe {
	background: url("../images/subscribe.jpg") no-repeat scroll 0 0 transparent;
	height: 67px;
    position: absolute;
    left: 107px;
    top: 305px;
    width: 21px;
    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;	
}

/* --------------------------- screen2 ------------------------ */
.content2 {
	position: relative;
}

.newspaper {
	height: 670px;
    overflow: hidden;
    position: relative;
	z-index: 1;
}

	.news {
		float: left;
	    margin-right: 10px;
	    width: 130px;
	}

		.news .add {display: none;}
		.column2 .rubric {height: 503px;}
	
.add_btn {
	background: url("../images/add.png") no-repeat scroll 0 0 #ffffff;	
	height: 102px;
    position: absolute;
    right: 175px;
    top: 237px;
    width: 84px;
    z-index: 10;
}

.add_btn.inactive {
	background-position: 0 -102px;	
}
	
	.add_btn span {
		background: url("../images/blank.png") repeat scroll 0 0 transparent;	
		cursor: pointer;
	    display: block;
	    height: 39px;
	    margin: 63px 0 0 17px;
	    width: 38px;
	}
	
	.add_btn.inactive span {
		cursor: default;
	}
	