.panel{
	width:658px;
	height:251px;
	position:relative;
}
.panel img{
	display:none;
	position:absolute;
	z-index:300;
	margin:0;
}
.frames{
	height:75px;
}
.frames ul{
	margin:0;
	padding:0;
	list-style:none;
}
.frames li{
	float:left;
	width:131px;
	height:73px;
	cursor:pointer;
}
.frames li.active{
	color:#E0E9ED;
	background: url(../images/current.gif) 14px 5px no-repeat #00466A;
}
.frames li .frame{
	height:45px;
	padding:20px 0px 0px 12px;
	padding-right:10px;
	border-right:#ccc solid 1px;
}
.frames li.active .frame, .frames li.end .frame{
	border:none;
}
 .frames li.end{
 	width:134px;
 }