/* Frame */
#oneperframe {
	height: 200px;
	line-height: 200px;
	overflow: hidden;
}
#oneperframe a {
	text-decoration: none; 
        color: #fff;
        cursor: pointer;
}
#oneperframe ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 45px;
}
#oneperframe ul li {
	float: left;
	width: 150px;
	height: 100%;
	margin: 0 3px 0 0;
	padding: 0;
	background: #333;
	color: #fff;
	text-align: center;
	cursor: pointer;
        background-position: center;
	-webkit-text-stroke-color: #000;
	-webkit-text-stroke-width: 1px;
        text-shadow:none;


}
#oneperframe ul li.active {
	border: 2px solid #FF3399;
        background-position: center;
}
#oneperframe ul li .under {
    line-height: 25px;
    height: 25px;
    color:#fff;
    text-align:center;
    background-color: #000;
    margin-top:-35px;
    background-color:rgba(0,0,0,0.7);
    font-size:16px;
}