#scrollContainer {
	width: 206px;
	height:415px;
	padding:5px 0 0 0;
	background:transparent url(/i/scrollBar/bg_scrollBar_top.jpg) no-repeat scroll left top;
}
#scrollContainer-btmwrap {
    background:transparent url(/i/scrollBar/bg_scrollBar_bottom.jpg) no-repeat scroll left bottom;
    height:415px;
    padding-left:5px;
}
.scrollMask {
	height:410px;
	overflow:hidden;
	position:relative;
}
.scrollBar {
	background-color:#ECFEE3;
	height:410px;
	position:absolute;
	top:0;
	right:4px;
	width:21px;
}
.scrollUpBtn {
	background:url(/i/scrollBar/img_vScrollbar_arrowUp.jpg) no-repeat;
	cursor:pointer;
	height:33px;
	position:absolute;
	top:0;
	width:21px;
}
.scrollDownBtn {
	background:url(/i/scrollBar/img_vScrollbar_arrowDown.jpg) no-repeat;
	bottom:0;
	cursor:pointer;
	height:33px;
	position:absolute;
	width:21px;
}
.scrollTrack {
	width:21px;
}
.scrollTrackBtn {
	background:#2ca051 url(/i/scrollBar/img_vScrollbar_vtrackThumb.jpg) no-repeat;
	cursor:pointer;
	height:66px;
	width:21px;
}

/*Custom*/
#scrollContainer dl { margin:0; padding:8px 0 10px 15px; height:auto !important; height:68px; min-height:68px; width: 164px; border-bottom: 3px solid #f8f7f5; cursor: pointer;}
#scrollContainer dl dt, #scrollContainer dl dd { float:left; }
#scrollContainer dl dt { display:inline; width:62px; height: 62px; margin:0 10px 0 10px; }
#scrollContainer dl dd { width:75px; margin:0; padding:0; font-size:11px; }
#scrollContainer dl dd p, #scrollContainer dl dd a { margin:0 0 6px 0; }
#scrollContainer dl dd a { display:block; color:#038b31; text-decoration:underline; width: 80px; }
#scrollContainer dl dd img, #scrollContainer dl dd span { display:block; }
#scrollContainer dl dd img { margin-bottom:5px; }
#scrollContainer dl dd span.date { display:block; color:#7e7e7e; }
#scrollContainer dl.active { background:#fcf9e6; }
#scrollContainer dl.first-active { background:#fcf9e6 url(/i/scrollBar/bg_scrollcontent_over_top.jpg) no-repeat left top; }
#scrollContainer dl.last-active { background:#fcf9e6 url(/i/scrollBar/bg_scrollcontent_over_top.jpg) no-repeat left top; }

.spotlight-landing #scrollContainer dl { margin:0; padding:5px 0px 5px 20px; height:auto !important; height:68px; min-height:68px; width: 176px!important; border-bottom: 3px solid #f8f7f5;}