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

h2 {
    font:           normal 2.8em/1em Georgia, 'Times New Roman', serif;
    color:          #d7df9b;
}
a:focus, a:active {
  outline: none;
}
em {
    font-style:     normal;
    font-weight:    bold;
}
.popeye-stagewrap {
    background-color:#333;
}
.popeye-stage {
    border:         5px solid #000000;
}
.popeye-tools-wrap {
    font-size:      11px;
    color:          #767676;
	height: 30px;
}
.popeye-cap {
    height:         50px;
    margin:         10px 0 0 0;
    clear:          both;
    line-height:    1.1em;
}
.popeye-hasjs {
    padding:        10px !important;
}
.popeye-isloading {
    background:     #333 url(../img/popeye/loading.gif) no-repeat center;
}
.popeye-haspopped {
    border:         1px solid #333 !important;
    background:     #000 !important;
}
.popeye-haspopped .popeye-stage {
    border:         1px solid #333;
    background:     #333;
}

.popeye {
    float:          left;
    padding-right:  20px;               /* allow for fallback scrollbars */
    margin-top:     10px;
}
.popeye .popeye-tools {
	padding:        10px 0;
}
.popeye .popeye-tools span,
.popeye .popeye-tools a {
	float:          left;
    line-height:    18px;
	color: #000000;
}

.popeye .popeye-tools a {
	width: 16px;
	height: 16px;
}

.popeye .popeye-prev {	
	background: url(../img/popeye/prev-2.png) no-repeat;
    background-position: 0px 0px;    
}
.popeye a.popeye-prev:hover {
    background-position: 0px -16px;
}

.popeye .popeye-next {
	background: url(../img/popeye/next-2.png) no-repeat;
	background-position: 0px 0px;  
}
.popeye a.popeye-next:hover {
    background-position: 0px -16px;
}


.popeye .popeye-count {
    background:     url(../img/popeye/count-2.png) no-repeat left center;
    padding:        0 0 0 20px;
    margin:         0 10px 0 10px;
	font-family: "Trebuchet MS";
}
