@charset "UTF-8";

div,p,li{
	font-size:12px;
	}
li{
	margin-left:16px;
	}
h2{
	color:#999;
	font-size:16px;
	font-weight:normal;
	margin-top: 0px;
	padding-top: 0px;
	letter-spacing:0.9px;
}
pre{
	color:#fff;
	padding:10px;
	margin:10px;
	height:auto;
	overflow:auto;
	font:12px;
	}
* html pre {
	width:100%;
	}

.description{
	padding:16px;
	margin:10px 0;
	background:#eee;
	}

.slide{
	padding:0;
	margin:0;
	border:1px solid #e1e1e1;
	height: 515px;
    }
h4.stitle{
	color:#666;
	margin:0 0 5px 0;
	}

.links {
	padding:10px;
	margin-top:20px;
	}
.links a{
	font-size:14px;
	color:#0080FF;
	text-decoration:none;
	}
.links a:hover{
	font-weight:bold;
	}

#cont{
	width:550px;
    margin:0 auto;
	background:#fff;
	text-align:left;
	padding:20px;
	}

.buttons{
	padding:5px;
	height: 30px;
    }
.buttons span{
	color:#63A7E1;
	padding:0 5px;
	cursor:pointer;
	font-size: 10px;
	}
.buttons span.active, .buttons span:hover{
	background:#0080FF;
	color:#fff;
	}