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

.slideshow {
	height: 248px;
	width: 616px;
}

#ssbtn {
	display:none;
}

#ssbtn>img{
	position:relative;
}

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

#slideshowBG {
	position:relative;
	float:left;
	width:616px;
	height:248px;
	padding:4px;
	margin:15px;
	background:#FFFFFF;
}

#tr {
	position:absolute;
	top:-15px;
	left:527px;
	width:112px;
	height:111px;
	background:url(../images/FG_slideshow_tr.png) 0 0 no-repeat;
	z-index:20;
}

#bl {
	position:absolute;
	top:159px;
	left:-15px;
	width:112px;
	height:111px;
	background:url(../images/FG_slideshow_bl.png) 0 0 no-repeat;
	z-index:20;
}