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

#container {
	position:relative;
	width		: 100%;
	height		: 250px;
	overflow	: hidden;

}

#content {
	position	: relative;
	left		: 5px;
	text-align:justify;
	padding-right:10px;
}


#scrollArea {
	position:relative;
	height		: 250px;
	width		: 15px;
	border		: 1px solid #666;
	overflow	: hidden;
}

#scroller {
	position:relative;
	width		: 15px;
	cursor:pointer;
	background-image:url(dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png);
	
}
