#switcher {
        position:absolute;
        top:20px;
        right:50px;
        z-index:1;
        margin:12px 0 0 0;
        padding:0px;
        text-align:center;
        border:1px solid #f8f8f8;
        background:#f0f0f0;
}
#cswitcher h4 {
        width:120;
        margin:2px 0 0 0;
        text-align:center;
        font-size:0.85em;
}
#switcher div {
        float:right;
        text-align:center;
}
#switcher form input {
  width:10px;
	border:1px solid #fff;
	margin:4px 2px;
	padding:0 1px;
	cursor:pointer;
	font-size:0.85em;
}
#switcher form input#minus {
}
#switcher form input#plus {
}
#switcher form input#default {
        width:120; padding:0;
}
