@charset "UTF-8";
/* CSS Document */

.slideshow {
	float:left;
	height: 169px;
	width: 800px;
	position:relative;
}

#overlay_tl {
	position:absolute;
	top:0;
	left:0;
	width:15px;
	height:15px;
	background:url(../images/BG_slideshow_overlay_tl.png) 0 0 no-repeat;
	z-index:10000000;
}

#overlay_tr {
	position:absolute;
	top:0;
	right:0;
	width:15px;
	height:15px;
	background:url(../images/BG_slideshow_overlay_tr.png) 0 0 no-repeat;
	z-index:10000000;
}

#overlay_bl {
	position:absolute;
	bottom:0;
	left:0;
	width:15px;
	height:15px;
	background:url(../images/BG_slideshow_overlay_bl.png) 0 0 no-repeat;
	z-index:10000000;
}

#overlay_br {
	position:absolute;
	bottom:0;
	right:0;
	width:15px;
	height:15px;
	background:url(../images/BG_slideshow_overlay_br.png) 0 0 no-repeat;
	z-index:10000000;
}

#ssbtn {
	display:none;
}

#ssbtn>img{
	position:relative;
}

#rr,#ff {
	margin-right:7px;
}


