body{
	 font-family: 'Microsoft Yahei';
}
.header {
	min-width: 1305px;
	height: 80px;
	background: #42475B;
	border-bottom:1px solid #a1a1a1;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.349019607843137);
}
.logo-nav {
	width: 1260px;
	margin: 0 auto;
	height: 70px;
	padding: 5px 20px;
}

.logo {
	width:250px;
	height: 70px;
}

.logo img{
	width: 250px;
}

.sys-title {
	font-weight: 700;
    color: #fff;
    font-size: 26px;
    padding-left: 25px;
    line-height: 70px;
}

.navbar {
	height: 42px;
	padding-top: 15px;
}
.navbar li{
	display: block;
	float: left;
	margin-left: 20px;
}

.navbar li a{
	display: block;
	padding: 12px;
	color: #2FB7A1;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
}

.navbar li a:hover{
	background: #2FB7A1;
	color: #fff;
}
.navbar li a.actived{
	background: #2FB7A1;
	color: #fff;
}

.secrch {
	width: 355px;
	height: 32px;
    padding-top: 20px;
    margin-left: 70px;
}

.secrch input{
	width: 260px;
	height: 28px;
	border: 2px solid #fff;
	padding: 0 5px;
	font-size: 14px;
	float: left;
	box-shadow: 0 0 10px #cccccc inset;
}

.secrch button {
	width: 79px;
	height: 32px;
	float: left;
	background: #2FB7A1;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	border: 0;
	outline: none;
}

.help-text {
	font-weight: 700;
    font-size: 16px;
    color: #2FB7A1 !important;
    line-height: 70px;
    margin-right: 15px;
}

.help-text:hover{
	text-decoration: underline;
}

.content {
	min-width: 1305px;
	margin-top: 10px;
	border-top: 3px solid #2FB7A1;
}

.mainContent {
	min-width:1035px;
	max-width: 1300px;
	min-height:625px;
	margin: 0 auto;
}

.position {
	line-height: 40px;
	font-size: 14px;
	width: 1260px;
	margin: 0 auto;
}

.position li {
	display: block;
	float: left;
}

