#kwicks_container { 
	height: 150px;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
}

#kwicks {
	position: relative;
	padding: 0px 10px 0px 4px;
	height: 140px;
	width: 444px;
}

#kwicks .kwick {
	float: left;
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 140px;
	width: 111px;
	padding-top: 4px;
}

#kwick_industrial_services { background: transparent url(/images/kwicks/kw_industrial_services_lt.png)  bottom left no-repeat; }
#kwick_power_services { background: transparent url(/images/kwicks/kw_power_services_lt.png)  bottom left no-repeat; }
#kwick_defence_offshore { background: transparent url(/images/kwicks/kw_defence_offshore_lt.png)  bottom left no-repeat; }
#kwick_special_services { background: transparent url(/images/kwicks/kw_special_services_lt.png)  bottom left no-repeat; }

#test {
	background: #222;
	color: #fff;
	padding: 10px;
	margin: 20px;
	border: 10px solid pink;
	z-index: 900; 
}
 
#test2 {
	background: #222;
	color: #fff;
	padding: 10px;
	margin: 20px;
	border: 10px solid pink;
}