#contentBorderTop {
	float: left;
	margin-top: 24px;
	width: 483px;
	height: 36px;
	background: url(images/common/content_border_top.jpg) no-repeat;
}
#contentBorderTop span {
	display: block;
	margin: 10px 40px 0px 10px;
	color: #116ea4;
	font-weight: bold;
	font-size: 17px;
}

#contentTitleClear {
	clear: both;
}
#contentContentContainer {
	position: relative;
	width: 565px;
	max-height: 275px;
	min-height: 275px;
	overflow: hidden;
	background: url(images/common/content_border_mid.jpg) repeat-y;
}
*html #contentContentContainer {
	height: 275px;
}

#contentContent {
	position: absolute;
	top: 0px;
	left: 78px;
	width: 423px;
}

#contentContent p {
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #116ea4;
	text-align: justify;
	padding-bottom: 10px;
}
#contentContent span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #ff8139;
	text-align: left;
}

#scrollerContainer {
	visibility: hidden;
}

#scrollerTop {
	position: absolute;
	top: 0px;
	left: 521px;
	width: 26px;
	height: 19px;
	background: url(images/common/scroller_top.jpg) no-repeat;
	cursor: pointer;
}
#scrollerTrack {
	position: absolute;
	top: 19px;
	left: 521px;
	width: 26px;
	height: 230px;
	background: url(images/common/scroller_track.jpg) no-repeat;
	cursor: pointer;
}
#scrollerHandle {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 26px;
	width: 26px;
	background: url(images/common/scroller_handle.jpg) no-repeat;
	cursor: pointer;
}
#scrollerBottom {
	position: absolute;
	top: 249px;
	left: 521px;
	width: 26px;
	height: 21px;
	background: url(images/common/scroller_bottom.jpg) no-repeat;
	cursor: pointer;
}

#contentBorderBottom {
	width: 565px;
	height: 15px;
	background: url(images/common/content_border_bottom.jpg) no-repeat;
}
#selectorContainer {
	position: absolute;
	top: 0px;
	left: 565px;
	width: 345px;
	padding-top: 54px;
	background: url(images/home/selectors_back.jpg) top right no-repeat;
}
#selectorContainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#selectorContainer li {
	position: relative;
	display: block;
	width: 225px;
	height: 59px;
	line-height: 59px;
	margin-bottom: 10px;
	background: url(images/home/selector_tube.gif) top left no-repeat;
	cursor: pointer;
}
#selectorContainer img {
	position: absolute;
	top: 6px;
	left: 54px;
	height: 50px;
	width: 48px;
}
#selectorContainer #img_selector_1 {
	background: url(images/home/icon_inner_img_active_1.gif) no-repeat;
}
#selectorContainer #img_selector_2 {
	background: url(images/home/icon_inner_img_active_2.gif) no-repeat;
}
#selectorContainer #img_selector_3 {
	background: url(images/home/icon_inner_img_active_3.gif) no-repeat;
}
#selectorContainer #img_selector_4 {
	background: url(images/home/icon_inner_img_active_4.gif) no-repeat;
}
#selectorContainer #img_selector_5 {
	background: url(images/home/icon_inner_img_active_5.gif) no-repeat;
}
#selectorContainer span {
	display: block;
	width: 225px;
	height: 59px;
	line-height: 59px;
	padding: 0px 0px 0px 120px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
}
#selectorContainer .normal {
	color: #474747;
	background: url(images/home/selector_tube.gif) top left no-repeat;
}
#selectorContainer .selected {
	color: #000000;
	background: url(images/home/selector_tube.gif) top right no-repeat;
}
