/* jquery.popeye.style.css 1.0 Example styles for jQuery.popeye Copyright (C) 2009 Christoph Schuessler(schreib@herr-schuessler.de)This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or(at your option) any later version.*/

.ppy UL{   /* hide everything if js deacitvated */height:0px;width:0px;padding:0px;margin:0px;overflow:hidden;}

.ppy-stage{background:transparent no-repeat center center;}

#popeye1.ppy-js{float:right;margin:0 0 0 5px;}

#popeye1-no-js{margin:0 0 0 5px;
height:202px;
width:262px;
float:right;
background:#f6ecd1;
text-align:center;
line-height:202px;}

.ppy{font-size:0.8em;}

.ppy-stagewrap{background-color:#333;
border:1px solid #ccc;
border-right:1px solid #aaa;
border-bottom:1px solid #aaa;}

.ppy-stage{position:relative;
border:3px solid #f6ecd1;}

.ppy-tools{overflow:hidden;zoom:1;   /* IE float container hasLayout fix */position:absolute;padding:5px;top:0px;background:#000;z-index:100;display:inline;}
.ppy-tools.ppy-left{left:0px;}
.ppy-tools.ppy-right{right:0px;}
.ppy-tools div{width:25px;height:0px !important;padding-top:35px;overflow:hidden;float:left;background:transparent no-repeat center top;cursor:pointer;}
.ppy-prev{background-image:url(images/prev.png) !important;}
.ppy-next{background-image:url(images/next.png) !important;}
.ppy-tools div:hover{background-position:center -35px;}

.ppy-cap{background:#f6f9e0;
color:#666;
border:1px solid #ddd;
border-top:0px;
position:absolute;
overflow:hidden;}

.ppy-textwrap{padding:5px;}

#popeye1 .ppy-count{position:absolute;
padding:3px;
bottom:0px;
right:0px;
font-size:15px;
font-weight:bold;
background:#000;
color:#f7f7f7;
opacity:0.7;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 */
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70); /* IE7 lte */
z-index:100;
text-align:right;
display:inline;}


