#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;
}

#styleSwitcher {
	height:29px;
	width:115px;
	margin-left:815px;
}

#switcher {
	width:930px;
	padding-left:15px;
	padding-right:15px;
	margin-left: auto;
	margin-right:auto;
}

#styleSwitcher img {
	border:1px solid #3e3e3e;
	margin-top:3px;
	-moz-border-radius:10px;
	-webkit-border-radius:8px;;
}

#header {
	margin-top:0
}