.ss-container{
    width:100%;
    position:relative;
    float:left;
	overflow:hidden;
	z-index:2000;
}

.ss-row{
    width:100%;
    clear:both;
    float:left;
    position:relative;
	height:350px;
}

.ss-left, .ss-right{
    float: left;
    width: 48%;
    position:relative;
}

.ss-right{
	float:right;
    padding-left:2%;
}

.ss-left{
    float:left;
    padding-right:2%;
}

.ss-mtop {
	margin:50px 0 0 0;
}