div.galleryContent
{
    float:left;
    width:100%;
}
div.gallery {
	
	display: block;
	float: right;
	width: 705px; 
}

div.gallery a, div.navigation a
{
	text-decoration: none;
	color: #fff;
	font-family:georgia,serif;
}

div.gallery a:focus, div.gallery a:hover, div.gallery a:active
{
	text-decoration: underline;
}



div.controls
{
    position:relative;
	height: 25px;
}
div.controls a
{
	padding: 5px;
}
div.ss-controls
{
	float: right;
	margin-right:25px;
}
div.nav-controls
{
	float: right;
}

div.nav-controls a
{
	float : left;
	color: Red;	
}

div.nav-controls a.prev 
{
	background-image: url('/pixie/img/leftsidearrow.png');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	height: 150px;
	top: 220px;
	left: -25px;
	z-index: 1;
	width: 100px;
	text-decoration: none;
	border: none;
	outline: none;
	
	
}

div.nav-controls a.next 
{
	background-image: url('/pixie/img/rightsidearrow.png');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	height: 150px;
	top: 220px;
	left: 590px;
	z-index: 1;
	width: 100px;
	text-decoration: none;
	border: none;
	outline: none;
	
}


div.nav-controls a.next 
{
	color: Fuchsia;
}






div.slideshow-container
{
	position: relative;
	clear: both;
	height: 510px; /* This should be set to be at least the height of the largest image in the slideshow */
	margin-top: 3px;
}
div.loader
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow img
{
    width:670px;
    vertical-align: middle;
	z-index: -1;
}
div.slideshow span.image-wrapper
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link
{
	display: inline;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */ /*line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited
{
	text-decoration: none;
}

div.download
{
	float: right;
	position: relative;
	top: 165px;
}
div.caption-container
{
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption
{
	display: block;
	position: absolute;
	width: 650px;
	top: 0;
	left: 0;
}

div.caption
{
	padding: 12px;
}

div.caption a:active
{
	color: #eb5288;
}

div.caption a:link 
{
	color: #eb5288;
}

div.catpion a:visited 
{
	color: #eb5288;
}

div.caption a:hover
{
	color: #eb5288;
}

div.image-title
{
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc
{
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation
{
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	margin-left:28px;
	position:relative;
	top:0px;
	float:left;
}
#thumbs {width:209px;margin-top:25px;}
ul.thumbs
{
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li
{
	float: left;
	padding: 0;
	margin:2px;
	list-style: none;
}
a.thumb
{
	display: block;
	/*border: 1px solid #ccc;*/
}
ul.thumbs li.selected a.thumb
{

}
a.thumb:focus
{
	outline: none;
}
ul.thumbs img
{
	border: none;
	display: block;
	width:100px;
}
div.pagination
{
	clear: both;
}
div.navigation div.top
{
	margin-bottom: 25px;
	height: 11px;
}
div.navigation div.bottom
{
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis
{
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	position: relative;
	left: 0;
	color:#fff;
	font-family:georgia,serif;
}
div.pagination span.current, div.pagination a:hover
{
	text-decoration: underline;
}

div.pagination span.ellipsis
{
	border: none;
	padding: 5px 0 3px 2px;
}

.breadcrumbs
{
	visibility: hidden;
}

#albumMenu
{
    margin-top:25px;
	color: #ff4791;
	font-family: Arial;
	font-size: small;
	left: 0px;
	position: relative;
	width: 200px;
	text-align: right;
	float:left;
}

#albumMenu a
{
	
}

#albumMenu h1
{
	font-family:Arial;
	font-size:small;
	text-decoration:underline;
}

ul.albums
{
	margin: 0;
	padding: 0;
	
}
ul.albums li a
{
    color: #ff4791;
	padding: 0;
	list-style: none;
}
ul.albums li.selected a,
ul.albums li.selected a:link,
ul.albums li.selected a:visited,
ul.albums li.selected a:hover,
ul.albums li.selected a:active
{
    color: #ff4791;
}

.static-lrg-img {margin-top:27px;}
#page .scriptEnabled {display:none;}