.classify {
	width: 1230px;
	margin: 0 auto;
	background: #f2f2f2;
	padding: 15px;
	position: relative;
}
.classify h1{
	font-size: 15px;
	font-weight: normal;
	margin-right: 10px;
	line-height: 30px;
	height: 100%;
}
.classify-list {
	width: 1170px;
	height:30px;
	overflow: hidden;
}
.classify-list li{
	display: block;
	font-size: 15px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.classify-list li a{
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 3px;
}

.classify-list li a:hover{
	background: #2FB7A1;
	color: #fff;
}

.classify-list li a.selected{
	background: #2FB7A1;
	color: #fff;
}

.showClassify {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 21px;
	padding-right: 20px;
	color: #2FB7A1 !important;
	font-size: 14px;
	background: url(../img/showClassfy.png) right -13px  no-repeat;
}
.filter {
	width: 1260px;
	margin: 0 auto;
	line-height: 30px;
	margin-top: 30px;
}

.filter li{
	display: block;
	float: left;
}
.filter li a{
	display: block;
	width: 48px;
	height: 28px;
	border: 1px solid #bcbcbc;
	border-left: 0px;
	text-align: center;
	line-height: 28px;
	font-weight: 700;
	color: #999;
	font-size: 14px;
}

.filter li:first-child a{
	border-left: 1px solid #bcbcbc;
}

.filter li a:hover{
	color: #2FB7A1
}

.filter li a.actived{
	background: #2FB7A1;
	color: #fff;
	border-color:#2FB7A1
}

.filter p{
	float: right;
	font-size: 14px;
}
.exp-list {
    width: 1280px;
    margin: 0 auto;
}

.exp-list li{
	display: block;
	float: left;
	background:#f2f2f2;
	border-radius: 5px;
	margin: 20px 10px 0;
}

.exp-list li a{
	display: block;
	width: 270px;
	height: 250px;
	padding: 15px 15px 0;
	position:relative;
}

.exp-list li img {
	display: block;
	width: 270px;
	height: 185px;
}

.isShare {
	position:absolute;
	top:0;
	left:0;
	width:80px !important;
	height:78px !important;
}

.exp-list li p.exp-title{
	margin-top: 5px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
}

.exp-list li p.exp-title:hover{
	color: #2FB7A1;
}

.visitor-amount {
	line-height: 20px;
	font-size: 12px;
}

.visitor-amount span{
	color:#999;
    display: block;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
}

.visitor-amount b{
	color: #333;
	display: block;
	padding-left: 20px;
	background: url(../img/visitor.png) left center no-repeat;
}

.mainDetail {
	background: #f2f2f2;
	padding-bottom: 10px;
}

.experiment{
	width: 1210px;
	margin: 20px auto;
	padding: 30px 25px;
	background: #fff;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.34);
	border-radius: 5px;
	min-height: 200px;
}

.exp-img {
	display: block;
	width: 320px;
	height: 210px;
}

.exp-detail {
	margin-left: 20px;
	width: 860px;
}

.detail-title {
	font-size: 18px;
	margin-bottom: 10px;
}

.exp-about {
	line-height: 22px;
	font-size: 14px;
	color: #999;

}

.exp-about b{
	color: #666;
	font-weight: normal;
}


.visitor{
	color: #999;
	font-size: 12px;
	padding-left: 20px;
	margin:8px 0;
	background: url(../img/visitor.png) left center no-repeat;
}

.into-exp {
	display: block;
	width: 100px;
	height: 35px;
	color: #fff;
	background: #2FB7A1;
	font-size: 14px;
	font-weight: 700;
	line-height: 35px;
	text-align: center;
}

.footer {
	padding: 30px 0;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	background:#363636;
}

.footer .logon a{
	color:#999;
}
.color2f {
	color: #2FB7A1 !important;
}
.color2f:hover{
	text-decoration: underline;
}
.support {
	color: #999
}

.courseware {
	margin-bottom: 20px;
}

.courseware li{
	display: block;
	float: left;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	margin-right: 20px;
	cursor: pointer;
}
.courseware li:hover{
	color: #2FB7A1;
}
.courseware li.actived{
	border-bottom: 2px solid #2FB7A1;
}

.requirement {
	min-height: 150px;
	padding: 10px;
	border: 1px dashed #999;
}

.requirement p{
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.exp-course {
	display: none;
}
.exp-course li{
	display: block;
	padding: 10px;
	margin-bottom: 15px;
	background: #f2f2f2;
	border: 1px dashed #999;
	font-size: 14px;
}

.ware-title {
	line-height: 30px;
	margin-right: 10px;
}

.ware-down {
	display: block;
	float: right;
	width: 70px;
	height: 30px;
	color: #fff;
	background: #2FB7A1;
	line-height:30px;
	text-align: center;
	font-weight: 700; 
	margin-right: 100px;
}

h1.exp-title{
	font-size: 18px !important;
	text-align: center;
	line-height: 30px;
}
.upload-time {
	text-align: center;
	line-height: 20px;
	color: #999;
	font-size: 14px;
}

.exp-content {
	min-height: 620px;
	margin-top: 20px;
	width:1260px;
	margin:0 auto;
}

.exp-notes {
	width: 260px;
	float: left;
}

.exp-notes ul{
	height: 30px;
	background: #42475B;
	padding-top: 10px;
}

.exp-notes ul li{
	display: block;
	width: 75px;
	height: 30px;
	margin: 0 25px;
	color:#999;
	line-height: 30px;
	text-align: center;
	border-radius: 5px 5px 0 0;
	float: left;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	
}
.exp-notes ul li.actived{
	position: relative;
	background: #2FB7A1;
	color: #fff;
}

.exp-notes ul li.actived:after{
	content: '';
	width: 0;
    height: 0;
    position: absolute;
    bottom: -10px;
    left: 30px;
    border-left: 10px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #2FB7A1;
}

.notes-content {
	background: #484848;
	padding: 20px 15px;
}

.notes-text {
	height: 585px;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	overflow-y: auto;
	line-height: 25px;
	color: #999;
	text-indent: 2em;
	font-size: 12px;
}

.console {
	float: left;
	width: 1000px;
	height: 685px;
	background: #484848;
}

.console h1{
	height: 30px;
	padding-top: 10px;
	line-height: 30px;
	color: #999;
	background: #42475B;
	text-align: center;
}
.console h1 a{
	float:right;
	margin-right:20px;
	color:#2FB7A1;
	cursor:pointer;
}
.console h1 a:hover{
	text-decoration: underline;
}

.experimental {
	width: 1000px;
	float: left;
}

.prompt {
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	color: #999;
	padding-left: 20px;
	background: #2b2f31 url(../img/u1247.png) left center no-repeat;
	position:relative;
}

.prompt img{
	display:block;
	width:12px;
	height:12px;
	cursor: pointer;
	position:absolute;
	top:10px;
	right:10px;
}

/* .timer {
	width: 265px;
	float: left;
	height: 560px;
}

.time {
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: 700;
	background: #2b2f31;
	font-size: 16px;
	text-align: center;
}

.toolbarTitle {
	height: 40px;
	margin-bottom: 70px;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	background:#4F5A60;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.349019607843137);
}

.plugins {
	height: 25px;
	text-align: center;
	margin-bottom: 10px;
}

.plugins a{
	display: inline-block;
	padding-left: 25px;
	height: 20px;
	line-height: 20px;
	font-weight: 700;
    font-size: 14px;
    color: #2FB7AE;
    background: url(../img/u1291.png) left center no-repeat;
}

.plugins a.program {
	background-image: url(../img/u1270.png);
}
 */
 .console-foot{
 	text-align:center;
 }
.complete,
.leave{
	width: 105px;
	height: 35px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 35px;
	border: 1px solid transparent;
	border-radius: 18px;
	background: #2FB7A1;
	padding:2px 10px;
}
.complete:link,
.leave:link{
	color:#fff;
}

.complete:hover,
.leave:hover{
	text-shadow:1px 1px #999;
}

.leave {
	background: #ff5c5d;
}

.whiteMain{
	width: 1260px;
	margin: 10px auto 0;
	background: #fff;
	border-radius: 5px;
	min-height: 500px;
}
.whiteMain h2 {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    position: relative;
    margin-bottom: 20px;
}

.whiteMain h2 span {
	display: block;
	padding: 0 20px;
    position: absolute;
    left: 0;
    top: 0px;
    border-bottom: 2px solid #2FB7A1;
    color: #323335;
    font-weight: normal;
}
.whiteMain p {
    line-height: 24px;
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
    text-indent: 2em;
}
.problemList {
	padding: 15px 20px 0 40px;
	min-height: 400px;
}
.problemList h1{
	height: 30px;
	line-height: 30px;
}

.problemList li{
	line-height: 26px;
	padding-left: 15px;
	font-size: 13px;
}

.problemList li a{
	color: #666;
}
.problemList li a:hover{
	color: #2FB7A1;
	text-decoration: underline;
}
.problemList li a b{
	color: #2FB7A1
}

.text {
	line-height: 28px;
	font-size: 13px;
	margin-top: 10px;
	padding-bottom: 30px;
}

.text p{
	color: #333;
	padding-left: 55px;
}

.helpContent {

    width: 1240px;
    min-height: 500px;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.349019607843137);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.349019607843137);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.349019607843137);
}
.leftCase{
	float: left;

	width: 225px;
	font-size: 15px;
	position: relative;
	z-index: 9;
}
.leftCase h1{
	background: #42475b;
	padding-left:20px;
	height: 40px;
	line-height: 40px;
	color: #2FB7A1;
	font-size: 15px !important;
}

