
/*
	WIDTH / HEIGHT
*/

.pg-box { width: 640px; height: 392px; }
.pg-slideshow img {width: 530px; height: 352px; }
.pg-thumb img {width: 80px; height: 53px; }

div.pg-content,
div.pg-loader,
div.pg-slideshow a.pg-advance-link,
div.pg-controls,
span.pg-image-caption { width: 530px; }

div.pg-loader,
div.pg-slideshow a.pg-advance-link { height: 352px; }
div.pg-slideshow a.pg-advance-link { line-height: 352px; }

div.pg-navigation { margin: 10px 8px 0 0; min-height: 352px; }
ul.pg-thumbs li { margin: 0px 0px 10px 0; }

div.pg-content { margin: 10px 10px 0 8px; }

div.pg-controls { margin: 5px 0 0 10px; }

.pageLink { width: 80px; height: 20px; display: block; }

/*
	POSITION / STYLE
*/

.pg-box { border: 1px solid #ccc; }

div.pg-content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
}
div.pg-content a, div.pg-navigation a, div.pg-controls a {
	text-decoration: none;
	color: #777;
}
div.pg-content a:focus, 
div.pg-content a:hover, 
div.pg-content a:active,
div.pg-controls a:hover {
	text-decoration: underline;
}

/*
	CONTROLS
*/

div.pg-controls {
	/*margin-top: 5px;*/
	height: 20px;
}
div.pg-controls a {
	padding: 5px 0;
}
div.pg-ss-controls {
	float: left;
}
div.pg-nav-controls {
	float: right;
	/*width: 210px;*/
}
.pg-prev { margin-right:10px; }


div.pg-slideshow-container {
	position: relative;
	clear: both;
	/* This should be set to be at least the height of the largest image in the slideshow */
	/*height: 270px;*/ 
}
div.pg-loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	/*width: 360px;
	height: 270px;*/ /* This should be set to be at least the height of the largest image in the slideshow */
}
div.pg-slideshow {}
div.pg-slideshow span.pg-image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.pg-slideshow a.pg-advance-link {
	display: block;
	/*width: 360px;
	height: 270px;* /* This should be set to be at least the height of the largest image in the slideshow */
	/*line-height: 270px;*/ /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.pg-slideshow a.pg-advance-link:hover, div.pg-slideshow a.pg-advance-link:active, div.pg-slideshow a.pg-advance-link:visited {
	text-decoration: none;
}
div.pg-slideshow img {
	vertical-align: middle;
	/*border: 1px solid #ccc;*/
}
div.pg-download {
	float: right;
}
div.pg-caption-container {
	position: relative;
	clear: left;
}
span.pg-image-caption {
	display: block;
	position: absolute;
	/*width: 360px;*/
	top: 0;
	left: 0;
}


div.pg-caption {
	/*padding: 12px;*/
}
div.pg-image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.pg-image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}

/*
	THUMBS
*/

ul.pg-thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.pg-thumbs li {
	list-style: none;
}
li.pg-selected a.pg-thumb {
	display: block;
}
a.pg-thumb {
	display: block;
}
a.pg-thumb:focus {
	outline: none;
}


/*
	PAGINATION
*/

div.pg-pagination {
	clear: both;
}
div.pg-navigation div.pg-top {
	margin-bottom: 12px;
	height: 11px;
}
div.pg-navigation div.pg-bottom {
	margin-top: 12px;
}
div.pg-pagination a, div.pg-pagination span.pg-current, div.pg-pagination span.pg-ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	/**border: 1px solid #ccc;*/
}
div.pg-pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pg-pagination span.pg-current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pg-pagination span.pg-ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

/*
	PAGELINK
*/

.pageLink div { background: url(arrows.png) no-repeat; width: 19px; height: 18px; margin: 0 auto; }
.pageLink.next .on { background-position: -57px 0; }
.pageLink.next .off { background-position: -57px -18px; }
.pageLink.prev .on { background-position: -38px 0; }
.pageLink.prev .off { background-position: -38px -18px; }
