#scroller {
	background: #fff url(/images/home/scroller/scroller_bg.gif) left top no-repeat;
	width: 658px;
	height: 167px;
	margin:14px 0 0 0;
	float:left;
}
#scroller img {
	-ms-interpolation-mode: bicubic;
}
#scroller a:hover {background-color:transparent}

	#scroller #scroller_title {
		width: 175px;
		height: 167px;
		text-indent: -9999px;
		float:left;
	}
	#scroller #scroller_content {
		float:left;
		width: 390px;
		height: 167px;
		margin-left: 30px;
		overflow: hidden;
	}
		#scroller a#scroller_back,
		#scroller a#scroller_forward {
			width: 20px;
			height: 167px;
			display: block;
			text-indent: -9999px;
			float:left;
			outline: none;
			background: transparent url(/images/home/scroller/scroller_arrows.gif) left 50% no-repeat
		}	
		#scroller a#scroller_back {
			background-position: 0px 50%;
			margin-right:5px;
		}
		#scroller a#scroller_forward {
			background-position: -40px 50%;
			margin-left:5px;
		}
		#scroller a:hover#scroller_back {
			background-position: -20px 50%;
		}
		#scroller a:hover#scroller_forward {
			background-position: -60px 50%;
		}
		#scroller #scroller_content #scroller_list {
			float:left;
		}
		
		#scroller a.scroller_item {
			display: block;
			outline: none;
			float:left;
		}
		
		#messageBox {
			width: 238px;
			height: 120px;
		}
		#messageBox strong {
			font-weight: bold;
		}
			#messageBox #messageBox_content{
				/*background: #c0cc74 url(/images/home/scroller/messageBox/background.gif) scroll left top repeat-x;*/
				font-size: 1em;
				line-height:1.35em;
				padding: 15px 20px;
				color: #13385e;
				overflow: auto;
				height: 74px;
				margin: 0 auto;
			}
				#messageBox #messageBox_content a {
					color: #13385e;
					text-decoration: none;
					font-weight: bold;
				}
				#messageBox #messageBox_content a:hover {
					background-color:transparent;
					color: #00baf3;
					text-decoration: underline;
				}

			#messageBox_bottom_shadow {
					/*background: transparent url(/images/home/scroller/messageBox/shadow_btm.png) scroll left top no-repeat;
					width: 227px;
					height: 8px;clear:both;*/
					display: none;
			}
		#messageBox.msg_pointer_left {
			background: transparent url(/images/home/scroller/messageBox/box_left_bg.png) scroll left top no-repeat;;
		}
			#messageBox.msg_pointer_left #messageBox_pointer {
				/*background: transparent url(/images/home/scroller/messageBox/pointer_left.png) scroll left top no-repeat;
				width: 10px;
				height: 45px;
				float:left;*/
				display: none;
			}
			#messageBox.msg_pointer_left #messageBox_content{
				/*border: 1px solid #fff;
				border-left: none;
				border-right: none;*/
			}
				#messageBox.msg_pointer_left #messageBox_shadow_left {
					/*background: transparent url(/images/home/scroller/messageBox/shadow_left.png) scroll right top repeat-y;
					width: 10px;
					float:right;
					margin-top: 45px;
					height: 65px;*/
					display: none;
				}
				#messageBox.msg_pointer_left #messageBox_shadow_right {
					/*background: transparent url(/images/home/scroller/messageBox/shadow_right.png) scroll left top repeat-y;
					width: 12px;
					float:left;
					height: 112px;*/
					display: none;
				}

			#messageBox.msg_pointer_left #messageBox_bottom_shadow {
				/*	margin-left: 10px;*/
					display: none;
			}
		#messageBox.msg_pointer_right {
			background: transparent url(/images/home/scroller/messageBox/box_right_bg.png) scroll left top no-repeat;
		}
			#messageBox.msg_pointer_right #messageBox_pointer {
				/*background: transparent url(/images/home/scroller/messageBox/pointer_right.png) scroll left top no-repeat;
				width: 12px;
				height: 52px;
				float:left;*/
				display: none;
			}
			#messageBox.msg_pointer_right #messageBox_content{
				/*width: 193px;
				height: 74px;
				border: 1px solid #fff;
				border-right: none;
				float:left;*/
				margin-right: 12px;
			}
				#messageBox.msg_pointer_right #messageBox_shadow_right {
					/*background: transparent url(/images/home/scroller/messageBox/shadow_right.png) scroll left top repeat-y;
					width: 12px;
					float:left;
					margin-top: 52px;
					height: 60px;
					*/
					display: none;
				}
			
		/*NOSCRIPT CSS*/
		#scroller.noscript #scroller_content #scroller_list {
			padding: 10px;
			width: 260px;
			font-size:2em;
			padding:10px 0 10px 44px;
			border-left:1px solid #abb8c0;
			margin:24px 14px 4px 0;
		}

			#scroller.noscript #scroller_content #scroller_list li {
				float:left;
				margin-right: 20px;
			}
			
				#scroller.noscript #scroller_content #scroller_list li a {
					color: #01baf4;
					text-decoration: none;
				}
				#scroller.noscript #scroller_content #scroller_list li a:hover {
					color: #01baf4;
					background-color:transparent;
					text-decoration: underline;
				}	
			
			#scroller.noscript #scroller_content #scroller_list li a:after {
					color: #01baf4;
					content:", ";
				}
				
			#scroller.noscript #scroller_content #scroller_list li a.end:after {
					color: #01baf4;
					content:".";
				}

.clear {
	clear:both;
}