.leftCase p{
	background: #2FB7A1;
	color: #fff;
	padding-left:45px;
	height: 40px;
	line-height: 40px;
	font-weight: 700;
}

.rightList {
	width: 1015px;
	float: left;
	min-height: 500px;
	border-left: 1px solid #e9e9e9;
	margin-left: -1px;
	position:relative;
}

.article {
	padding: 25px;
}

.article li{
	display: block;
	height: 44px;
	padding-left: 20px;
	border-bottom: 1px dashed #666;
	line-height: 44px;
	background: url(../img/article.png) left center no-repeat;
}
.article li a{
    font-weight: 700;
    font-size: 14px;
    color: #666666;
}
.article li span{
	float: right;
    font-weight: 700;
    font-size: 12px;
    color: #CCCCCC;
    line-height: 18px;
    margin-top: 13px;

}
.article li a:hover{
	text-decoration: underline;
	color: #2FB7A1
}

.mainStics {
	background: #f2f2f2;
	padding: 20px;
}

.wholeData {

}
 
.wholeData li{
	display: block;
	float: left;
	width: 136px;
	height: 50px;
	padding: 23px 10px 23px 85px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 15px center;
    border-width: 1px;
    border-style: solid;
    border-color: #ebebeb;
    border-radius: 4px;
    margin-left: 25px;
}
.wholeData li:first-child{
	margin-left: 0px;
}
.wholeData li h1 {
	color: #989898;
}
.wholeData li p{
	font-size: 12px;
	margin-top: 5px;
}

