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

em {
    font-style:     normal;
    font-weight:    bold;
}

.popeye-stagewrap {
    position:relative;
}
.popeye-stage {
    cursor:         pointer;
    display:block;
    width:205px;
    height:170px;
}
.popeye-tools-wrap {
    font-size:      11px;
    color:          #767676;
}
.popeye-cap {
    height:         50px;
    margin:         10px 0 0 0;
    clear:          both;
    line-height:    1.1em;
}
.popeye-hasjs {
    padding:        10px !important;
}
.popeye-haspopped {
    border:         1px solid #333 !important;
    background:     #000 !important;
}
.popeye-haspopped .popeye-stage {
    border:         1px solid #333;
    background:     #333;
}

#videogallery {
    float:          left;
    padding-right:  20px;               /* allow for fallback scrollbars */
    margin:         20px 30px 20px 0;
    background:     #f0f0f0;
    border:         1px solid #bababa;
    border-bottom:  1px solid #d8d8d8;
    border-right:   1px solid #d8d8d8;
}
#videogallery .popeye-tools {
    padding:        10px 0;
    border-bottom:   1px solid#d8d8d8;
}
#videogallery .popeye-tools span{
    float:          left;
    line-height:    18px;
}
#videogallery .popeye-tools a {
    display:        block;
    float:          left;
    height:         20px;
    line-height:    18px;
    color:          #266e80;
    text-decoration:none;
    text-align:     center;
}
#videogallery .popeye-tools a:hover {
    color:          #8f8f8f;
}
#videogallery .popeye-prev {
    background:     url(../images/prev-1.png) no-repeat;
    width:          44px;
    padding:        0 4px 0 12px;
}
#videogallery .popeye-next {
    float:          right !important;
    text-align:     right; 
    background:     url(../images/next-1.png) no-repeat;
    width:          44px;
    padding:        0 12px 0 4px;
}
#videogallery .popeye-enlarge {
	display:none;
}
#videogallery .popeye-count {
    margin:         0 0 0 20px;
}

