/*******************************************************************************************/
/*
/*		Developed by: http://design-joomla.eu
/*		Designed and modified by 'AS Designing'
/*		Web: http://www.asdesigning.com
/*		Email: info@asdesigning.com
/*		License: GNU/GPL
/*
/*******************************************************************************************/


.as_mooslider .navigation_content a 
{
	outline: none;
}

.as_mooslider li 
{
	text-align: center;
}

span.load-button 
{
	width: 12px;
	height: 12px;
	display: block;
	background: #334;
	float: left;
	margin-right: 4px;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	opacity: 0.2;
	filter: alpha(opacity = 20);
}

span.load-button-active 
{
	opacity: 0.8;
	filter: alpha(opacity = 60);
}

.clear
{
	clear: both;	
}
