
/* ========== Home Highlights ========= */
.corbghpContent
{
	background: #393839;
	padding: 2px 8px 2px 8px;
	margin: 0;
	overflow: hidden;
}
#highlightSlider
{
	color: #000;
	height: 150px;
	width: 143px; /* --- overridden programatically -- */
}
#highlightSlider .arrow
{
	width: 23px;  /* --- overridden programatically -- */
	vertical-align: middle;
}
#highlightSlider .left
{
	text-align: left;
}
#highlightSlider .right
{
	text-align: right;
}
#holdStill
{
	overflow: hidden;
	position: relative;
	width: 143px; /* --- overridden programatically --  only required because sometimes the width could be less, when there is not enough content */
	height: 150px;		/* --- overridden programatically -- */
	z-index: 0;
}
#HorizontalscrollContainer
{
	clip: rect(0px, 600px, 230px, 0px);  /*left corner, width, height, 0 ?  --- overridden programatically */
	height: 150px;   /* --- overridden programatically */
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 143px; /* ---- OVERRIDDEN programatically */
	z-index: 0;
}
#lyr1
{
	left: 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 0;
}
#scrollContent
{
	/*width: 2400px;  /* ---- OVERRIDDEN programatically */
}
#scrollContent td
{
	text-align: center;
	vertical-align: middle;
	/*width: 200px;  /* ---- OVERRIDDEN programatically */
}
