.imgnav {position:absolute; width:20%; z-index:100; height:338px; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(/images/prev_chevron.png) left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(/images/next_chevron.png) right center no-repeat; border-right:5px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}

#slideshow {width:465px;  border:6px solid #fff; background:#AAA; margin: 0 15px 15px 15px;}
#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6;}
#image {position:relative; width:450px; height:338px; padding:5px; border:2px solid #666; background:#FFF url(/images/loading.gif) center center no-repeat}
#image img {position:absolute; top:5px; left:5px}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	width: 126px;
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	width: 507px;;
	background: #fff;
}

.tab_content{padding-top: 5px;}

#tab-body{margin-top: 10px; margin-left: 7px;}

#body {
  text-align: center;
  padding-top: 25px;
}