.scroll_holder {
	margin: 50px auto;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	overflow: hidden;
	-moz-border-radius: 10px;
	}
.scrolling_box {
	display: inline-block;
	white-space: nowrap;
	}
.scroll_item {
	display: inline;
	float: left;
	position: relative;
	overflow: hidden;
	white-space: normal;
	/*background:#CC0066;*/
	}
.content {
	margin: 0px;
	display: inline-block;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#161616;
	text-align:justify;
	/*background:#00FF33;*/
	}
