/* =Skitter styles
----------------------------------------------- */
.box_skitter 	{position:relative !important;height:auto;background:#FFF; width:auto; min-height:80px; min-width:150px; padding-bottom:30px !important; margin:0 auto !important;}
.box_skitter img { max-width:none; } /* Tip for stildv */
.box_skitter ul {display:none;}
.box_skitter .container_skitter {overflow:hidden;position:relative; height:auto !important; width:auto !important;}
.box_skitter .image {overflow:hidden;}
.box_skitter .image img {display:none;}
/* =Box clone
-------------------------------------------------------------- */
.box_skitter .box_clone {position:absolute;top:0;left:0;width:auto;overflow:hidden;display:none;z-index:20; height:auto !important;}
.box_skitter .box_clone img {position:relative;top:0;left:0;z-index:20;}

/* =Navigation
-------------------------------------------------------------- */
.box_skitter .prev_button {position:absolute;bottom:-50px;left:0;z-index:100;width:30px;height:30px;overflow:hidden;text-indent:-9999em;margin-top:-25px;background:url(/images/diapo/prev.png) no-repeat left top; display:none !important;}
.box_skitter .next_button {position:absolute;bottom:-50px;right:0;z-index:100;width:30px;height:30px;overflow:hidden;text-indent:-9999em;margin-top:-25px;background:url(/images/diapo/next.png) no-repeat left top; display:none !important;}

/* =Dots
-------------------------------------------------------------- */
.box_skitter .info_slide_dots {position:absolute;bottom:0px;z-index:151;padding:5px 0 5px 5px;-moz-border-radius: 40px; -webkit-border-radius: 40px; border-radius: 40px; behavior: url(/CSS/PIE.htc);}
.box_skitter .info_slide_dots .image_number {float:left;margin:0 5px 0 0;cursor:pointer;width:12px;height:12px;text-indent:-9999em;overflow:hidden;-moz-border-radius:40px 40px 40px 40px;-webkit-border-radius:40px 40px 40px 40px;border-radius:40px 40px 40px 40px;background:#007172 !important;behavior:url(/CSS/PIE.htc);}
.box_skitter .info_slide_dots .image_number_select {background:#95ba00 !important;float:left;margin:0 5px 0 0;}

/* =Loading
-------------------------------------------------------------- */
.loading {position:absolute; top:50%; right:50%; z-index:10000; margin:-16px -16px;color:#fff;text-indent:-9999em;overflow:hidden;background:url(/images/ajax-loader_cg.gif) no-repeat left top;width:32px;height:32px;}

/* =Preview slide
-------------------------------------------------------------- */
.box_skitter .preview_slide { display:none; position:absolute; z-index:152; bottom:30px; left:-40px; width:100px; height:100px; background:#fff; border:1px solid #222; -moz-box-shadow:rgba(0,0,0,0.7) 2px 2px 5px; -webkit-box-shadow:rgba(0,0,0,0.7) 2px 2px 5px; box-shadow:rgba(0,0,0,0.7) 2px 2px 5px; overflow:hidden; }
.box_skitter .preview_slide ul { height:100px; overflow:hidden; margin:0; list-style:none; display:block; position:absolute; top:0; left:0; }
.box_skitter .preview_slide ul li { width:100px; height:100px; overflow:hidden; float:left; margin:0; padding:0; position:relative; display:block; }
.box_skitter .preview_slide ul li img { position:absolute; top:0; left:0; height:150px; width:auto; }
.box_skitter .progressbar 		{ background:#000; position:absolute; height:5px; width: 200px; z-index:99; border-radius:20px; }

/* =Focus
-------------------------------------------------------------- */
#overlay_skitter { position:absolute; top:0; left:0; width:100%; z-index:9998; opacity:1; background:#000; }

.box_skitter .focus_button {position:absolute;top:50%;z-index:100;width:42px;height:42px;overflow:hidden;text-indent:-9999em;margin-top:-25px;background:url(/images/diapo/images/focus-button.png) no-repeat left top;opacity:0;}
.box_skitter .play_pause_button {position:absolute;top:50%;z-index:151;width:42px;height:42px;overflow:hidden;text-indent:-9999em;margin-top:-25px;background:url(/images/diapo/images/pause-button.png) no-repeat left top;opacity:0;}
.box_skitter .play_pause_button.play_button {background:url(../images/play-button.png) no-repeat left top;}

/* =Example for dimenions
-------------------------------------------------------------- */
.box_skitter_large {width:800px;height:300px;}
.box_skitter_small {width:200px;height:100px;}