
#imageContainerAGDC {
	position: relative;
	top: 3px;
	float: right;
	margin: 0 0 12px 12px;
	width: 225px;
	border:1px solid #ccc;
	height: 300px;
	overflow: hidden;
}

/* palceholder ID for custom width per product. use actual product name as ID */
#product {
	width: 300px;
}

#acap {}

#moa {}

#thermap {}

#velmap {}

#quickSearch {
	position: relative;
	top: 3px;
	float: right;
	margin-left: 10px;
	width: 20%;
}

#acapBtn {
	background: url(/agdc/images/acap_btn_off.jpg) top left no-repeat;
	width: 163px;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#acapBtn:hover {
	background: url(/agdc/images/acap_btn_on.jpg) top left no-repeat;
}
