body{
	margin:0;
	padding:0;
	}
	
#text{
	font-size:      10px;
    color:          #525252;
	font-family:	Verdana, sans-serif;
	}

.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,
.ppy-captionwrap {
    overflow:               hidden;
}

.ppy-hidden {
    display:                none !important;
}

.ppy-imglist {
    width:          100%;
    overflow:       hidden;   
}

.ppy-imglist li {
    background:     #fff;
    list-style:     none;
}

.ppy-imglist li a img {  
    border:         0;
	cursor:			pointer;
}

#ppy1 .ppy-extcaption,
#ppy2 .ppy-extcaption,
#ppy3 .ppy-extcaption {
    width:          195px;
    display:        block;
}

#ppy1 .ppy-imglist li, 
#ppy2 .ppy-imglist li, 
#ppy3 .ppy-imglist li {
    width:          195px;

}

#ppy1.ppy-active, 
#ppy2.ppy-active, 
#ppy3.ppy-active {
    width:          195px;
}

#ppy1 .ppy-outer, 
#ppy2 .ppy-outer, 
#ppy3 .ppy-outer {
	cursor:pointer;
}

#ppy1 .ppy-stage,
#ppy2 .ppy-stage,
#ppy3 .ppy-stage{
    width:          195px;
    height:         70px;
}

#ppy1 .ppy-outer:hover,
#ppy1.ppy-expanded .ppy-outer,
#ppy2 .ppy-outer:hover,
#ppy2.ppy-expanded .ppy-outer,
#ppy3 .ppy-outer:hover,
#ppy3.ppy-expanded .ppy-outer{
    box-shadow:         0 0 7px #fff;
    -moz-box-shadow:    0 0 7px #fff;
    -webkit-box-shadow: 0 0 7px #fff;
}

#ppy1 .ppy-caption, 
#ppy2 .ppy-caption, 
#ppy3 .ppy-caption {
    margin:         10px 0 0 0;
    font-size:      11px;
    color:          #525252;
    background:     #fff;
	font-family:	Verdana, sans-serif;
	text-align:		justify;
    visibility:     hidden; /* prevent flash of content before popeye loads */
}

#ppy1 .ppy-caption a, 
#ppy2 .ppy-caption a, 
#ppy3 .ppy-caption a {
    font-size:      11px;
    color:          #002D56;
	font-family:	Verdana, sans-serif;
	text-decoration: none;
	font-weight:bold;
}
#ppy1 .ppy-caption a:hover, 
#ppy2 .ppy-caption a:hover, 
#ppy3 .ppy-caption a:hover {
    text-decoration:underline;
}

#ppy1 .ppy-loading, 
#ppy2 .ppy-loading, 
#ppy3 .ppy-loading {
    background:     #0c3b3d url(../../gfx/popeye/loading1.gif) no-repeat center !important;
}






