.imagegallery-container {
	width:110%;
	margin:16px 0 0 0;
	padding:0;
	float:left;
}

.ig-item {
	width:165px;
	float:left;
	margin-right:6px;
	margin-bottom:6px;
}

.ig-item-last {
	width:165px;
	float:left;
	margin-right:0;
}

.ig-item-top {
background-image: url(../images/imagegallery-top.gif);
background-repeat: no-repeat;
width:165px;
height:53px;
	
}

.ig-item-middle 
{
background-image: url(../images/imagegallery-middle.gif);
background-repeat: repeat-y;
width:165px;
height:130px;
text-align:center;

}


.ig-item-middle p 
{
margin:0;
padding:10px;
text-align:left;
}

.ig-item-bottom {
	background-image: url(../images/imagegallery-bottom2.gif);
background-repeat:  no-repeat;
width:165px;
height:11px;

}

.ig-item-top p {
	margin:0;
	padding:10px 15px 10px 15px;
	color:#333;
	font-size:12px;
}

.view-button {
	text-align:left;
	height:23px;
	
}

.imagegallery-button {
	display:block;
	margin-left:75px
}


#download-tabs {
	width:100%;
	float:left;
	padding:0 0 10px 0;
	margin:0;
}

#download-tabs ul {
	list-style-type: none;
	/*background-image: url(../images/ul-tabs-bcg.gif);
	background-repeat: repeat-x;
	background-position:0 0;*/
		width:100%;
		float:left;
		position:relative;
		z-index:10;
}

.h-bar{
border-bottom:1px solid #cecece;
position:relative;
top:42px;
}

#download-tabs ul li {
	float:left;
	padding:0;
	margin:0;
	width:86px;
	height:42px;
}

#download-tabs ul li.downloads-tab-on{ 
	position:relative;
	z-index:2;
	top:0;
	border-bottom:1px solid #fff;
}

#download-tabs ul li.downloads-tab-off{ 

}


#download-tabs ul li a {
	display:block;
	text-decoration: none;
	color:#333;
	width:86px;
	height:42px;
	padding:5px 5px 0 8px;
	margin:0;
	
}


#download-tabs ul li a:hover {
	background: none;
}

#download-tabs ul li a.tabs_on {
	background-image: url(../images/download-tab_on.gif);
	background-repeat: no-repeat;
	}

#download-tabs ul li a.tabs_on:hover {
	background-image: url(../images/download-tab_on.gif);
	background-repeat: no-repeat;
	}

#download-tabs ul li a.tabs_off {
	background-image: url(../images/download-tab_off.gif);
	background-repeat: no-repeat;
}

#download-tabs ul li a.tabs_off:hover {
	background-image: url(../images/download-tab_on.gif);
	background-repeat: no-repeat;
}

.download-item {
	width:100%;
	float:left;
}

.download-text {
	float:left;
	width:337px;
	
}

.download-text p {
	margin:0;
	padding:0 0 0 6px;
	color:#333;
	
}

.downloadlist-container {
	width:100%;
	margin:16px 0 0 0;
	padding:0 0 20px 0;
	float:left;
	border-bottom:1px solid #ccc;
}

.image-text-switch {
	float:right;
	padding:0;
	margin:-20px 0 10px 0;

	}

.image-text-switch a {
	color:#666;
	font-weight:bold;
	text-decoration: none;
  float:left;
  padding:2px 0 0 0;
	
}

.image-text-switch a:hover {
	text-decoration: underline;
}
.image-text-switch img {
	margin:0 12px 0 0;
	float:left;
}