.galleryHeader .title
{
    padding:8px;
    background-color:#a9c6cb;
    font-size:1.4em;
    color:#005555;
    display:none;
}

.galleryHeader .description
{
    padding:5px;
    margin:5px;
    text-align:right;
    border:solid 1px #888888;
    background-color:#dfdfdf;
    display:none;
}

.galleryCaption
{
    padding:5px;
    margin:5px;
    text-align:left;
}

.galleryImage
{
    text-align:center;
}

.galleryThumbnails td
{
    padding:5px;
}

.galleryThumbnails .thumbnailRowSelected
{
    background-color:#a9c6cb;
}
#slideshow 
{
	list-style:none; 
	color:#fff
}
#slideshow span 
{
	display:none
}
#wrapper 
{
	width:100%; /* WIDTH (full width is 730px) */
	margin:5px auto; 
	display:none
}
#wrapper * 
{
	margin:0; 
	padding:0
}
#fullsize 
{
	overflow:hidden; 
	position:relative; 
	width:100%; /* WIDTH (full width is 730px) */
	height:360px; /* HEIGHT (full height is 506px) */
	padding:0; 
	
}
#image 
{
	width:100%; /* WIDTH (full width is 730px) */
	height:100%; /* HEIGHT (full height is 506px) */
}
#image img 
{
	position:absolute; 
	z-index:25; 
	height:360px; /* HEIGHT (full height is 506px) */
	width:auto;
}
.imgnav 
{
	position:absolute; 
	width:25%; 
	height:360px; /* HEIGHT (full height is 506px) */
	cursor:pointer; 
	z-index:150
}
#imgprev 
{
	left:0; 
	background:url(../images/left.gif) left center no-repeat
}
#imgnext 
{
	right:0; 
	background:url(../images/right.gif) right center no-repeat
}
#imglink 
{
	position:absolute; 
	height:360px; /* HEIGHT (full height is 506px) */
	width:100%; 
	z-index:100; 
	opacity:.4; 
	filter:alpha(opacity=40)
}
.linkhover 
{
	background:url(../images/link.gif) center center no-repeat
}
#thumbnails 
{
	margin-top:5px
}
#slideleft 
{
	float:left; 
	width:2%; 
	height:81px; 
	background:url(../images/scroll-left.gif) center center no-repeat; 
	background-color:#222
}
#slideleft:hover 
{
	background-color:#333
}
#slideright 
{
	float:right; 
	width:2%; 
	height:81px; 
	background:#222 url(../images/scroll-right.gif) center center no-repeat
}
#slideright:hover 
{
	background-color:#333
}
#slidearea 
{
	float:left; 
	position:relative; 
	width:95%; /* thumbnails should be 43 pixels narrower than full width */
	margin-left:5px; 
	height:80px; 
	overflow:hidden;
	padding-bottom:20px;
}
#slider 
{
	position:absolute; 
	left:0; 
	height:81px; 
	width:6000px;
}
#slider img 
{
	cursor:pointer; 
	border:1px solid #666; 
	padding:0px; 
	top:0; 
	height:81px;
	margin:0 2px !important;
}
#information 
{
	position:absolute; 
	bottom:0; 
	width:100%; 
	height:70px !important; 
	background:#000; 
	color:#fff; 
	overflow:hidden; 
	z-index:200; 
	opacity:.7; 
	filter:alpha(opacity=70);
	padding:4px 8px 3px; 
	font-size:16px;
	font-family:"Rotis Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:normal;
    letter-spacing:1.2px;
    text-align:left;
}
#information h3 
{
	padding:4px 8px 3px;
	color:#fff; 
	font-size:16px;
	font-family:Rotis Sans, "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-weight:normal; 
	letter-spacing:1.2px; 
	text-align:left;
}
#information p 
{
	padding:0 8px 8px
}