/*
 * jquery.popeye.css 2.0
 *
 * Mandatory CSS classes for jQuery.popeye
 *
 * Copyright (C) 2010 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-outer {
    display:                none;
}
.ppy-active .ppy-outer {
    display:                block;
}
.ppy-stage {
    background-repeat:      no-repeat !important;
    background-position:    center center !important;
    position:               relative;
}

.ppy-placeholder {
    position:               relative;
}

.ppy-caption{
/*
		border-left:2px solid #C1EAFF;
		border-bottom:2px solid #C1EAFF;
		border-right:2px solid #C1EAFF;
*/		
		padding:10px;
		border-radius:         0 0 5px 5px;
		-moz-border-radius:    0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
		text-align:left;
/*		width:100%;*/
}
.ppy-captionwrap {
    overflow:               hidden;
	height:54px;
	/*width:100%;*/
}

.ppy-hidden {
    display:                none !important;
}