/*=========================================================================
|
|   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-stagewrap {/*couleur entre les photos diapos*/
    background-color:#333;
}
.popeye-stage {/*calque petite image*/
    border:1px solid #582900;
    cursor:pointer;
}
.popeye-tools-wrap {
    font-size:11px;
    color:#767676;
	border:1px solid #d0b083;
}
.popeye-cap {/*legende n'apparait pas*/
display:none;
    height:50px;
    margin:10px 0 0 0;
    clear:both;
    line-height:1.1em;
}
.popeye-hasjs {
    padding:10px !important;
}
.popeye-isloading {
    background:#333 url(../gfx/loading.gif) no-repeat center;
}
.popeye-haspopped {/*cadre image big*/
    border: 1px solid #d0b083 !important;
    background:#fff !important;
}
.popeye-haspopped .popeye-stage {
    border:0px solid #333;
    background:#333;
}

/* style 1 */
#popeye1 {
    float:left;
    padding-right:0px;  /*20*/             /* allow for fallback scrollbars */
    margin:0;/*20px 30px 20px 0;*/
    background:#decfba;/*#f0f0f0;*/
    border:0px solid green;/*#bababa;*/
  /*  border-bottom:  1px solid #d8d8d8;
    border-right:   1px solid #d8d8d8;*/
}
#popeye1 .popeye-tools {
    padding:10px 0;
    border-bottom:1px solid#d8d8d8;
	
}
#popeye1 .popeye-tools span{
    float:left;
    line-height:18px;
	
}
#popeye1 .popeye-tools a {
    display:block;
    float: left;
    height:20px;
    line-height:18px;
    color:#582900;
    text-decoration:none;
    text-align: center;
	
}
#popeye1 .popeye-tools a:hover {
    color:#582900;
	text-decoration:underline;
}
#popeye1 .popeye-prev {
    background:url(../gfx/prev-1.png) no-repeat;
    width:44px;
    padding:0 4px 0 12px;
	border:0px solid blue;
}
#popeye1 .popeye-next {
    float: right !important;
    text-align:right; 
    background:url(../gfx/next-1.png) no-repeat;
    width:44px;
    padding:0 12px 0 4px;
}
#popeye1 .popeye-enlarge {
    background:url(../gfx/enlarge-1.png) no-repeat;
    margin:0 0 0 10px;
    width: 46px;
    padding:0 4px 0 16px;

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