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

.slideshow {
	height: 200px;
	width: 850px;
	margin:0 0 0 0;
	text-align:right;
	vertical-align:bottom;
	overflow:hidden;
}

#slideshow {
	height: 190px;
	width: 600px;
	margin:10px 0 0 225px;
}

#ssbtn {
	position:relative;
	top:-250px;
	left:-50px;
	z-index:150;
}

#ssbtn>img{
	position:relative;
}

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

#mask {
	position:relative;
	background:url(../images/ss_mask.png) top left no-repeat;
	top:-200px;
	left:0;
	width:850px;
	height:200px;
	z-index:150;
}