#galleryDiv {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.LWS_GalleryContainer {
  padding: 20px;

  /* needed to fix bug with alternate layout */
  overflow: hidden;
}

.LWS_GalleryJS .noscript {
  display: none;
}

.LWS_GalleryDefault div.LWS_GalleryContent {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 550px; 
}
.LWS_GalleryDefault div.LWS_GalleryContent a, .LWS_GalleryDefault div.LWS_GalleryNavigation a {
	text-decoration: none;
	color: #777;
}
.LWS_GalleryDefault div.LWS_GalleryContent a:focus, .LWS_GalleryDefault div.LWS_GalleryContent a:hover, .LWS_GalleryDefault div.LWS_GalleryContent a:active {
	text-decoration: underline;
}
.LWS_GalleryDefault div.LWS_GalleryControls {
	margin-top: 5px;
	height: 23px;
}
.LWS_GalleryDefault div.LWS_GalleryControls a {
	padding: 5px;
}
.LWS_GalleryDefault div.ss-controls {
	float: left;
}
.LWS_GalleryDefault div.nav-controls {
	float: right;
}
.LWS_GalleryDefault div.LWS_GallerySlideshowContainer {
	position: relative;
	clear: both;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
.LWS_GalleryDefault div.LWS_GalleryLoader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('galleriffic-2.0/css/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 */
}
.LWS_GalleryDefault div.LWS_GallerySlideshow {

}
.LWS_GalleryDefault div.LWS_GallerySlideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.LWS_GalleryDefault div.LWS_GallerySlideshow a.advance-link {
	display: block;
	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;
}
.LWS_GalleryDefault div.LWS_GallerySlideshow a.advance-link:hover,.LWS_GalleryDefault  div.LWS_GallerySlideshow a.advance-link:active, .LWS_GalleryDefault div.LWS_GallerySlideshow a.advance-link:visited {
	text-decoration: none;
}
.LWS_GalleryDefault div.LWS_GallerySlideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}
.LWS_GalleryDefault div.download {
	float: right;
}
.LWS_GalleryDefault div.LWS_GalleryCaptionContainer {
	position: relative;
	clear: left;
	height: 75px;
}
.LWS_GalleryDefault span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
.LWS_GalleryDefault div.caption {
	padding: 12px;
}
.LWS_GalleryDefault div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
.LWS_GalleryDefault div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
.LWS_GalleryDefault div.LWS_GalleryNavigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
.LWS_GalleryDefault ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
.LWS_GalleryDefault ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
.LWS_GalleryDefault a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
.LWS_GalleryDefault ul.thumbs li.selected a.thumb {
	background: #000;
}
.LWS_GalleryDefault a.thumb:focus {
	outline: none;
}
.LWS_GalleryDefault ul.thumbs img {
	border: none;
	display: block;
}
.LWS_GalleryDefault div.pagination {
	clear: both;
}
.LWS_GalleryDefault div.LWS_GalleryNavigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
.LWS_GalleryDefault div.LWS_GalleryNavigation div.bottom {
	margin-top: 12px;
}
.LWS_GalleryDefault div.pagination a, div.pagination span.current, .LWS_GalleryDefault div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
.LWS_GalleryDefault div.pagination a:hover {
	/*
	background-color: #eee;
	*/
	text-decoration: none;
}
.LWS_GalleryDefault div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.LWS_GalleryDefault div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

/* alternate layout */

.LWS_GalleryAlternate div.LWS_GalleryContainer {
	overflow: hidden;
}
.LWS_GalleryAlternate div.LWS_GalleryContent {
	display: none;
	clear: both;
}

.LWS_GalleryAlternate div.LWS_GalleryContent a, .LWS_GalleryAlternate div.LWS_GalleryNavigation a {
	text-decoration: none;
}
.LWS_GalleryAlternate div.LWS_GalleryContent a:hover, .LWS_GalleryAlternate div.LWS_GalleryContent a:active {
	text-decoration: underline;
}

.LWS_GalleryAlternate div.LWS_GalleryNavigation a.LWS_GalleryPageLink {
	height: 77px;
	line-height: 77px;
}

.LWS_GalleryAlternate div.LWS_GalleryControls {
	margin-top: 5px;
	height: 23px;
}
.LWS_GalleryAlternate div.LWS_GalleryControls a {
	padding: 5px;
}
.LWS_GalleryAlternate div.ss-controls {
	float: left;
}
.LWS_GalleryAlternate div.nav-controls {
	float: right;
}

