

#slideshow {
	position: relative; 
	overflow: hidden;
	height: 199px;
	width: 470px;
}
 
#slideshow .slide {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg_body.png) fixed 0 -20px repeat-x;
	width: 700px;
	height: 200px;
}
#slide_controls {
	z-index: 10000;
	position: absolute;
	bottom: 7px;
	left: 7px;
	height: 11px;
	padding: 4px;
	-moz-border-radius: 4px;
}
#slide_controls:hover {
	background: url(../images/slidecontrol_bg.png);
}
#slide_controls a {
	display: block;
	width: 15px;
	height: 12px;
	float: left;
	margin-right: 5px;
}

#slide_controls #slide_playpause.play {
	background: url(../images/slidecontrol_play.png) no-repeat;
}
#slide_controls #slide_playpause.pause {
	background: url(../images/slidecontrol_pause.png) no-repeat;
}
#slide_controls #slide_prev {
	background: url(../images/slidecontrol_prev.png) no-repeat;
}
#slide_controls #slide_next {
	background: url(../images/slidecontrol_next.png) no-repeat;
	margin-right: 0;
}
#slide_controls #slide_playpause.play:hover {
	background: url(../images/slidecontrol_play_on.png) no-repeat;
}
#slide_controls #slide_playpause.pause:hover {
	background: url(../images/slidecontrol_pause_on.png) no-repeat;
}
#slide_controls #slide_prev:hover {
	background: url(../images/slidecontrol_prev_on.png) no-repeat;
}
#slide_controls #slide_next:hover {
	background: url(../images/slidecontrol_next_on.png) no-repeat;
}

#slideshow_caption {
	padding-bottom: 2em;	
}
#slideshow_caption.highlight {
	
}

#flashshow {
	position: relative; 
	overflow: hidden;
	height: 199px;
	width: 755px;
}