<!--

div#containerPromotion {
	height:300px;
	width:650px;
	overflow:hidden;
	position:relative;
	margin-bottom:15px;
}
div#scrollerContainer {
	width:2600px;
	height:300px;
	/*display:none;*/
}
div#scroller {
	float:left;
	height:300px;
	width:650px;
	background-image:url(images/home_new_back.jpg); background-repeat:no-repeat;
	padding-top:20px;
}
div#scrollerMenu {
	width:140px;
	height:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0099FF;
	float:left;
}

div#scrollerMenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div#scrollerMenu ul li {
	background-image: url(/images/home/bullet_back.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 10px;
	padding-top:8px;
	height:22px;
}
div#scrollerMenu ul li #scrollerOn {
	background-image: url(/images/home/bullet_back_on.gif);background-repeat: no-repeat; background-position: 0 .4em;
}
div#scrollerMenu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.menuOff {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

div#scrollerMenu a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
div#scrollerContent {
	float:left;
	width:490px;
	margin-left:20px;
	height:200px;
}
div#scrollerContent h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0;
	padding:0;
}
div#scrollerContent p, div#scrollerContent a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
}
div#scrollerContent a {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
-->
