﻿/* Social sharing effect css */
.share-emc {
	/* recommended styles for kwicks ul container */
	width:160px;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.share-emc li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 40px;
	height: 30px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;
}