/* Point of ViUU - CSS */
	
	.perspective .perspective_diap:focus { outline:none; }
	/* Plugin container */
	.perspective {
		float:left; overflow:hidden; position:relative; /* <- Do not change this line */
/*!*/	width:100%; /* Required - Adapt to your template */
/*!*/	height:409px; /* Required - Adapt to your template */
margin-top: -30px;
	}
		/* Plugin content */
		.perspective .perspective_diap {
			position:absolute; /* <- Do not change this line */
/*!*/		width:851px; /* Required - Adapt to your template (Add padding if needed) */
/*!*/		height:409px; /* Required - Adapt to your template (Add padding if needed) */
		}
			/* Plugin content image */
			.perspective_diap img {
/*!*/			width: 70%; /* Required - Adapt to your template */
/*!*/			height:409px; /* Required - Adapt to your template */
			}
			/* All description will be in this 'p' */
			.perspective_diap p {
				position:absolute; display:none; /* <- Do not change this line */
				z-index:5; /* Change if needed */
				padding: 20px;
				box-sizing: border-box;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				font-size:16px;
				color:#fff;
				top:0;
				width: 30%;
				right: 0;
				
			}
	
	/* overlay on the images to simulate Darkening */
	em.darkPers {
		position:absolute; top:0; left:0; /* <- Do not change this line */
		cursor:pointer; /* If you want a cursor pointer on your images */
		background:#000; /* <- choose your color here */
	}
	
	
	
/* If you use Timer and/or play */
	
	/* Timer */
	span.timer_rota {
		position:absolute; overflow:hidden; /* <- Do not change this line */
		z-index:10; /* Change if needed */
		width:24px;
		height:24px;
		bottom:10px; /* Position in container */
		right:10px; /* Position in container */
	}
		span.timer_rota span {
			position:absolute; /* <- Do not change this line */
			width:24px;
			height:576px;
			background:url(../img/point_of_viuu/sprite_cercle.png) no-repeat;
		}
	
	/* Play - Pause */
	span.pause_rota,
	span.play_rota {
		position:absolute; cursor:pointer; /* <- Do not change this line */
		z-index:10; /* Change if needed */
		width:24px;
		height:24px;
		bottom:10px; /* Position by default in container */
		right:44px; /* Position by default in container */
		background:url(../img/point_of_viuu/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; }
		
		.perspective_diap{background: #0054a9;}
		.perspective_diap .ctitle{font-size: 20px; font-weight: bold}
.perspective_diap a{border: solid 1px #ffffff; color: #ffffff; padding: 5px;}