.LWS_GalleryAlternate div.LWS_GallerySlideshowContainer,
.LWS_GalleryAlternate div.LWS_GalleryLoader,
.LWS_GalleryAlternate div.LWS_GallerySlideshow a.advance-link {
	width: 510px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

.LWS_GalleryAlternate div.LWS_GalleryLoader,
.LWS_GalleryAlternate div.LWS_GallerySlideshow a.advance-link,
.LWS_GalleryAlternate div.LWS_GalleryCaptionContainer {
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

.LWS_GalleryAlternate div.LWS_GallerySlideshowContainer {
	position: relative;
	clear: both;
	float: left;
	height: 532px;
}

.LWS_GalleryAlternate div.LWS_GalleryLoader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('galleriffic-2.0/css/images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
.LWS_GalleryAlternate div.LWS_GallerySlideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
}
.LWS_GalleryAlternate div.LWS_GallerySlideshow a.advance-link {
	display: block;
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
}

.LWS_GalleryAlternate div.LWS_GallerySlideshow a.advance-link:hover,
.LWS_GalleryAlternate div.LWS_GallerySlideshow a.advance-link:active,
.LWS_GalleryAlternate div.LWS_GallerySlideshow a.advance-link:visited {
	text-decoration: none;
}
.LWS_GalleryAlternate div.LWS_GallerySlideshow a.advance-link:focus {
	outline: none;
}

.LWS_GalleryAlternate div.LWS_GallerySlideshow img {
	border-style: solid;
	border-width: 1px;
}
.LWS_GalleryAlternate div.LWS_GalleryCaptionContainer {
	float: right;
	position: relative;
	margin-top: 30px;
}
.LWS_GalleryAlternate span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.LWS_GalleryWide .LWS_GalleryAlternate div.LWS_GalleryCaptionContainer, .LWS_GalleryWide .LWS_GalleryAlternate span.image-caption {
	width: 334px;
}

.LWS_GalleryMedium .LWS_GalleryAlternate div.LWS_GalleryCaptionContainer, .LWS_GalleryMedium .LWS_GalleryAlternate span.image-caption {
	width: 234px;
}

.LWS_GalleryNarrow .LWS_GalleryAlternate div.LWS_GalleryCaptionContainer, .LWS_GalleryNarrow .LWS_GalleryAlternate span.image-caption {
	width: 134px;
}

.LWS_GalleryAlternate div.caption {
	padding: 0 12px;
}

.LWS_GalleryAlternate div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
.LWS_GalleryAlternate div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
.LWS_GalleryAlternate div.download {
	margin-top: 8px;
}
.LWS_GalleryAlternate div.LWS_GalleryPhotoIndex {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 12px;
}
.LWS_GalleryAlternate div.LWS_GalleryNavigationContainer {
	float: left;
	position: relative;
	left: 50%;
}
.LWS_GalleryAlternate div.LWS_GalleryNavigation {
	float: left;
	position: relative;
	left: -50%;
}
.LWS_GalleryAlternate div.LWS_GalleryNavigation a.LWS_GalleryPageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
}
.LWS_GalleryAlternate div.LWS_GalleryNavigation a.LWS_GalleryPageLink:focus {
	outline: none;
}

.LWS_GalleryAlternate ul.thumbs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
.LWS_GalleryAlternate ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px;
	list-style: none;
}
.LWS_GalleryAlternate a.thumb {
	padding: 1px;
	display: block;
}
.LWS_GalleryAlternate a.thumb:focus {
	outline: none;
}
.LWS_GalleryAlternate ul.thumbs img {
	border: none;
	display: block;
}
.LWS_GalleryAlternate div.pagination {
	clear: both;
	position: relative;
	left: -50%;
}
.LWS_GalleryAlternate div.pagination a, .LWS_GalleryAlternate div.pagination span.current, .LWS_GalleryAlternate div.pagination span.ellipsis {
	position: relative;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
.LWS_GalleryAlternate div.pagination a:hover {
	text-decoration: none;
}
.LWS_GalleryAlternate div.pagination span.current {
	font-weight: bold;
}
.LWS_GalleryAlternate div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

.LWS_GalleryAlternate div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}

/* colors */

.LWS_GalleryAlternate div.LWS_GalleryCaptionContainer {
	/*
	color: #eee;
	*/
}
.LWS_GalleryAlternate div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
.LWS_GalleryAlternate div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
.LWS_GalleryAlternate div.download {
	margin-top: 8px;
}
.LWS_GalleryAlternate div.LWS_GalleryPhotoIndex {
	/*
	color: #888;
	*/
}
.LWS_GalleryAlternate div.LWS_GalleryNavigation a.LWS_GalleryPrev {
	background-image: url('galleriffic-2.0/css/prevPageArrowWhite.gif');
}
.LWS_GalleryAlternate div.LWS_GalleryNavigation a.LWS_GalleryNext {
	background-image: url('galleriffic-2.0/css/nextPageArrowWhite.gif');
}
.LWS_GalleryAlternate div.LWS_GalleryLoader {
	background-image: url('galleriffic-2.0/css/loaderWhite.gif');
}
.LWS_GalleryAlternate div.LWS_GallerySlideshow img {
	border-color: #333;
}
.LWS_GalleryAlternate ul.thumbs li.selected a.thumb {
	background: #fff;
}
.LWS_GalleryAlternate div.pagination a:hover {
	/*
	background-color: #111;
	*/
}
.LWS_GalleryAlternate div.pagination span.current {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}
