

	/* absolute positions for carousel items */
	#wb-item-1 {
		left: 0px;
		}
	#wb-item-2 {
		left: 240px;
		}
	#wb-item-3 {
		left: 480px;
		}					
	#wb-item-4 {
		left: 720px;
		}					
	#wb-item-5 {
		left: 960px;
		}
		.wb-cellItem {
			width: 240px !important;	
			}	
		.wb-itemMain {
			width: 240px;
			background-image: url(../images/overview-cells-240.png);
			}
		.wb-itemContent {
			left: 240px;
			width: 719px;
			margin-top: 31px !important;
			height: 205px !important;
			}
	.subPageLinks {
		top: 148px !important;	
		}
			
	#wb-item-1 .wb-itemMain {
		background-position: 0px 0px;
		left: 768px;
		}	
		#wb-item-1 .wb-itemMain:hover {
			background-position: 0px -239px;
			}
		#wb-item-1 .wb-itemMain-active {
			background-position: 0px -479px !important;
			}
			
	#wb-item-2 .wb-itemMain {
		background-position: -240px 0px;
		left: 240px;
		}
		#wb-item-2 .wb-itemMain:hover {
			background-position: -240px -239px;
			}
		#wb-item-2 .wb-itemMain-active {
			background-position: -240px -479px !important;
			}
			
	#wb-item-3 .wb-itemMain {
		background-position: -480px 0px;
		left: 384px;
		}
		#wb-item-3 .wb-itemMain:hover {
			background-position: -480px -239px;
			}
		#wb-item-3 .wb-itemMain-active {
			background-position: -480px -479px !important;
			}
			
	#wb-item-4 .wb-itemMain {
		background-position: -719px 0px;
		left: 576px;
		}
		#wb-item-4 .wb-itemMain:hover {
			background-position: -719px -239px;
			}
		#wb-item-4 .wb-itemMain-active {
			background-position: -719px -479px !important;
			}
			