#mainBody {
	padding-left: 0;
}

#contentDiv {
	left: 0px;
}

.leftButton {
	position: absolute;
	top: 0px;
	left: 12px;
	width: 20px;
	height: 200px;
	z-index: 12;
	cursor: pointer;
}
.rightButton {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 33px;
	height: 200px;
	z-index: 12;
	cursor: pointer;
}

.scrollerItem {
	background-image: url(horizontal_skin_item_bg.gif);
	height: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	cursor: pointer;
	overflow: hidden;
	width: 154px;
	text-align: center;
}


.specialsNotesItem {
	position: absolute;
	display: none;
	width: 240px;
	height: 180px;
	z-index: 100;
	background-color: #000000;
	border: 1px solid #ffffff;
	padding: 6px 6px 6px 6px;
	overflow: hidden;
	text-align: left;
}

.spcText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

.spcRolloverText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}