.wholeData li b{
    font-family: 'Franklin Gothic';
    font-size: 28px;
    color: #666666;
}
.icon1{
	background-image: url(../img/icon1.png);
}
.icon2{
	background-image: url(../img/icon2.png);
}
.icon3{
	background-image: url(../img/icon3.png);
}
.icon4{
	background-image: url(../img/icon4.png);
}
.icon5{
	background-image: url(../img/icon5.png);
}
.access-data {
	width: 393px;
	height: 393px; 
}
.public-bg {
	background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-top: 20px;
}
.public-bg h1{
	height: 44px;
	border-bottom: 1px solid #ebebeb;
	line-height: 44px;
	padding-left: 25px;
	color: #666;
	font-size: 16px !important;
}

.access-list {
	width: 195px;
}

.access-list > p{
	color: #333;
	font-weight: 700;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 50px;
}

.access-list li{
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}

.access-list li p{
	font-size: 12px;
    color: #989898;
    line-height: 20px;
}

.access-list li span{
	display: block;
    font-size: 28px;
    color: #2FB7A1;
    line-height: 30px;
}

.borderLeft li{
	border-left: 1px solid #ebebeb;
}

.visitors {
	width: 843px;
	height: 393px;
	margin-left: 25px;
}

.usage {
	width: 1264px;
	height: 398px;
	position:relative;
}

.dateFillter {
	margin-left: 20px;
	margin-top: 10px;
}

.recent li{
	display: block;
	float: left;
	width: 74px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-weight: 700;
    font-size: 12px;
    color: #666;
    border: 1px solid #d9d9d9;
    border-left:0px; 
    cursor: pointer;
}

.recent li:first-child{
	border-left: 1px solid #d9d9d9;
}
.recent li:hover{
	color: #2FB7A1;
}
.recent li.actived{
	color: #2FB7A1;
}

.calendar {

}

.tabCharts{
	margin-top: 20px;
	margin-left: 20px;
	font-size: 14px;
    margin-right: 20px;
}

.tabCharts b{
	font-size: 24px;
    color: #666666;
}

.ranking {
    width: 393px;
    height: 393px;
    margin-left: 25px;
}

.visitorRank {
	display: block;
	width: 93px;
	height: 23px;
	border: 1px solid #2FB7A1;
	color: #2FB7A1;
	border-radius:4px;
	line-height: 23px;
	text-align: center; 
	font-size: 14px;
	margin: 15px 20px;
}

.fiveAfter {
	margin-left: 20px;
}

.fiveAfter li {
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #ebebeb;
}

.fiveAfter li span{
	display: block;
	float: left;
	color: #ccc;
	font-size: 12px;
	font-weight: 700;
}

.numRank {
	width: 35px;
	text-align: center;
}
.expRank {
	width: 190px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.visitorsNum {
	width: 70px;
}

.numRank b{
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 9px;
	text-align: center;
	line-height: 18px;
	color: #fff;
	background: #ff5c5d;
	margin: 10px auto; 
}

.expRank a:hover{
	color: #2FB7A1;
	text-decoration: underline;
}

.visitorsNum p{
	width: 100%;
	height: 10px;
	background: #2fb7a1;
	margin-top: 15px;
}
.numbers {
	margin-left: 10px;
	color: #999 !important;
}


.greenBg b{
	background: #ccc
}

.rank1 p{
	background: #cc0000
}

.rank2 p{
	background: #ff9900
}

.rank3 p{
	background: #fc6
}

.situation {
	width: 408px;
    height: 393px;
}

.crowd {
	width: 843px;
    height: 393px;
}

.evaluate {
	width: 393px;
    height: 393px;
	margin-left: 25px;
}
#page{
	margin: 30px auto;
    max-width: 1300px;
    min-width: 1010px;
    text-align:right;
}    


.pageIt{
	display:inline-block;
	margin-right:10px;
}

.pageIt li{
	display:inline-block;
	width:26px;
	height:26px;
	border:1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 12px;
    text-align:center;
    line-height:26px;
    font-family: 'Arial';
}

.pageIt li a{
	color: #666666;
	display:inline-block;
	width:100%;
	height:100%;
}

