/* main div container */
#industry-selector {
	position:relative;
	width: 594px;
	height: 183px;
	background-color: #ffffff;
	border: 2px solid #e5e5e5;
	margin: 0;
	padding: 1px;
}

#industry-selector .header {
	height: 31px;
	background-image: url(../img/content/industry_head_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#industry-selector .nav {
	float: right;
	margin-top: 4px;
	margin-right: 11px;
}

#industry-selector .prev {
	display:block;
	float:left;
	width: 30px;
	height: 22px;
	text-align: center;
	text-decoration: none;
	background-image: url(../img/content/industry_arrow_p_off.gif);
}
#industry-selector .prev:hover {
	background-image: url(../img/content/industry_arrow_p_on.gif);
}
#industry-selector .next {
	display: block;
	float: left;
	width: 30px;
	height: 22px;
	text-align: center;
	text-decoration: none;
	background-image: url(../img/content/industry_arrow_n_off.gif);
}
#industry-selector .next:hover {
	background-image: url(../img/content/industry_arrow_n_on.gif);
}

#industry-selector #pagination {
	display: block;
	float: left;
	height: 7px;
	margin: 8px 7px 0 11px;
}

#industry-selector #pagination .notset {
	display: block;
	float: left;
	width: 7px;
	height: 7px;
	margin-right: 4px;
	background: url(../img/content/industry_bullets_off.gif) no-repeat;
}

#industry-selector #pagination .set {
	display: block;
	float: left;
	width: 7px;
	height: 7px;
	margin-right: 4px;
	background: url(../img/content/industry_bullets_on.gif) no-repeat;
}

#industry-selector h3 {
	padding: 7px 0 0 11px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #585858;
}

#industry-selector .content {
	margin-top: 1px;
	padding-top: 1px;
	border-top: 1px solid #e5e5e5;
	background-image: url(../img/content/industry_content_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	overflow: hidden;
}

/* container for the industry items, make it the right size */
#industry-selector #content-margins {
	height: 149px;
	width: 584px;
	margin-left: 2px;
	margin-right: 2px;
	overflow: hidden;
	position: relative;
}

/* container for the industry items, make it the right size */
#industry-selector #content-container {
	position: absolute;
	/*width: 1740px;*/
}

#industry-selector .industry-item {
	float: left;
	height: 149px;
	width: 135px;
	margin-left: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #666666;
	text-decoration:none;
}
#industry-selector .industry-item:hover {
	color: #dd0002;
}
#industry-selector .industry-item img {
	background-color: #333;
	height: 95px;
	margin-top: 12px;
	margin-bottom: 6px;
	border:0px;
	/*border:1px solid #333333;*/
}
