.SlidingPanels {
    position: relative;
    width: 471px;
    height: 220px;
    padding: 0px;
    border: none;
}

.SlidingPanelsContentGroup {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
}

.SlidingPanelsContent {
    width: 471px;
    height: 220px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    border: none;
}

.SlidingPanelsAnimating * {overflow: hidden !important;}
.SlidingPanelsCurrentPanel {}
.SlidingPanelsFocused {}

#video_rotanti #share {
        width:470px;
        height:202px;
        margin:0;
        padding:0;
        position:relative;
        float:left;
        background:transparent url(../img/bg_video.jpg) repeat-y top left;
        border-top:1px solid #999;
        border-left:1px solid #999;
        border-bottom:1px solid #999;
}


#video_rotanti {
        width:691px;
        height:202px;
        float:left;
        margin-left:28px;
}

#video_rotanti #video_right {
        height:202px;
        width:220px;
        float:right;
        display:inline;
        top:0;
        position:relative;
}



#stage1, #stage2{
	/* This is where the animation takes place */
	position:relative;
	width:470px;
	height:202px;
	float:left;
}

.btn1, .btn2{
	/* This class is assigned to every share button */
	background-color:white;
	height:124px;
	left:0;
	top:0;
	width:120px;
	position:relative;
	margin:5px 0 20px 10px;
	float:left;
        border:1px solid #333;
}
.btn2{
	height:120px;
	width:120px;
        border:1px solid #333;
}

.btn1 p, .btn2 p{
        font-size:10px;
        margin-top:90px;
        height:30px;
        padding:2px 4px;
        background:green url("../img/bg_video_p.jpg") no-repeat top left;
        color:#FFF;
}
.btn2 p{
        margin-top:88px;
        line-height:8px;
}


#switch_video{
        height:101px;
        width:224px;
        display:block;
        background:transparent url("../img/foto-video.jpg") no-repeat top left;
        margin:0;padding:0;
        border-top:1px solid #999;
        border-right:1px solid #999;
}
#switch_video.off:hover{
        height:101px;
        width:224px;
        display:block;
        background:transparent url("../img/foto-video.jpg") no-repeat top right;
        margin:0;padding:0;
        border-top:1px solid #999;
        border-right:1px solid #999;
}
#switch_video.off{
        background:transparent url("../img/foto-video.jpg") no-repeat top center;
}

#switch_foto{
        height:101px;
        width:224px;
        display:block;
        background:transparent url("../img/foto-video.jpg") no-repeat bottom center;
        margin:0;padding:0;
        border-bottom:1px solid #999;
        border-right:1px solid #999;
}
#switch_foto.off:hover{
        height:101px;
        width:224px;
        display:block;
        background:transparent url("../img/foto-video.jpg") no-repeat bottom right;
        margin:0;padding:0;
        border-bottom:1px solid #999;
        border-right:1px solid #999;
}
#switch_foto.off{
        background:transparent url("../img/foto-video.jpg") no-repeat bottom left;
}