﻿@import url("/styles/market-segments.css");

#mainContent  {
	background: url('/images/market-segments/healthcare-01.jpg') no-repeat right 48px;
}

.imageViewer {
	float: left;
	position: relative;
	width: 100%
}

.hidden {
	display: none;
}

.imageViewer ul {
	left: 0;
	list-style: none;
	margin: 24px 0 0 24px;
	padding: 0;
	position: absolute;
	top: 0;
}

.imageViewer ul li {
	border: 1px solid #CCC;
	clear: both;
	cursor: pointer;
	float: left;
	margin: 3px 0;
}

.imageViewer ul li.active {
	border: 1px solid #000;
}

.benefits {
	margin-top: 48px;
}

#mainContent .bottom {
	background: url('/images/market-segments/healthcare-bottom.jpg') no-repeat right bottom;
}