@charset "UTF-8";
/* CSS Document */

.full_content {
	width: 810px;
	height: auto;
	position: relative;
	margin: 0 auto;
	clear: both;
	margin-top: 35px;
}
.full_content ul li{
        width:147px;
        height:25px;
        background:#4f4f4f;
        float:left;
        list-style:none;
        padding:10px 0 10px 0;
        margin-right:15px;
        text-align:center;
        display:block;
        cursor: pointer;
        color:#FFF;
}
.lastright {
	margin-right:0;
}
.full_content ul li:first-child {
        margin-left:0;
}
.full_content ul {
        padding:0;
        margin:0;
}
.active , .hover {
        background:#aaa;
        font-weight:bold;
}
.content {
	width: 770px;
	height: auto;
	border: #aaa 5px solid;
	background: #FFF;
	top: 32px;
	left: 0;
	margin-top:10px;
	padding: 10px;
	position: absolute;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
