/* Header Style */

.content{
	position:absolute;
	top:10px;
	left:0px;
	width:40%;
	z-index:100;
}

.inner{
	padding:10px;
	background:transparent url(../image/black.png) repeat left top;
	width: 100px;
}

h2{
	color: #CCC;
	text-align: left;
}

.more ul li{display:inline;
}

.more ul li.selected a,
.more ul li.selected a:hover{
	color: #CCC;	
}
.more ul li a{
	color: #999;
}
.more ul li a:hover{
	color: #CCC;
}

.panel{
	position:absolute;
	height:86px;
	width:20px;
	right:0px;
	top:10px;
	cursor:pointer;
}

.loadmore{
	display:none;
	width:700px;
	line-height:30px;
	text-transform:uppercase;
	background:#333;
	float:right;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	cursor:pointer;
	text-shadow:1px 1px 1px #000;
}
.loadmore:hover{
	background:#000;
}