
.switcher{
    right: -20px;
    position: absolute;
    top: 150px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    z-index: 999;

}
.switcher p {
    margin-bottom: 9px;
}
.switcher .panel{
    position: relative;
    width: 200px;
    height: 262px;
    padding: 15px 0px 0px 0px;
    /*background: url(../images/switcher.png)  no-repeat;*/
    z-index: 100;
}
/*.switcher .panel ul{
    list-style: none;
}
.switcher .panel ul li{
    float: left;
    margin-right: 10px;
    margin-bottom: 9px;
}
.switcher .panel img{
    padding: 2px;
    border: 1px solid #555;
}
.switcher .panel img:hover{
    border-color: #363636;
}
*/.switcher .toggle{
    position: absolute;
    top: 30px;
    width: 40px;
    height: 155px;
    left: -30px;
    /*background: url(../images/switcher.png) 0 -500px no-repeat;*/
    z-index: 99;
}
.switcher .toggle div{
    width: 40px;
    height: 155px;
    cursor: pointer;

}
.switcher .open{
    /*background: url(../images/switcher.png) 0px -270px no-repeat;*/ display:block;
}
.switcher .close{
    /*background: url(../images/switcher.png) -45px -270px no-repeat;*/display:block;
}

.switcher .video{ margin:0 0 0 15px ;    width: 300px; }