/*=========================================================================
|
|   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;
}
.popeye-stagewrap {
    background-color:#333;
}
.popeye-stage {
    border:         4px solid #f1f1f1;
    cursor:         pointer;
	height:			195px; 			/* Default values */
	width:			587px;
}
.popeye-tools-wrap {
    font-size:      11px;
    color:          #767676;
	position:absolute;
	bottom: 4px;
	background: #ffffff;
	opacity:0.8;filter:alpha(opacity=80);
	width: 			235px;
	right:			5px;
	
	
}
.popeye-cap {
    height:         50px;
    margin:         10px 0 0 0;
    clear:          both;
    line-height:    1.1em;
	display:none;
}
.popeye-hasjs {
    padding:        0px !important;
}
.popeye-isloading {
    background:     #333 url(/images/popeye/loading.gif) no-repeat center;
}

.popeye-haspopped .popeye-stage {
    background:     #333;
}

/* style 1 */
.gallery {
    float:left;
    padding-right:  0;               /* allow for fallback scrollbars */
    margin:         5px 0px 5px 0px;
    background:     #ffffff;
    border:         0px solid #999999;
	
    
}
.galleryLeft {
	margin-left:-15.1em;
	}
.galleryRight {
	float:right;
	margin-left:20px;
	margin-right: -30.4em;
	clear:right;
	}
.gallery .popeye-tools {
    padding:        4px;
    border-bottom:   1px solid#d8d8d8;
	
}
.gallery .popeye-tools span{
    float:          left;
    line-height:    18px;
}
.gallery .popeye-tools a {
    display:        block;
    float:          left;
    height:         20px;
    line-height:    18px;
    color:          #266e80;
    text-decoration:none;
    text-align:     center;
}
.gallery .popeye-tools a:hover {
    color:          #8f8f8f;
	opacity:1;filter:alpha(opacity=100);
}
.gallery .popeye-prev {
    background:     url(/images/popeye/prev-1.png) no-repeat;
    width:          44px;
    padding:        0 4px 0 12px;
}
.gallery .popeye-next {
    background:     url(/images/popeye/next-1.png) no-repeat right;
    width:          44px;
    padding:        0 0 0 0px;
}
.gallery .popeye-enlarge {
    background:     url(/images/popeye/enlarge-1.png) no-repeat;
    margin:         0 10px 0 10px;
    width:          46px;
    padding:        0 4px 0 16px;

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