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

.contentGeneral {
	margin: 0 !important;
	padding: 10px !important;
	width: auto !important;
	margin-left: -40px !important;
}

#stage {
	padding: 8px;
	padding-right: 18px;
	border-bottom: 15px;
	margin: 0 !important;
	color: #fa8710;
	margin-bottom: 35px;
}

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

#sidebar {
	float: left;
	width: 150px;
	height: 100%;
	padding: 8px 0 8px 0px;
	text-align: left;
	color: #fa8710;	
	padding-left: 18px;
	
	position: relative;
}

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

#sidebar h1 {
	padding-bottom: 5px;
	
	padding-left: 3px;
	!padding-left: 8px;
	font-size: 15px !important;
	font-weight: bold;
}

#albumMenu {
	position: relative;
}

#albumSelect {
	margin: 0;
	padding: 0;
	
	position: absolute;
	margin-left: 3px;
	_margin-left: 7px;
	list-style: none;
	text-align: left;
	
	width: 122px;
	!width: 126px;
	
	background: white;
	padding: 1px;
	border: 1px solid #1C6BA4;
	
	z-index: 2;
}


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

#albumSelect li a {
	height: 100%;
	border: 2px solid #1C6BA4;
	display: block;
	color: white;
}

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

#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 {
	width: 136px;
	overflow:hidden;
	padding-bottom: 12px;
	padding-top: 26px;
	!padding-left: 1px;
}

#thumbnails img {
	border: 2px solid #fa8710;
	padding: 3px;
	margin: 3px 5px 3px 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: 380px;
	overflow:hidden;
	text-align: center;
	margin-top: 30px;
}

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

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

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

#bigImage img {
	border: 8px solid #fa8710;
	padding: 5px;
	display: inline;
	clear: both;
	background: white;
}

#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: 95px;
	!width: 99px;
	height: 19px;
	!height: 23px;
	margin: auto;
	text-decoration: none;
	margin-bottom: 3px;
	
	display: none;
	/*
	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;
}

#floaters {
	display: none;
}


