#showSwitcher {
	z-index: 100;
	margin-right:0px;
	position:fixed;
	right:0;
	top:210px;
	background: #333;
	border:#ccc 0px solid;
	box-shadow: none;
	border-right:0;
	font-size:18px;
	display: block;
	color:#fff;
			   
	-webkit-border-bottom-left-radius: 3px;
	   -webkit-border-top-left-radius: 4px;
		-moz-border-radius-bottomleft: 3px;
		   -moz-border-radius-topleft: 4px;
		    border-bottom-left-radius: 3px;
			   border-top-left-radius: 4px;
	padding: 10px 10px 8px 15px;
	cursor: pointer;
}

#more-close {
	cursor:pointer;
}

#switcher {
	background-color: #FFF;
	color: #333;
	z-index: 1002;
}
.left-shadow-overlay {
	box-shadow: 10px 0 15px 10px #585858;
}
#switcher p {
	line-height:normal !important;
}
#switcher a {
	color: #333;
	text-decoration: none;
}
#switcher a:hover {background-color:#f7f7f7; }
