#switcher{
	color:#239c54;
	padding:10px;
	background:#F7F7F7;
	width:85px;
	font-weight:bold;
	position:fixed;
	z-index:500;
	top:130px;
	left:0;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-variant:normal;
	margin-left:-115px;
	border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
}

#switcher .clearfix{
	margin-bottom:10px;
}

.custom-close,.custom-show{
	position:absolute;
	font-weight:bold;
	margin-left:94px;
	margin-top:-10px;
	display:inline-block;
	width:36px;
	height:36px;
	background:url(../images/arrow-4.png) center no-repeat #239c54;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	cursor:pointer;
}
