.headerbm {
	padding:10px 1%;
	width:98%;
	position:fixed;
	top:0;
	right:0;
	z-index:1;
	background:#fff;
	filter:alpha(opacity=50);
	background:rgba(107,107,122,.2);
	box-shadow:0 -3px 5px rgba(17,17,22,.2) inset 
}
.ss-links{
	position: fixed;
	right: 10px;
	top: 80px;
	width: 30px;
	z-index: 100;
        text-align:center
}
.ss-links a{
	background:#aaa;
	background: rgba(0,0,0,0.2);
	font-size: 16px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	margin: 7px;
	float: left;
	border-radius: 50%;
	display: block;
	text-align: center;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5) inset;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.ss-links a:hover{
	background: rgba(0,0,0,0.5);
}
.ss-container{
    width: 100%;
    position: relative;
    text-align: left;
    float: left;
	overflow: hidden;
	padding-bottom: 100px;
}
.ss-container:before{
    position: absolute;
    width: 2px;
	background:#333;
    background: rgba(17,17,22,0.8);
    top: 0px;
    left: 50%;
	margin-left: -1px;
    content: '';
    height: 100%;
}
.ss-row{
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    padding: 80px 0 30px;
}
.ss-left, .ss-right{
    width: 48%;
    position: relative;
}
.ss-right{
    text-align: left;
    float: right;
}
.ss-left{
    text-align: right;
    float: left;
}
.ss-circle{
    overflow: hidden;
    display: block;
    text-align: left;	
	box-shadow:0 0 3px rgba(0,0,0,.2);
	background-repeat: no-repeat;
	background-position: center center;
	position: static;
	width: 520px;
	height: 550px;
	cursor:default
}
.ss-circle-deco:before{
	width: 2%;
	height: 0px;
	border-bottom: 2px dotted #999;
	border-bottom: 2px dotted rgba(17, 17, 22, 0.3);
	-webkit-box-shadow: 0px 1px 1px #fff;
	-moz-box-shadow: 0px 1px 1px #fff;
	box-shadow: 0px 1px 1px #fff;
	position: absolute;
	top: 50%;
	content: '';
	margin-top: 1px;
}
.ss-circle-deco:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -9px;
	width:20px;
	height:20px;
	border-radius:50%;
	box-shadow: 0px 0px 3px #666;
	background:#aaa;
	background:rgba(255,255,255,1)
}
.ss-left .ss-circle-deco:before{
    right: -3%;   
}
.ss-right .ss-circle-deco:before{
    left: -3%;   
}
.ss-left .ss-circle-deco:after{
	right: 0;
	/*border-left: 10px solid #666;
	border-left:rgba(122,122,122,.8);*/
}
.ss-right .ss-circle-deco:after{
	left: 0;
	/*border-right: 10px solid #666;
	border-left:rgba(122,122,122,.8);*/
}
.ss-left .ss-circle{
    float: right;
    margin-right: 10px;
}
.ss-right .ss-circle{
    float: left;
    margin-left: 10px;
}
.ss-container h3{
    margin-top: 80px;
	padding: 10px 15px;
	text-shadow: 1px 1px 1px rgba(26, 27, 33, 0.8);
    font-size: 28px;
    color: #333;
    display: block;
	line-height:2em
}
.ss-container .ss-left h3{
}
.ss-container .ss-right h3{
}
.ss-container p{
    color: #999;
    font-size: 12px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
	padding:15px;
	border-top:dotted 1px #ccc;
}
.cover{
    background: url(../images/doomsday/bg00.png) center center no-repeat;
	text-align:center;
	height:550px;
	box-shadow: 0px 2px 5px #999;
}
.ss-circle-1{
    background-image: url(../images/doomsday/bg01.png);
}
.ss-circle-2{
    background-image: url(../images/doomsday/bg02.png);
}
.ss-circle-3{
    background-image: url(../images/doomsday/bg03.png);
}
.ss-circle-4{
    background-image: url(../images/doomsday/bg04.png);
}
.ss-circle-5{
    background-image: url(../images/doomsday/bg05.png);
}
.ss-circle-6{
    background-image: url(../images/doomsday/bg06.png);
}
.ss-circle-7{
    background-image: url(../images/doomsday/bg07.png);
}
.ss-circle-8{
    background-image: url(../images/doomsday/bg08.png);
}
.ss-circle-9{
    background-image: url(../images/doomsday/bg09.png);
}
.ss-circle-10{
    background-image: url(../images/doomsday/bg10.png);
}