/*CLASSES FOR SOCIAL LOGIN ICONS*/
.sl {
    background-repeat: no-repeat;
    overflow-x: hidden;
    overflow-y: hidden;
}

.small_google {
    background-image: url(/images/general/social_login_small.png);
    background-position : -103px -124px; 
    height : 38px;
    width : 36px;
}

.small_amazon {
    background-image: url(/images/general/social_login_small.png);
    background-position : -103px -341px; 
    height : 38px;
    width : 36px;
}
.small_linkedin {
    background-image: url(/images/general/social_login_small.png);
    background-position : -103px -458px; 
    height : 38px;
    width : 36px;
}
.small_facebook {
    background-image: url(/images/general/social_login_small.png);
    background-position : -103px -205px; 
    height : 38px;
    width : 36px;
}
.small_yahoo {
    background-image: url(/images/general/social_login_small.png);
    background-position : -103px -279px; 
    height : 38px;
    width : 36px;
}

.small_twitter {
    background-image: url(/images/general/social_login_small.png);
    background-position : -103px -398px; 
    height : 38px;
    width : 36px;
}
.small_weibo {
    background-image: url(/images/general/social_login_small.png);
    background-position : -103px -510px; 
    height : 38px;
    width : 36px;
}
.small_wechat {
    background-image: url(/images/general/social_login_small.png);
    background-position : -103px -565px; 
    height : 38px;
    width : 36px;
}

.medium_google {
    background-image: url(/images/general/social_login_medium.png);
    background-position : -103px -124px; 
    height : 38px;
    width : 120px;
}
.medium_amazon {
    background-image: url(/images/general/social_login_medium.png);
    background-position : -103px -355px; 
    height : 38px;
    width : 120px;
}
.medium_linkedin {
    background-image: url(/images/general/social_login_medium.png);
    background-position : -103px -484px; 
    height : 38px;
    width : 120px;
}
.medium_facebook {
    background-image: url(/images/general/social_login_medium.png);
    background-position : -103px -206px; 
    height : 38px;
    width : 120px;
}
.medium_yahoo {
    background-image: url(/images/general/social_login_medium.png);
    background-position : -103px -279px; 
    height : 38px;
    width : 120px;
}

.medium_twitter {
    background-image: url(/images/general/social_login_medium.png);
    background-position : -103px -416px; 
    height : 38px;
    width : 120px;
}
.medium_weibo {
    background-image: url(/images/general/social_login_medium.png);
    background-position : -103px -538px; 
    height : 38px;
    width : 120px;
}
.medium_wechat {
    background-image: url(/images/general/social_login_medium.png);
    background-position : -103px -597px; 
    height : 38px;
    width : 120px;
}

.large_google {
    background-image: url(/images/general/social_login_large.png);
    background-position : -126px -136px; 
    height : 38px;
    width : 189px;
}
.large_amazon {
    background-image: url(/images/general/social_login_large.png);
    background-position : -126px -366px; 
    height : 38px;
    width : 189px;
}
.large_linkedin {
    background-image: url(/images/general/social_login_large.png);
    background-position : -126px -424px; 
    height : 38px;
    width : 189px;
}
.large_facebook {
    background-image: url(/images/general/social_login_large.png);
    background-position : -126px -194px; 
    height : 38px;
    width : 189px;
}
.large_yahoo {
    background-image: url(/images/general/social_login_large.png);
    background-position : -126px -250px; 
    height : 38px;
    width : 189px;
}

.large_twitter {
    background-image: url(/images/general/social_login_large.png);
    background-position : -126px -308px; 
    height : 38px;
    width : 189px;
}
.large_weibo {
    background-image: url(/images/general/social_login_large.png);
    background-position : -126px -478px; 
    height : 38px;
    width : 189px;
}
.large_wechat {
    background-image: url(/images/general/social_login_large.png);
    background-position : -126px -587px; 
    height : 38px;
    width : 189px;
}

.ss_horizontal {
	display:inline-block;
}
.ss_vertical {
	display:block;
}
.ss_grid {
    display:block;
    float:left;
    margin: 0px 5px 0px 0px; 
}
.ss_grid_lower {
    margin: 0px 0px 5px 0px;
}
.scroll_class {
    overflow-x:scroll;
    overflow-y:hidden;
    width:582px;
    white-space:nowrap;
}
