/*=========================================================================
|
|   file:    styling.css
|   descr:   Individual Styling of jQuery.popeye-Boxes
|   version: 1.1.1 - 2008/11/11 11:11
|
|   ------------------------------------------------------------------------
|
|   author:   Christoph Schuessler
|   aut. url: http://herr-schuessler.de
|
================================================================================*/
#ringraziamenti .popeye-tools{
	display:none;

}
#popeye h2 {
    font:           normal 2.8em/1em Georgia, 'Times New Roman', serif;
    color:          #d7df9b;
}
#popeye a:focus, a:active {
  outline: none;
}
#popeye em {
    font-style:     normal;
    font-weight:    bold;
}
.popeye-stagewrap {
    background-color:#EEDB96;
}
.popeye-stage {
    border:         1px solid #d2d2d2;
    border-bottom:  1px solid #fff;
    border-right:   1px solid #fff;
    cursor:         pointer;
}
.popeye-tools-wrap {
    font-size:      11px;
    color:          #555;
}
.popeye-cap {
    height:         50px;
    margin:         30px 0 0 0;
    clear:          both;
}
.popeye-hasjs {
    padding:        10px !important;
}
.popeye-isloading {
    background:     #EEDB96 url("../gfx/loading.gif") no-repeat center;
}
.popeye-haspopped {
    border:         1px solid #EEDB96 !important;
    background:     #fff !important;
}
.popeye-haspopped .popeye-stage {
    border:         1px solid #dda300;
    background:     #dda300;
}

#popeye {
    float:          left;
    padding-right:  20px;               /* allow for fallback scrollbars */
    margin:         0px 10px 20px 0;
    /*background:     #f0f0f0;*/
    border:         1px solid #EEDB96;
    border-top:  0px solid #d8d8d8;
    border-bottom:   0px solid #d8d8d8;
    border-left:   0px solid #d8d8d8;
}
#popeye .popeye-tools {
    padding:        10px 0;
    border-bottom:   1px solid #EEDB96;
}
#popeye .popeye-tools span{
    float:          left;
    line-height:    18px;
}
#popeye .popeye-tools a {
    display:        block;
    float:          left;
    height:         20px;
    line-height:    14px;
    color:          #4B2F22;
	font-size: 11px;
    text-decoration:none;
    text-align:     center;
}
#popeye .popeye-tools a:hover {
    color:          #000;
}
#popeye .popeye-prev {
    background:      url("../gfx/prev-1.png") no-repeat;
    width:          44px;
    padding:        0 4px 0 12px;
}
#popeye .popeye-next {
    float:          right !important;
    text-align:     ri ght; 
    background:      url("../gfx/next-1.png") no-repeat;
    width:          44px;
    padding:        0 12px 0 4px;
}
#popeye .popeye-enlarge {
    background:      url("../gfx/enlarge-1.png") no-repeat;
    margin:         0 0 0 10px;
    width:          46px;
    padding:        0 4px 0 16px;

}
#popeye .popeye-count {
    margin:         0 0 0 10px;
}
