#overlay {
	background: #000000 url(../images/loader.gif) no-repeat center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-Index: 10000;
}

#switcher {
	position:absolute;
	left:0;
	top:0;
	padding-left:15px;
	padding-top:15px;
}

#switcher a, #switcher a:link, #switcher a:visited, #switcher a:active, #switcher a:focus, #switcher a:hover{
	border:none;
	background:none;
}

#switcher a img{
	margin:5px;
	border:none;
	background:none;
}