#gwp_gwp #gwp_gallery,
#gwp_gwp .gwp_gallery_list li.gwp_clear,
#gwp_gwp_admin .gwp_gallery_list li.gwp_clear,
#gwp_gwp #gwp_main {
	width: 100%;
}
#gwp_gwp #gwp_gallery_inner,
#gwp_gwp #gwp_main,
#gwp_gwp a#gwp_previous,
#gwp_gwp a#gwp_next {
	height: 600px;
}

#gwp_gwp #gwp_gallery {
	margin: 0px auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
#gwp_gwp #gwp_gallery a {
	text-decoration: none;
}
.back_link {
	padding: 0 0 15px 0;
	margin: 0px 0px -15px 0px;
	font-size:12px;
	position:relative;
	z-index:5;
}
#gwp_gwp #gwp_gallery a img {
	border: none;
	text-decoration: none;
}

/* Gallery List */
#gwp_gwp .gwp_gallery_list p.byline {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
#gwp_gwp .gwp_gallery_list ul,
#gwp_gwp .gwp_gallery_list li,
#gwp_gwp_admin .gwp_gallery_list ul,
#gwp_gwp_admin .gwp_gallery_list li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.gallery_list ul {margin:10px 0; padding:0; list-style:none;}
.gallery_list ul li {float:left; margin-right:10px;}
.gallery_list ul li h3 {font-size:20px;}
.gallery_list ul li p {padding:0; margin:0; font-size:13px; line-height:13px;}
.gallery_list ul .clear {width:910px!important; clear:right}

#gwp_gwp .gwp_gallery_list ul,
#gwp_gwp_admin .gwp_gallery_list ul {
	margin-top: 20px;
}
#gwp_gwp .gwp_gallery_list li,
#gwp_gwp_admin .gwp_gallery_list li {
	width: 205px;
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}
#gwp_gwp .gwp_gallery_list li.gwp_clear,
#gwp_gwp_admin .gwp_gallery_list li.gwp_clear {
	margin-right: 0px;
	margin: 0px;
	padding: 0px;
}
#gwp_gwp .gwp_gallery_list li.gwp_last,
#gwp_gwp_admin .gwp_gallery_list li.gwp_last {
	margin-right: 0px;
}
#gwp_gwp .gwp_gallery_list li div.gwp_thumbnail,
#gwp_gwp_admin .gwp_gallery_list li div.gwp_thumbnail {
	width: 215px;
	height: 154px;
	overflow: hidden;
	background-color: white;
}
#gwp_gwp .gwp_gallery_list h3,
#gwp_gwp .gwp_gallery_list p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
#gwp_gwp .gwp_gallery_list h3 {
	margin-top: 5px;
}
#gwp_gwp .gwp_gallery_list p {
	font-size: 12px;
	color: #999;
}

/* Gallery Page */
#gwp_gwp .gwp_gallery_viewer {
	background-color: #444;
	overflow: hidden;
	position: relative;
	height: 651px;
}
#gwp_gwp #gwp_gallery_title {
	background-color: #000;
	color: white;
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: 3000;
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#gwp_gwp p#gwp_gallery_h1 {
	font-size: 21px;
	line-height: 21px;
	height: 21px;
	font-weight: bold;
	padding: 15px;
	margin: 0px;
}
#gwp_gwp p#gwp_gallery_count {
	height: 21px;
	line-height: 21px;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 0px;
	right: 62px;
}
#gwp_gwp #gwp_gallery_inner {
	width: 100%;
	position: absolute;
	top: 51px;
	left: 0px;
}
#gwp_gwp p#gwp_caption {
	background-color: black;
	background-color: rgba(0,0,0,0.8);
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 15px 50px 15px 15px;
	z-index: 2000;
	width: 93.367%;
}
#gwp_gwp #gwp_main {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}
#gwp_gwp #gwp_main img {
	position: relative;
	margin: 0px auto;
}
#gwp_gwp #gwp_main img:hover {
	cursor: url(../images/cursor-zoom.png), auto;
	cursor: hand;
}
#gwp_gwp #gwp_main img.gwp_horizontal {
	max-width: 100%;
	height: auto;
}
#gwp_gwp #gwp_main img.gwp_vertical {
	max-height: 100%;
	width: auto;
}
#gwp_gwp #gwp_thumbs {
	width: 100%;
	height: 105px;
	background-color: #111;
	position: absolute;
	bottom: 0px;
	z-index: 3000;
}
#gwp_gwp #gwp_thumbs_hover_spot {
	width: 100%;
	height: 50px;
	position: absolute;
	top: -50px;
}
#gwp_gwp #gwp_thumbs ul, #gwp_gwp #gwp_thumbs li, #gwp_gwp #gwp_thumbs li img {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#gwp_gwp #gwp_thumbs ul {
	position: absolute;
	height: 105px;
	bottom: 0px;
	left: 0px;
}
#gwp_gwp #gwp_thumbs li {
	position: relative;
	top: 15px;
	display: block;
	float: left;
	width: 75px;
	height: 75px;
	overflow: hidden;
	margin-right: 5px;
}
#gwp_gwp #gwp_thumbs li:first-child {
	margin-left: 15px;
}
#gwp_gwp #gwp_thumbs li:last-child {
	margin-right: 15px;
}
#gwp_gwp #gwp_thumbs li.gwp_active {
	width: 69px;
	height: 69px;
	border: solid 3px white;
}
#gwp_gwp #gwp_thumbs img {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	cursor: hand;
	width: 75px;
	height: 75px;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
}
#gwp_gwp #gwp_thumbs li.gwp_active img,
#gwp_gwp #gwp_thumbs img:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
}
#gwp_gwp a#gwp_fullsize {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 9px;
	right: 15px;
	z-index: 4000;
	display: none;
}
#gwp_gwp a#gwp_fullsize {
	z-index: 3500;
	display: block;
}
#gwp_gwp a#gwp_previous,
#gwp_gwp a#gwp_next {
	position: absolute;
	top: 0px;
	width: 13.26%;
	z-index: 2000;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#gwp_gwp a#gwp_previous {
	left: 0px;
	padding-right: 100px;
	background: url('../images/previous.png') no-repeat center left;
}
#gwp_gwp a#gwp_next {
	right: 0px;
	padding-left: 100px;
	background: url('../images/next.png') no-repeat center right;
}

/* Loading */
#gwp_gwp #gwp_loading {
	position: absolute;
	width: 60px;
	height: 20px;
	z-index: 1000;
	top: 0px;
	left: 0px;
	background-color: #000000;
	padding: 8px 12px;
	border-radius: 10px;
}
