h4 {
	font-weight:bold;
	font-size:17px;
	/*border-bottom:dashed 2px red;*/
	width:550px;
	margin-left:25px;
	color:#991B1E;
}
p {
	margin-bottom:5px;
	font-size:14px;
	width:630px;
	margin-left:45px;
	text-align:justify;
}
ul {
	margin-left:25px;
}
#viewer acronym {
	border-bottom: 1px dotted white;
}

#viewer {
	background: url(../images/gallery/viewer.png) no-repeat;
	height: 472px;
	width: 796px;
	position: relative;
	margin-left:-13px;
}
#smoothie {
	display:none; /*set to block onload*/
	background: url(../images/gallery/smoothie.png) no-repeat;
	position:absolute;
	top:0px;
	right:170px;
	z-index:120;
	height:103px;
	width:238px;
}
div#myGallery {
	position:relative;
	top:12px;
	left:15px;
	width:600px;
	height:450px;
	overflow-x:hidden;
	overflow-y:auto;
}
#flowplayerholder {
	position:absolute;
	top:12px;
	left:14px;
	display:none;
}
#myCarousel {
	background: #8FACFC url(../images/gallery/outercorner.png) no-repeat right bottom;
	width: 796px;
	margin-left:-13px;
	height:6px; /*set to 134px onload*/
}
#video_thumb {
	position: absolute;
	top: 365px;
	left: 633px;
	background: url(../images/gallery/thumbs/video.jpg) no-repeat center bottom;
	width: 150px;
	height: 100px;
	border: 3px solid #2E3192;
	cursor: pointer;
}
#video_text {
	position: absolute;
	top: 345px;
	left: 640px;
	width: 150px;
	height: 1em;
	color: #2E3192;
	font-weight: bold;
	font-size: 20px;
	font-family: Arial Black, Verdana, Geneva, Arial, sans-serif;
	text-transform: uppercase;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}
.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/prevlabel.gif') no-repeat left 340px;
}
* html .jdGallery a.left { background: url('img/prevlabel.gif') no-repeat left 340px; }
.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/nextlabel.gif') no-repeat right 340px;
}
* html .jdGallery a.right { background: url('img/nextlabel.gif') no-repeat right 340px; }
