@charset "utf-8";
/* CSS Document */
#outer_container {
	margin: 0px;
	width: 693px;
	padding: 0px 5px;
}
#customScrollBox {
	position:relative;
	height: 615px;
	overflow: hidden;
}
#customScrollBox .container {
	position:relative;
	width: 676px;
	float: left;
}
#customScrollBox .content {
	clear: both;
}
#customScrollBox .content p {
}
#dragger_container {
	position: relative;
	width: 0px;
	height: 615px;
	float: left;
	margin: 0px 0px 0px 10px;
}
#dragger {
	position: absolute;
	width: 7px;
	height: 40px;
	background: #bcbcbc;
	text-align: center;
	color: #666;
	overflow: hidden;
}
