img {
	border: 0;
	vertical-align: middle;
}

div#content {
	width: 90% !important;
}

.content_single {
	margin: 0 !important;
	width: auto !important;
}

#stage {
  background-color: white;
	border: 8px solid white;
	border-bottom: 15px;
	margin: 0 !important;
	color: #333;
	overflow: hidden;
	width: 905px;
}

#viewPort {
  height: 100%;
	margin-right: 190px;
	text-align: center;
}

#sidebar {
  float: right;
  width: 174px;
	!width: 190px;
	padding: 8px;
	text-align: center;
	color: #333;	
	
	position: relative;
}

#sidebar p {
	text-align: left;
	margin: 20px;
}	

#sidebar h1 {
	font-size: 26px;
}

#albumMenu {
	position: relative;
}

#albumSelect {
	margin: 0;
	padding: 0;
	
	position: absolute;
	
	left: 50%;
	!left: 0;
	top: 5px;
	!top: 0;
	margin-left: -63px;
	
	list-style: none;
	text-align: left;
	width: 126px;
	
	z-index: 2;
}


#albumSelect li {
	display: none;
	background-color: #555;
	color: white;
	font-size: 10px;
	padding: 3px;
	border-bottom: 1px solid white;
	line-height: 14px;
	margin: 0;
}

#albumSelect li a {
	height: 100%;
	border: 2px solid #555;
	display: block;
	color: #d1af3b;
}

#albumSelect li a:hover {
	background-color: white;
	border: 2px solid white;
	text-decoration: none;
	color: #ba961d;
}

#albumSelect.dropped li, #albumSelect li.first {
 display: block;
}

#albumSelect li.first {
 background-image:url(../i/down-arrow.gif);
 background-repeat: no-repeat;
 background-position: right;
}

#albumSelect.dropped li.first {
 background-image:url(../i/up-arrow.gif);
}

#thumbnails {
	margin: auto;
	width: 132px;
	!width: 138px;
	overflow:hidden;
	padding-bottom: 12px;
	padding-top: 25px;
}

#thumbnails img {
	border: 5px solid #333;
	margin: 3px;
	display: block;
	float: left;
	cursor: pointer;
}

/* css for editable links */
#thumbnails a img {
	border: 0;
	padding: 0;
	margin-left: -16px;
	margin-top: 50px;
}

#bigImage {
  width: 100%;
  height: 480px;
	overflow:hidden;
	text-align: center;
}

#imageDescription {
	width: 100%;
	height: 70px;
	text-align: center;
}

#imageDescription h1 {
	font-size: 20px;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 8px;
}

#imageDescription p {
	margin: 0;
	padding: 0;
}

#bigImage img {
	border: 15px solid #333;
	display: inline;
	clear: both;
}

#bigImage .wrapper {
	height: 1px;
	width: 1px;
	overflow:hidden;
}

#bigImage .showWrapper {
	overflow:visible;
	height: auto;
	width: auto;
	visibility: visible;
	text-align: center;
}

#bigImage {
	background-image: url(../i/loading.gif);
	background-position: center;
	background-repeat:no-repeat;
}

#galleryNav {
	margin-top: 40px;
}

.next {
	margin-left: 100px;
}

a#slideShowToggle {
	clear: left;
	display: block;
	width: 85px;
	!width: 89px;
	height: 19px;
	!height: 23px;
	margin: auto;
	background-image:url(../i/slideshow_button.gif);
	background-repeat: no-repeat;
}

a.toggleOff {
	border-left: 2px solid #666;
	border-top: 2px solid #666;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	background-position: 0 0;
}

a.toggleOn {
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	background-position: 0 -19px;
}

/*
a.toggleOff:hover, a.toggleOn:active {
	border-left: 2px solid black;
	border-top: 2px solid black;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
}

a.toggleOff:active, a.toggleOn:hover {
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
}
*/



