/* Point of ViUU - CSS */
.perspective .perspective_diap:focus{outline:none;}
.perspective{overflow:hidden;position:relative;width:600px;height:311px;}
.perspective .perspective_diap{position:absolute;width:500px;height:311px;background:url(../img/shadow_med.png) left bottom no-repeat;}
.perspective_diap img{width:500px;height:300px;}
.perspective_diap p{position:absolute;display:none;z-index:5;background:#fff;padding:10px 20px;font-size:12px;color:#086b7f;}
.perspective_diap p a{text-decoration:none;}
.perspective_diap p.right{right:12px;}
.perspective_diap p.left{left:12px;}
.perspective_diap p.top{top:0;}
.perspective_diap p.bottom{bottom:0px;}
.perspective_diap p.full_width{width:710px;top:0;left:0;background:#086b7f;color:#fff;}
.perspective_diap p span{display:block;color:#aaa;font-size:12px;padding:5px 0 0 0;}
em.darkPers{position:absolute;top:0;left:0;background:#086b7f;}

span.timer_rota{position:absolute;overflow:hidden;z-index:10;width:24px;height:24px;top:10px;right:10px;}
span.timer_rota span{position:absolute;width:24px;height:576px;background:url(../img/sprite_cercle.png) no-repeat;}
span.pause_rota,span.play_rota{position:absolute;cursor:pointer;z-index:10;width:24px;height:24px;top:10px;right:44px;background:url(../img/sprite_lecture.png) right top no-repeat;}
span.play_rota{background-position:right bottom;}
span.pause_rota:hover{background-position:left top;}
span.play_rota:hover{background-position:left bottom;}