#scrollBar {
	margin: 0 0 0 60px;
}
#scrollLeft,
#scrollRight {
	margin-right: 20px;
	cursor: pointer;
} 
#divContainer{
	position: relative;
	height: 130px;
/*
	width: 578px;
	margin: 0 1px 1px 1px;
	background-color: #ffffff;
*/
	overflow: hidden;
	clip: rect(0 528px 141px 0);
}
#divContent{
	position: absolute;
}
#divContent td {
	padding: 0 20px;
/*	width: 150px!important;*/
	height: 130px;
	text-align: center;
	vertical-align: middle;
}