@charset "UTF-8";

.slider {
	position:		absolute;
	overflow:		auto;
	top:			0px;
	left:			0px;
	width:			170px;
	height:			298px;
}

.slider .logo {
	margin:			0px 0px;
	
}

#thumber {
	top:			190px;
	left:			50px;
	width:			350px;
	height:			105px;
	overflow:		hidden;
	clip:			auto;
}

#bw {
	top:			190px;
	left:			30px;
	border:			0px;
}

#fw {
	top:			190px;
	left:			395px;
	border:			0px;
}

#display {
	top:			100px;
}

.text#description {
	position:		absolute;
	top:			38px;
	left:			50px;
	height:			135px;
	width:			350px;
	font-size:		small;
	text-align:		justity;
	overflow:		auto;
}

