body{	margin: 0px;	padding: 0px;}/* STYLES FOR THE GALLERY LAYER */
.box {
	background-color: #FFFFFF;
	/*background-image: url('../images/structure/galleryBack.gif');*/
	background-repeat: repeat-x;
	border: 1px solid #545351;
	color: #000000;
	padding: 0px;
	position: absolute;
	z-index: 99999;
	width: 650px; height: 510px;
	top: 50px; left: 100px;
}

.bar {
	background-color: #E5E7E9;
	color: #ffffff;
	font-weight: bold;
	height: 18px;
	margin-bottom: 5px;
	background-image: url('../images/structure/galleryHeadBack.gif');
	background-repeat: repeat-x;
	color: #000000; padding-top: 2px;
	cursor: move;
}

.on	{	visibility: visible;}

.off {	visibility: hidden;}
/* STYLES FOR THE GALLERY PAGE *//* IE CSS - Idiots */.galleryHolder {	position: relative;	top: 0px; left: 0px;	width: 640px; height: 480px;}.leftEnd{	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/controls/gallery/galleryLeft.png');	position: absolute; bottom: 14px; left: 33px;	width: 11px; height: 33px;}.galleryBack{	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/controls/gallery/galleryBack.png', sizingMethod='scale');	position:absolute; bottom: 14px; left: 44px; width: 470px; height: 33px; text-align: center;}.rightEnd{	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/controls/gallery/galleryRight.png');	position: absolute; bottom: 14px; left: 514px;	width: 15px; height: 33px;}	.play{	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/controls/gallery/galleryPlay.png');	position: absolute; bottom: 14px; right: 19px; height: 33px; width: 81px;}.pause{	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/controls/gallery/galleryPause.png');	position: absolute; bottom: 14px; right: 19px; height: 33px; width: 81px; z-index: 1;}.pauseHolder{	position: absolute;	bottom: 14px; right: 19px; height: 33px; width: 81px; z-index: 5; cursor: pointer;}	/* CSS for browsers that don't suck */html>body .galleryHolder {	position: relative;	top: 0px; left: 0px;	width: 640px; height: 480px;}html>body .leftEnd{	background-image: url('../images/controls/gallery/galleryLeft.png');	position: absolute; bottom: 14px; left: 33px;	width: 11px; height: 33px;}html>body .galleryBack{	background-image: url('../images/controls/gallery/galleryBack.png');	position:absolute; bottom: 14px; left: 44px; width: 470px; height: 33px; text-align: center;}html>body .rightEnd{	background-image: url('../images/controls/gallery/galleryRight.png');	position: absolute; bottom: 14px; left: 514px;	width: 15px; height: 33px;}	html>body .play{	background-image: url('../images/controls/gallery/galleryPlay.png');	position: absolute; bottom: 14px; right: 19px; height: 33px; width: 81px;}html>body .pause{	background-image: url('../images/controls/gallery/galleryPause.png');	position: absolute; bottom: 14px; right: 19px; height: 33px; width: 81px; z-index: 1;}/*############### */.text{	font-family: Verdana, Tahoma, Sans-Serif;	color: #4C4C4C;	font-size: 8pt;}