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

div.vertical_scroll_container {
	border: #999999 1px solid;
	height: 210px;
	margin-left: 2px;
	overflow: hidden;
	width: 780px;
}

div.inside_scroll_container {
	background-color: #FFF;
	height: 210px;
	overflow: hidden;
	width: 780px;
}

div.scroller_title_bar {
	background-color: #FF9933;
	height: 33px;
	margin-bottom: 6px;
	text-align: center;
	vertical-align: top;
	width: 260px;
}

div.scroller_title_bar a:visited,div.scroller_title_bar a:hover,div.scroller_title_bar a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

div.scroller_picture {
	height: 83px;
	margin-bottom: 6px;
	width: 260px;
}

div.scroller_summary {
	height: 81px;
	margin-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: justify;
	width: 248px;
}

div.scroller_left_box {
	width: 257px;
	margin-right: 3px;
}

div.scroller_middle_box {
	width: 254px;
	margin-left: 3px;
	margin-right: 3px;
}

div.scroller_right_box {
	width: 257px;
	margin-left: 3px;
}

.center {
	text-align: center;
}

span.dev_tool_showcase {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-left: 0px;
	color: #333333;
}

