/* CSS Document */

.main{
	width:388px;
	margin:0 auto;
	border:1px solid #bbb;
	overflow:hidden;
	height:155px;
	font-size:12px;
	margin-top:10px;
}

.wrapLeft{
	width: 100%;
	overflow:hidden;
	position:relative;
	height:100%;
}
.items{
	width:292px;
	height:155px;
	position:absolute;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.panel{
	width: 1.0em;
	height:155px;
	float: left;
	color:#fff;
	font-size:12px;
	line-height:16px;
	background:#a39f9e url(../images/triangle_2.gif) no-repeat 4px 4px;
	text-decoration: none;
	padding: 6px;
	padding-top:24px;
}
a.current{
	background:#c60a00 url(../images/triangle_1.gif) no-repeat 4px 4px;
}
.test{
	width:260px;
	height:140px;
	float:left;
	padding-top:7px;
	padding-left:3px;
}


