/*
 * jquery.popeye.css 1.0
 *
 * Mandatory CSS classes for jQuery.popeye
 *
 * Copyright (C) 2009 Christoph Schuessler (schreib@herr-schuessler.de)
 * 
 * This program is free software; you can redistribute it and/or modifsy
 * 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; 
	zoom:1; 	
}

.ppy-js {
    float:          left;
    margin:         0 10px 12px 0 !important;
	margin-top:		4px !important;
	left:0 !important;
	right:0 !important;
	top: 0 !important;
	zoom:1; 
}

#pressInfoArticleImgWrap .ppy-js {
	margin-top:0 !important;
	margin-bottom:0 !important;	
}



.ppy-placeholder {
	zoom:1; 
}


.ppy {
    font-size:      11px;	
}
.ppy-stagewrap {	

}
.ppy-stage {
    position:       relative; 
	border-top:     1px solid #94a3b9;   
    border-bottom:  1px solid #94a3b9;
	cursor: pointer;  
}


.ppy-tools {
	/*
    overflow:       hidden;
    zoom:           1;      /* IE float container hasLayout fix */
	
	/*
    position:       absolute;
    padding:        10px;
    top:            -10px;
    background:     #000;
    z-index:        100;
    display:        inline;
	*/

}

.ppy-nav {
	width:150px;
}

.ppy-nav img {
	padding-right:2px;
}

.ppy-tools div {
	/*
    width:          25px;
    height:         0px !important;
    padding-top:    35px;
    float:          left;
    background:     transparent no-repeat center top;
    cursor:         pointer;
    */
}
.ppy-prev {
    background-image:url(../img/jquery_popey/prev.png) !important;
}


.ppy-enlarge {	
    height:         0px !important;	
    padding-top:    16px;
	background:     transparent no-repeat center top;
    cursor:         pointer;	
	position:absolute;	
	z-index:        100;
    width:          17px !important;    
    background-image:url(../img/jquery_popey/enlarge.gif) !important;
	top:93px;
	left:133px;
}
.ppy-compact {
    height:         0px !important;	
    padding-top:    16px;
	background:     transparent no-repeat center top;
    cursor:         pointer;	
	position:absolute;	
	z-index:        100;
    width:          17px !important;    
    background-image:url(../img/jquery_popey/compact.gif) !important;
	top:0px;
	left:613px;
}


.ppy-next {
    background-image:url(../img/jquery_popey/next.png) !important;
}

.ppy-cap {
    background:     #fff;
    color:          #4F4F4E;    
    border:         0;
    border-bottom:  1px solid #94a3ba;  
    position:       relative;
    overflow:       hidden;	
	width:			100% !important;
	padding-bottom: 10px;
	
	
}
.ppy-textwrap {
    padding:        10px 0 5px 0;
}

.ppy-loading {
    background:     #333 url(../img/jquery_popey/loading.gif) no-repeat center !important;
}


