/*=========================================================================
|
|   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:none;
}
.popeye-stage {
	 background-color:none;
    cursor: default;
}
.popeye-tools-wrap {
    font-size:      11px;
    color:          #767676;
}
a {
color: #591f00;
}

.popeye-hasjs {
    padding:        00px !important;
}
.popeye-isloading {
    background:     #FFF url(images/gfx/loading.gif) no-repeat center;
}
.popeye-haspopped {
    border:         0px solid #333 !important;
    background:     #FFF !important;
}
.popeye-haspopped .popeye-stage {
    
    background:     #FFF;
}

/* style 1 */
#popeye1 {
    float:          left;
    padding-right:  0px;               /* allow for fallback scrollbars */
    margin:         0px 0px 0px 0;
    
}
#popeye1 .popeye-tools {
    padding:        10px 0;
}
#popeye1 .popeye-tools span{
    float:          left;
    line-height:    18px;
}
#popeye1 .popeye-tools a {
    display:        block;
    float:          left;
    height:         20px;
    line-height:    18px;
    color:          #591f00;
    text-decoration:none;
    text-align:     center;
	cursor:pointer;
}
#popeye1 .popeye-tools a:hover {
    color:          #591f00;
}
#popeye1 .popeye-prev {
    background:     url(../images/gfx/prev-1.png) no-repeat;
    width:          44px;
    padding:        0 4px 0 12px;
}
#popeye1 .popeye-next {
    float:          right !important;
    text-align:     right; 
    background:     url(../images/gfx/next-1.png) no-repeat;
    width:          44px;
	color: #591f00;
    padding:        0 12px 0 4px;
}
#popeye .popeye-next a {
color: #591f00;

}

#popeye1 .popeye-enlarge {
    background:     url(../images/gfx/enlarge-1.png) no-repeat;
    margin:         0 0 0 10px;
    width:          46px;
    padding:        0 4px 0 16px;
	visibility:hidden;
}
#popeye1 .popeye-count {
    margin:         0 0 0 10px;
	visibility:hidden;
}

#popeye1 .popeye-cap {
    height: 120px;
	margin-left:350px;
	margin-top:0px;
	padding-top:0px;
	float:right;
    line-height:    1.4em;
	color: #591f00;
	font-size: 14px;
	font-weight: normal;
}

#popeye1 ul li {
border:1px solid;
cursor:default;
}