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

.popeye-tools-wrap {
    font-size: 11px;
    color: #C8C8C8;
}

.popeye-hasjs {padding: 10px !important;}
.popeye-isloading {background: #43454B url(../gfx/loading.gif) no-repeat center;
}
.popeye-haspopped {
    border: 1px solid #333 !important;
    background: #000 !important;
}
.popeye-haspopped .popeye-stage {
    border: 1px solid #43454B;
    background: #43454B;
}

/* style 1 */
#popeye1 {float: left;}


#popeye1 .popeye-tools {
    padding: 10px 0 0 340px;
	background-color:#37393F; 
	height:22px;
	color: #C8C8C8;
}
#popeye1 .popeye-tools span{
    float:          left;
    line-height:    18px;
}
#popeye1 .popeye-tools a {
    display:        block;
    float:          left;
    height:         20px;
    line-height:    18px;
    text-decoration:none;
	outline:none;
	z-index:20;
	color: #43454B;
}
#popeye1 .popeye-tools a:hover { color: #43454B;}

#popeye1 .popeye-prev {
    background: url(../images/previous.gif) no-repeat;
    width: 17px;
    padding: 0px;
}
#popeye1 .popeye-next {
    float:          left !important;
    text-align:     left; 
    background:     url(../images/next.gif) no-repeat;
    width:          17px;
    padding:        0px;
}

#popeye1 .popeye-count {
    margin:  0px;
	width:50px;
	padding:0 10px;
	text-align:center;
}

#popeye1 .popeye-count em {font-style:normal;}


#popeye1 .popeye-cap {
    margin: 10px 0 0 0;
    clear:  both;
	font-size:14px;
}

