/**
 * Copyright: 2007-2012, Web Techtonics, LLC
 * This code is property of Web Techtonics, LLC. All rights reserved.
 * May not be re-used, re-distributed or modified without permission.
 */


/* WSocialicons-2 */
.AV-WSocialicons-2
{
	
}
	.AV-WSocialicons-2 a span
	{
		color: white;
		position: relative;
		bottom: 3px;
	}
	.AV-WSocialicons-2 .thumbnail
	{
		float: right;
		margin-left: 8px;
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
		.AV-WSocialicons-2 .thumbnail:hover
		{
			opacity: 0.8;
			filter: alpha(opacity=80);
		}
	.AV-WSocialicons-2.widget-align-left .thumbnail
	{
		float: left;
		margin-right: 8px;
	}