html, body
{
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.sw-wall
{
	margin: 0;
	padding: 0px 0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
.sw-wall a
{
	outline: none;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.sw-wall a img
{
	border: none;
}
.sw-overlay
{
	background-color: #fff;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;		
}
.sw-vspacer
{
	height: 10px;
	width: auto;
}
.sw-logos
{
	overflow: hidden;
	font-size: 10px;
}
.sw-logos td
{
	text-align: center;
}
.sw-header
{
	height: 15px;
	padding: 0 0px;
	margin: 0;
	text-align: center;
	font-size: 0;
}
.sw-toolbar
{
	padding: 1px 5px 0px 5px;
	height: 14px;
	overflow: hidden;
	font-size: 0;
}
.sw-toolbar a
{
	padding: 0;
	margin: 0;	
}
.sw-link
{
	cursor: pointer;
}
.sw-box
{
	text-align: center;
	margin: 0;
}
.sw-box img
{
	border: none;
}
span.sw-tagline
{
	text-align: center;
	color: #fff;
	word-wrap: break-word;	
}
.sw-title
{
	font-weight: bold;	
}
.sw-info
{
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
.sw-tooltip
{
	padding: 3px;
	color: #000;
	background-color: #fff;
	border: 1px solid #cacaca; 
	width: 150px; 
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
}
.sw-tooltip p
{
	color: #000;
	line-height: 12px;
}
.sw-tooltip a
{
	color: orange;
}
