
.social-media-buttons .social:hover{
	text-decoration:none;
}

.social-media-buttons {
display: block;

}

.fixed-comments-wrapper{
background:#fff;
padding:10px;
width:50%;
max-width:770px;
position:fixed;
top:40px;
left:0px;
z-index:9999;
border:solid 1px #000;
display:none;
}

.social{
	display:block;
	margin-bottom:20px;
	height: 55px;
	width: 55px;}


.social.pinterest{
	background: url('./images/pinterest-grey.png') no-repeat top left; background-size: 55px 55px; width: 55px; height: 55px;
}
.social.gplus{
	background: url('./images/fashion-gfx_gplus.png') no-repeat top left; background-size: 55px 55px; width: 55px; height: 55px;
}
.social.facebook{
	background: url('./images/facebook-grey.png') no-repeat top left; background-size: 55px 55px; width: 55px; height: 55px;
}
.social.twitter{
	background: url('./images/twitter-grey.png') no-repeat top left; background-size: 55px 55px; width: 55px; height: 55px;
}
.social.email{
	background: url('./images/email-grey.png') no-repeat top left; background-size: 55px 55px; width: 55px; height: 55px;
}

#sjm-gallery-overlay .social-media-buttons .email{
background: url('./images/email.png') no-repeat top left; background-size: 55px 55px; width: 55px; height: 55px;
}


.social-media-buttons .pinterest:hover{
	background: url('./images/pinterest-grey.png') no-repeat top left; background-size: 55px 55px; width: 55px; height: 55px;
}
.social-media-buttons .gplus:hover{
	background: url('./images/fashion-gfx_gplus-over.png') no-repeat top left; background-size: 55px 55px; width: 55px; height: 55px;
}
.social-media-buttons .facebook:hover{
	background: url('./images/facebook-grey.png') no-repeat top left; background-size: 55px 55px; width: 55px; height: 55px;
}
.social-media-buttons .twitter:hover{
	background: url('./images/twitter-grey.png') no-repeat top left; background-size: 55px 55px; width: 55px; height: 55px;
}
.social-media-buttons .email:hover{
	background: url('./images/email-grey.png') no-repeat top left; background-size: 55px 55px; width: 55px; height: 55px;
}
