/*=========================================================================
|
|   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
|
================================================================================*/

a:focus, a:active {
  outline: none;
}
em {
    font-style:     normal;
    font-weight:    bold;
}
.popeye-stagewrap {

}
.popeye-stage {
    cursor:         pointer;
}
.popeye-tools-wrap {
    font-size:      11px;
    color:          #000;
}
.popeye-cap {
  font-size:15px;
  font-weight:bold;
  margin:0 0 0px 0;
}
.popeye-hasjs {
    padding:        10px !important;
}
.popeye-isloading {
    background:     #fff url(gfx/loading.gif) no-repeat center;
}
.popeye-haspopped {
    background:     transparent !important;
}
.popeye-haspopped .popeye-stage {

}

/* style 1 */
.popeye {
    float:          left;
    padding-right:  20px;               /* allow for fallback scrollbars */
    margin:         0 0 0px 0;
    background-color:#eee;    
}
.popeye-tools {
    padding:        0px 0;
}
.popeye-tools span{
    float:          left;
    line-height:    18px;
}
.popeye-tools a {
    display:        block;
    float:          left;
    height:         20px;
    line-height:    18px;
    color:          #000;
    text-decoration:none;
    font-weight:    normal; 
    text-align:     center;
}
.popeye-tools a:hover {
    color:          #fff;
}
.popeye-prev {
    background:     url(gfx/prev-1.gif) no-repeat;
    width:          44px;
    margin-left:18px;
    padding:        0 4px 0 12px;
}
.popeye-next {
    float:          right !important;
    text-align:     right; 
    background:     url(gfx/next-1.gif) no-repeat;
    width:          44px;
    padding:        0 12px 0 4px;
}
.popeye-enlarge {
    background:     url(gfx/enlarge-1.gif) no-repeat;
    margin:         0 0 0 10px;
    width:          80px;
    padding:        0 4px 0 12px;

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