.wrapper.right #GalleryPicture, 
#NewsPicture
{
	float: right;
	text-align: right;
	width: 250px;
	padding-bottom: 10px;
	
	min-height: 130px;
	height: auto !important;
	height: 130px;
}

.wrapper.left #GalleryPicture
{
	float: right;
	text-align: right;
			
	min-height: 110px;
	height: auto !important;
	height: 110px;
	
}

.wrapper.left .mainContent #GalleryPicture
{
	float: none;
	text-align: center;
	
	min-height: 110px;
	height: auto !important;
	height: 110px;
}

.wrapper.right #GalleryPicture table
{
	float: right;
}

.wrapper .mainContent .galleryMainContainer
{
	position: relative;
	width: 250px;
	z-index: 100;
	
	min-height: 130px;
	height: auto !important;
	height: 130px;
}

.wrapper .mainContent .galleryMainContainer
{
	width: 100%;
}

.wrapper .mainContent #GalleryPicture
{
	float: none;
	text-align: center;
	width: 580px;
	padding-bottom: 20px;
	padding-top: 20px;
	
	min-height:110px;
  	height:auto !important;
  	height:110px;
}

#NewsPicture
{
	float: right;
	text-align: center;
	width: 290px;
	padding-bottom: 20px;
	
	min-height: 160px;
	height: auto !important;
	height: 160px;
}

#GalleryPicture table td
{
	padding: 0px;
}

img.loading{
float:center;
margin: 30px;
}



.middle td.leftContent #GalleryPicture img.loading
{
	float: left;
	margin: 60px;
	margin-bottom: 150px;
}

.middle td.rightContent #GalleryPicture img.loading
{
	float: left;
	margin-top: 50px;
}

#GalleryPicture a img 
{
	float: none;
}

.middle td.rightContent #GalleryPicture a img.galleryImage
{
	border: 5px solid white;
}

#PictureView
{
	padding: 10px 0px;
}

.shortDesc
{
	text-align: right;
	display: block;
	padding: 0px 3px 3px;
}


.menuRow
{
	margin: 8px 0px;
}

.menuItem
{
	margin: 0px 10px;
}

.menuItem a
{
	color: #FFFFFF;
	text-decoration: none;
}

.menuItem a.selected
{
	color: #E9218C;
	font-weight: bold;
	text-decoration: none;
}


.PictureDescription
{
	width: 140px;
	float: right;
	padding: 0px 5px 0px 0px;
}

.PictureDescription a
{
    color: #fff;
    text-decoration: none;
}

#directions
{
	text-align: right;
	padding-top: 20px; 
}

#directions #navPrev
{
	padding-right: 30px;
}

#directions #navNext
{
	padding-left: 30px;
}

#directions #pause *, #directions #play *
{
	margin-top: 0px;
}

.whole
{
	z-index: 40;
	position: absolute;
	width: 250px;
	
}

.wrapper.left .wideContent .whole
{
	left: 0px;
}
.wrapper.right .wideContent .whole
{
	right: 0px;
	margin-top: 30px; 
	top: 0px;
	margin-bottom:0px;
}

.whole.top
{
	z-index: 50;
}

.wrapper .mainContent .whole
{
	width: 100%;
	left: 0px;
}

