@charset "utf-8";
.sidebar1, .sidebar2, .content {
	height: 600px;
}


/*** set the width and height to match your images **/

#slideshow {
	position:relative;
	height:300px;
	color: #CCC;
	width: 835px;
	float: left;
	margin-top: 20px;
	border: 3px solid #FB4084;
}
.predpo {
	text-align: center;
	float: left;
	height: 25px;
	width: 418px;
	color: #FB4084;
}
.predpo p {
	font-size: 16px;
	color: #FB4084;
	font-weight: bold;
	padding-top: 10px;
}



#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
