/**
 *   Copyright since 2009 ohmyweb!
 *
 *   @author    ohmyweb <contact@ohmyweb.fr>
 *   @copyright since 2009 ohmyweb!
 *   @license   Proprietary - no redistribution without authorization
 */

.scene.image-container { position:relative; display: inline-block; }
.scene.image-container .markers { list-style: none; margin:0; }
.scene.image-container .markers .marker {  }
.scene.image-container .markers .marker > button { position:absolute; transform:translate(-50%,-50%); border-radius:50%; border:none; width:30px; height:30px; line-height:30px; text-align:center; }
.scene.image-container .markers .marker > div { position:absolute; top:0; right:0; bottom:0; left:0; background:rgba(255,255,255,.8); z-index:1;}
.scene.image-container .markers .marker > div > button { right:0; top:0; position:absolute; border:none; background:none; }
