<div id="container">
Y agregas antes:<!-- start: switcher -->
#switcher{
background: none repeat scroll 0 0 #272727;
left: -200px;
position: fixed;
top: 220px;
width: auto;
z-index: 10000;
transition: all 250ms ease-in-out 0s;
-webkit-transition:all 250ms ease-in-out 0s;
-moz-transition:all 250ms ease-in-out 0s;
-o-transition:all 250ms ease-in-out 0s;
}
#switcher:hover{
left:0;
}
#switcher .btn-switch {
height: 30px;
width: 40%;
}
#img-switch{
background:url(images/TUTHEME/settings.png);
display: inline;
margin-left: 80px;
padding: 20px;
position: absolute;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#img-switch{
background:url(images/TUTHEME/settings.png);
display: inline;
margin-left:200px;
padding: 20px;
position: absolute;}
}
#form-switch {
padding: 10px;
}