﻿@charset "utf-8";
/* CSS Document */
/* some custom fonts via google font api */
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:extralight);
/* content block 1 */

#gallery .customScrollBox{position:relative; height:100%; overflow:hidden;}
#gallery .customScrollBox .container{position:relative; width:98px; top:0;}
#gallery .customScrollBox .content{clear:both;}
/*#gallery .customScrollBox .content p{padding:0 5px; margin:10px 0; color:#fff; font-family:Verdana, Geneva, sans-serif; font-size:13px; line-height:20px;}
#gallery .customScrollBox .content p.alt{padding:10px 5px; margin:10px 0; color:#fff; font-family:Georgia, "Times New Roman", Times, serif; font-size:17px; line-height:19px; color:#999;}
#gallery .customScrollBox img{border:5px solid #fff;}*/

#gallery .dragger_container{position:absolute; top:0px; right:0px; width:10px; height:490px; /*float:left;*/ margin:0px 0 0 0px; background:#FFF; cursor:pointer -moz-border-radius:0px; -khtml-border-radius:0px; -webkit-border-radius:0px; border-radius:0px; cursor:s-resize;}
#gallery .dragger{position:absolute; width:10px; height:60px; margin:1px 0px 1px 0px; background:#CC0000; text-align:center; line-height:60px; color:#FFF; overflow:hidden; cursor:pointer; -moz-border-radius:0px; -khtml-border-radius:0px; -webkit-border-radius:0px; border-radius:0px;}
#gallery .dragger_pressed{position:absolute; width:10px; margin:1px 0px 1px 0px; height:60px; background:#CC0000; text-align:center; line-height:60px; color:#FFF; overflow:hidden; -moz-border-radius:0px; -khtml-border-radius:0px; -webkit-border-radius:0px; border-radius:0px; cursor:s-resize;}
/*colori da sistemare per far vedere */

#gallery .scrollUpBtn,#gallery .scrollDownBtn{width:96px; height:32px; /*background:url(../imgs/bg/bg-menu-base.png) repeat;*/ position:absolute; left:0px; opacity:0.8;}
#gallery .scrollUpBtn{top:0px;}
#gallery .scrollDownBtn{bottom:0px;}
#gallery .scrollUpBtn:hover,#gallery .scrollDownBtn:hover{background:url(/imgs/gallery/bg-prevnext-hover.png) repeat;}