/*=========================================================================
|
|   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-size: 11pt;
}
a:focus, a:active {
  outline: none;
}
em {
    font-style:     normal;
    font-weight:    bold;
}
.popeye-stagewrap {
    background-color:#333;
	z-index: 333;
}
.popeye-stage {
    border: 1px solid #d2d2d2;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    cursor: pointer;
	z-index: 333;
}
.popeye-tools-wrap {
	text-align: justify;
}
.popeye-cap {
    margin: 10px 0 0 0;
    clear: both;
	height: 60px;
	overflow: auto;
	width: 160px;
}
.popeye-hasjs {
    padding: 0px 10px 5px 10px !important;
	z-index: 1;
}
.popeye-isloading {
    background:     #333 url(../gfx/loading.gif) no-repeat center;
	z-index: 333;
}
.popeye-haspopped {
    border:         1px solid #333 !important;
    background:     #000 !important;
}
.popeye-haspopped .popeye-stage {
    border:         1px solid #333;
    background:     #333;
}

/* style 2 */
.popeye {
    float: left;
    padding-right: 0px;               /* allow for fallback scrollbars */
    margin: 0px 5px;
/*  background: #eae2d6;*/
    border-right: 1px dotted #d7cfc3;
	z-index: 2;
}

.popeye .popeye-tools {
    margin: 5px;
    padding: 0px;
	text-align: center;
}
.popeye .popeye-tools span,
.popeye .popeye-tools a {
    display: block;
    float:  left;
	width: 25px;
    height: 22px;
    line-height: 22px;
}

.popeye .popeye-prev {
    background: url(../gfx/prev-2.gif) no-repeat center;
	margin-right: 3px;
}

.popeye .popeye-prev:hover {
    background: url(../gfx/prev-2-over.gif) no-repeat center;
}

.popeye .popeye-next {
    float: right !important;
    background: url(../gfx/next-2.gif) center center no-repeat;
}

.popeye .popeye-next:hover {
    background: url(../gfx/next-2-over.gif) center center no-repeat;
}

.popeye .popeye-enlarge {
	margin-left: 3px;
    background: url(../gfx/enlarge-2.gif) center center no-repeat;
    float: right !important;
}

.popeye .popeye-enlarge:hover {
    background: url(../gfx/enlarge-2-over.gif) center center no-repeat;
}

.popeye .popeye-tools span.popeye-count {
    display: block;
    float: left;
	width: 36px;
    background: url(../gfx/count-2.gif) left center no-repeat;
	text-align: left;
    height: 22px;
    line-height: 22px;
	padding-left: 23px;
}



