ul.tabs {
    margin: 0;
	text-align: center;
    width: 100%;
    font-size:100%;
	padding: 30px 0 50px 0;
}
ul.tabs li {
	display: inline-block;
    text-align:center;
    cursor: pointer;
    background: #f1f1f1;
    overflow: hidden;
    position: relative;
	padding: 10px 30px;
	margin: 0 10px;
	border-radius: 30px;
}
ul.tabs li.active {
	color: white;
    background: #e44d35;
}
.tab_container {
    border-top: none;
    clear: both;
	margin-bottom: 80px;
}
.tab_content {
    display: none;
}
.tab_container .tab_content ul {
    width:100%;
    margin:0px;
    padding:0px;
}
.tab_container .tab_content ul li {
    padding:5px;
    list-style:none;
}
#content-main ul li{
	margin-left: 0;
}
#content-main .history-2015-m, .history-2005-m{
	display: none;
}
#content-main img.history-bg{
	width:850px;
	height:1430px;
	border:0;
}