h1 {
	margin:0 0 12px 0;
}

h2 {
	margin:0px 0 12px 0;
	font-size: 12px;
}
.single_col_a {
	width:290px;
	text-align:left;
	float:left;
}

.double_col_a {
	width:500px;
	float:left;
}

/* style for hover-slide */
#images {
	position:relative;
}
#images .item {
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
}
#images .item img {
	display:block;
}
#images .item p img { width:auto; float:right; }
#images .item p {
	padding:3px;
	margin:0;
	width:264px;
	overflow:hidden;
	z-index:10;
	background: transparent url(/images/semitr50.png) repeat;
	color:#fff;
	font-size:12px;
	line-height:13px;
	text-align:left;
}

small {
	font-size:11px;
}
table {
	width:480px;
	margin:5px 0 10px 20px;
}
sup {
	text-decoration:underline;
	line-height:1px;
	vertical-align:top;
}

.overlayZoom {
    background: none no-repeat scroll 50% center rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: none;
    height: 100%;
    width: 193px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 40;
	background-image: url(/images/zoom_in32_wh.png);
}
