#image-fader {
	position:relative;
	margin:auto;
	width:600px;
	height:770px;
	border:0;
}

#image-fader img {
	position:absolute;
	top:24px;
        left:0;
        border:1px solid #CCCCCC;
        padding: 4px;
        margin: auto;
}
#image-fader a {
	display:none;
}

.fader-caption {
    position: absolute;
    z-index: 1;
    color: #666666;
    font-weight: bold;
    font-size: 1.4em;
    left: 0px;
    top: 0px;
    opacity: 0.8;
}
