div#pca-container {
	background-color: #e1e1e1;	
}

div#gallery-show {
	background-color: #e1e1e1;	
}

div#gallery-header {
	background-color: #212121;
	margin-top: 10px;
	color: #ccc;
	height: 38px;
}

div#gallery-header h1 {
	float: left;
	padding-left: 5px;
	font-size:2.5em;
	color: #ccc;
	padding-top: 12px;
}

div#gallery-header h2 {
	float: left;
	padding-left: 15px;
	font-size:1.5em;
	color: #ccc;
	padding-top: 15px;
}

div#gallery-header div#title {
	float: left;
	padding-left: 15px;
	color: #ccc;
	padding-top: 15px;
	font-size: 20px;
}

div#gallery-header img#photo_gallery {
	float: left;
	padding-top: 8px;
	padding-left: 8px;
}

div#flashtallbanner_rightAd {
	background-color: #e1e1e1;
}

div.content a, div.navigation a {
	text-decoration: none;
}
div.content a:hover, div.content a:active {
	text-decoration: underline;
}

div.navigation a.pageLink {
	height: 77px;
	line-height: 77px;
}

div.controls {
	height: 38px;
}
div.controls a {
	padding-top: 5px;
	color: #ccc;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.nav-controls a.prev img {
	float: left;
	padding-top: 5px;
}

div.nav-controls a.next img {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
}

div.photo-index {
	float: left;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	color: #888;
}

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 690px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.loader,
div.slideshow a.advance-link {
	height: 587px;
}

div.caption-container {
	height: 180px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

div.slideshow-container {
	position: relative;
	clear: both;
	float: left;
	height: 587px;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/pca/img/gallery/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 13px;
	left: -5px;
}
div.slideshow a.advance-link {
	display: block;
	line-height: 587px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow a.advance-link:focus {
	outline: none;
}

div.slideshow img {
	border-style: solid;
	border-width: 1px;
}
div.caption-container {
	float: right;
	position: relative;
	margin-top: 25px;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.caption-container, span.image-caption {
	width: 300px;
}

div.caption {
	padding: 0 12px;
}

div.image-desc {
	line-height: 1.1em;
	padding-top: 12px;
}
div.download {
	margin-top: 8px;
}
div.navigation-container {
	float: left;
	position: relative;
	background-color: #e1e1e1;
	width: 688px;
}
div.navigation {
	float: left;
	position: relative;
}
div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
}
div.navigation a.pageLink:focus {
	outline: none;
}

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

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

div#gallery-footer {
    padding-top: 6px;
    background-color: #8e8e8e;
    height:  22px;
    margin-top: 5px;
}

div#gallery-footer div.title {
	float: left;
	padding-left: 5px;
	font-size: 20px;
	color: 	#efefef;
}

div#gallery-footer ul#gallery-chicklets {
    overflow: hidden;
}

div#gallery-footer ul#gallery-chicklets li {
    float: right;
    margin-right: 5px;
}

div#gallery-footer ul#gallery-chicklets li a {
	color: #fff;
	text-decoration: none;
}

div#gallery-footer ul#gallery-chicklets li a img {
    vertical-align: middle;
}




div.pca-poll-comments {
	background-color: #e1e1e1;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-bottom: 20px;
}

div.pca-poll-comments h3 {
	margin: 0 22px 0 22px;
	text-transform: uppercase;
	border-bottom: 1px solid #c0c0c0;
	padding: 6px 0 6px 0;
}

div.pca-poll-comments ul li {
	margin: 10px 22px 10px 22px;
	overflow: hidden;
}

div.pca-poll-comments ul li img {
	float: left;
}

div.pca-poll-comments ul li div {
	margin-left: 75px;
}

div.pca-poll-comments ul li div p.pca-comment-date {
	color: #0093c3;
	font-size: 0.8em;
	font-weight: bold;
}

div.pca-poll-comments ul li div p.pca-comment-author {
	font-weight: bold;
	font-size: 1.1em;
}

div.pca-poll-comments ul li div p.pca-comment-content {
	font-size: 0.9em;
}

div.pca-poll-comments ul li div p.pca-comment-content a.pca-comment-more {
	color: #a1a1a1;
	text-transform: uppercase;
}

div.pca-poll-comments ul li div form input.pca-comment-flag {
	text-transform: uppercase;
	color: #a1a1a1;
	font-size: 0.7em;
	text-align: right;
	display: block;
	margin-left: 350px;
}

div.pca-poll-comments textarea {
	margin-left: 20px;
}

div.pca-poll-comments input#pca-post-comment {
	color: #e081d5;
	text-transform: uppercase;
	padding: 2px 4px 2px 4px;
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 20px;
	padding-right: 16px;
	background: #363837 url( /pca/img/pca_pink_arrow.png ) scroll no-repeat 96% center;
	border: 0;
}

div.caption-container {
	color: #eee;
	background-color: #e1e1e1;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #6D4F84;
}
div.image-desc {
	font-size: 1.2em;
	padding-top: 12px;
	color: #000000;
}

div.image-credit {
	font-size: 0.8em;
	padding-top: 12px;
	color: #888;
}

div.download {
	margin-top: 8px;
}

div.navigation a.prev {
	background-image: url(/pca/img/gallery/prev_page.png);
}
div.navigation a.next {
	background-image: url(/pca/img/gallery/next_page.png);
}
div.loader {
	background-image: url(/pca/img/gallery/loader.gif);
}
div.slideshow img {
	border-color: #333;
}
ul.thumbs li.selected a.thumb {
	background: #fff;
}
div.pagination a:hover {
	background-color: #111;
}
div.pagination span.current {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

div#pca-galleries {
	background-color: #bcbcbc;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #8b8b8b;
	border-left: 1px solid #8b8b8b;
	height: 200px;
}

div#pca-galleries div.pca-gallery-title {
	background-color: #2e2e2e;
	border-bottom: 1px solid #8b8b8b;
	color: #4b355b;
	font-size: 1.2em;
	text-transform: uppercase;
	height:  30px;
}

div#pca-galleries div.pca-gallery-title img {
	margin-top: 5px;
	margin-left: 5px;
}

div#pca-galleries div.pca-gallery-title a {
	color: #4b355b;
	font-size: 1em;
	text-transform: uppercase;
}


div#pca-galleries div.pca-gallery {
	float: left;
	width: 100px;
	margin-left: 40px;
	margin-top: 15px;
}

div#pca-galleries div.pca-gallery img {
	display: block;
	float: left;
}

div#pca-galleries div.pca-gallery a {
	float: left;
}

div#pca-galleries h2 {
	color: #fff;
	padding: 0 20px 0 10px;
	font-size: 0.8em;
	margin-bottom: 8px;
}

div#pca-galleries a.linky  {
	/*display: block;*/
	margin: 0 0 0 10px;
	/*background-color: #5ad7fe;*/
	/*padding: 4px;*/
	font-weight: bold;
	text-align: center;
	color: #5ad7fe;
	text-transform: uppercase;
	/*background: transparent url( ../img/pca_aqua_carret.png ) scroll no-repeat 96% center;*/
}

div#pca-galleries img.pca-games-reset {
	display: inline;
	margin: 0;
}

div#pca-galleries a:hover  {
	text-decoration: underline;
}

div#pca-galleries div.pca-gallery-title a:hover {
	text-decoration: none;
}

