#top {
	height: 215px;
	width: 780px;
	margin-top: 10px;
}
#top .left {
	width: 486px;
	background-color: #e8e8e8;
}
#top .right {
	width: 283px;
	background-color: #e8e8e8;
}
#top .right h2 {
	background: url('../images/bg_index_h2.jpg') repeat-x;
	line-height: 30px;
	height: 30px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-left: 6px;
}

#bottom {
	margin-top: 10px;
	height: 215px;
	width: 780px;
}
#bottom .left {
	width: 284px;
	background-color: #e8e8e8;
}
#bottom .right {
	width: 486px;
	background-color: #e8e8e8;
}

.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 283px; 
	height: 184px;
	overflow: hidden;
}
.scroller .section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 283px;
	height: 184px;
	overflow: hidden;
	float:left;
}
.scroller .content {
	width: 10000px;
}
.scroller .scroller_image {
	margin: 1px 0 1px 0;
	width: 283px;
	height: 110px;
	overflow: hidden;
}
.scroller .scroller_bottom {
	background: url('../images/bg_slider_bottom.jpg') repeat-x;
	width: 273px;
	height: 73px;
	padding: 0 10px;
	font-size: 11px;
}
.scroller .scroller_bottom .scroller_content {
	height: 30px;
	overflow: hidden;
}
.scroller .scroller_bottom .scroller_title {
	font-size: 17px;
	font-weight: bold;
}
.scroller .scroller_bottom .scroller_content p {
	padding: 0 !important;
	margin: 0 !important;
}
.scroller .scroller_bottom .scroller_buttons {
	width: 263px;
	line-height: 19px;
	margin: 1px 0 0 0;
}
.scroller .scroller_bottom .scroller_buttons .next {
	float: right;
	padding-right: 10px;
	background: url('../images/bg_next.gif') no-repeat right;
}
.scroller .scroller_bottom .scroller_buttons .prev {
	float: left;
	padding-left: 10px;
	background: url('../images/bg_prev.gif') no-repeat left;
}
.scroller .scroller_bottom .scroller_buttons a:link,.scroller .scroller_bottom .scroller_buttons a:visited,.scroller .scroller_bottom .scroller_buttons a:hover{
	color: #fff;
}