.without{
	cursor:not-allowed;
}
.jumpSize{
	display:inline-block;
}
#page select{
	margin-right:10px;
	height:26px;
	border:1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 12px;
    line-height:26px;
    font-family: 'Arial';
}
.list-page-bar-container{
	padding: 0 15px 15px 0;
}
.jumpSize{
	font-size:12px;
	letter-spacing:2px;
}
.jumpSize input{
	height:26px;
	width:44px;
	border:1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 12px;
    line-height:26px;
    font-family: 'Arial';
}
.pageIt li.curPage{
	background:#2FB7A1;
}
.pageIt li.curPage a{
	color:#fff;
}
/* ��������������ʽ */
.announcement-title{
	padding:20px;
	text-align:center;
	font-family: "΢���ź� Bold","΢���ź� Regular","΢���ź�";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #333333;
}
.announcement-article{
	font-family: "΢���ź�";
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-size: 13px;
    padding: 0 40px;
}
.announcement-article p{
	margin:5px 0;
}
.announcement-back-btn{
    background:#2FB7A1;
    border: medium none;
    border-radius: 4px;
    box-shadow: none;
    color: #ffffff;
    font-family: "Microsoft YaHei Regular","Microsoft YaHei";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    height: 28px;
    width: 57px;
    margin:20px 0 10px 40px;
}
.result-show{
	background:#fff;
	height:500px;
	margin:20px 20px 60px 20px;
	border-radius:5px;
}
.result-show p.shiyan-name{
	color: #000;
    font-family: "Microsoft YaHei Bold";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    padding:20px 0 20px 35px;
}
.result-show p.shiyan-detail{
	color: #666666;
    font-family: "Microsoft YaHei Bold","Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    padding:0 35px;
}
.result-show p.shiyan-detail img{
	margin:0 10px 0 0;
}
.layer-evaluate{
	width:388px;
	height:195px;
}
.layer-evaluate h2{
	font-size:19px;
	line-height:40px;
	text-align:center;
}
.layer-evaluate p{
	color: #666666;
    font-family: "Microsoft YaHei Bold","Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    padding-left:15px;
}
.layer-evaluate-detail{
	overflow:hidden;
	text-align:center;
	width:335px;
	margin:0 auto;
	margin-top:20px;
}
.layer-evaluate-detail li{
  	border-color: rgba(174, 174, 174, 1);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
	float:left;
	padding:2px 22px 2px 8px;
	margin-right:7px;
	background:url(../img/ok-grey.png) no-repeat right center;
	cursor:pointer;
	font-size:12px;
	line-height:22px;
}
.layer-evaluate-detail li.selected-level{
	color:#F3690C;
	border-color: #F3690C;
	background:url(../img/ok-ori.png) no-repeat right center;
}
.layer-evaluate-detail li:hover{
	color:#F3690C;
	border-color: #F3690C;
	background:url(../img/ok-ori.png) no-repeat right center;
}
.layer-evaluate-btn-container{
	text-align:center;
	margin-top:30px;
}
.layer-evaluate-btn{
	display:inline-block;
	background: #2FB7A1;
	border-radius:5px;
    font-family: "Microsoft YaHei Bold","Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    height: 32px;
    color: #ffffff !important;
    width: 89px;
}

.line-up {
	display:none;
	width:275px;
	height:250px;
	padding-top:120px;
	background:url(../img/lineUp.png) center no-repeat;
}

.line-up p{
	color:#fff;
	text-align:center;
}
.line-num {
	height:130px;
	padding:0 20px;
}
.attempt {
	display:block;
	color: #6E7393 !important;
	text-align:center;
	margin-top:15px;
	font-size:14px;
}

.attempt:hover{
	color:#2fb7a1 !important;
	text-decoration: underline;
}
.waiting {
	display:block;
	width:160px;
	height:40px;
	background:#2fb7a1;
	line-height:40px;
	text-align:center;
	margin:0 auto;
	color:#fff !important;
	font-weight:700;
	border-radius:5px;
}

.link-error {
	display:none;
	width:275px;
	height:250px;
	padding-top:120px;
	background:url(../img/net-error.png) center no-repeat;
}

.link-error p{
	height:170px;
	padding:0 20px;
	color:#fff;
	text-align:center;
	line-height:25px;
}

/*������*/
#wrapper {}
#scroll {position:relative; overflow:auto;height: 270px;}
#scrollcontent {position:absolute;  z-index:200}
#scrollbar { position:relative; display;top:250px;block; z-index:100; height:10px;background:url(../img/scroll-bg.gif)}
.scroller {position:absolute;cursor:pointer; background-color:#ccc; background-image:url(../img/scroll-arrows.png); background-position:50% 50%; background-repeat:no-repeat}
.buttonclick {background-color:#bbb}
