#slider {
width: 630px;
margin: 0 auto;
position: relative;
margin-top:5px;
}

.scroll {
height: 60px;
overflow: auto;
position: relative; /* fix for IE to respect overflow */
overflow-x: hidden;
clear: left;
width: 630px;
}

.scrollContainer div.panel {
padding: 20px;
height: 60px;
width: 580px; /* change to 560px if not using JS to remove rh.scroll */
padding-top:5px;
}
.scrollButtons {
position: absolute;
top: 20px;
cursor: pointer;
}

.scrollButtons.left {
left: -20px;
height:15px;
width:16px;
background-image:url(../images/home/prevHome.gif);
}

.scrollButtons.right {
right: -20px;
height:15px;
width:16px;
background-image:url(../images/home/nextHome.gif);
}

.onShowNow{
	position:relative;
	float:left;
	width:280px;
	margin-top:0px;
	padding-top:0px;
}

.onShowNowDate{
	color:#2F5588;
	font-size:11px;
	font-weight:bold;
}
.onShowNowTitle{
	color:#000000;
	font-size:11px;
	font-weight:bold;	
}

.onScreenLink:link { color:#000000; text-decoration:none; font-weight:bold;}
.onScreenLink:visited { color:#000000; text-decoration:none; font-weight:bold;}
.onScreenLink:hover   { color: #B4AB96; text-decoration:none; font-weight:bold;}
.onScreenLink:active  { color:#000000; text-decoration:none; font-weight:bold;}

#onScreenAll{
	position: relative;
	clear:both;
	float:right;
	width:60px;
	height:14px;
	margin-right:4px;
}
