.prettyGalleryContainer {
	clear: both;
	float: left;
	margin: 0 0 0 0;
	position:relative;
	width:960px;
}
	
	.prettyGalleryContainer a:focus { outline: none; }

	.prettyGalleryContainer img { border: 0; }

	.prettyGalleryContainer ul {
		margin: 0;
		padding: 0;
	}

		.prettyGalleryContainer ul li {
			display: block;
			float: left;
		}
		
			.prettyGalleryContainer ul li a,
			.prettyGalleryContainer ul li a img { display: block; }

	.prettyGalleryBackground {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		margin: 0 0 10px 0;
	}

	.pp_alignleft { float: left; }
	.pp_alignright { float: right; }
	.pp_aligncenter { margin: 0 auto; }
		
	.pg_paging {
		position:absolute;
		top:-30px;
		right:0;
		height:30px;
		width:auto !important;
	}
	.pg_paging .pg_previous {
		background: url("../images/prettyGallery/pagingNav.png") top left no-repeat;
		display: block;
		float: left;
		height: 14px;
		margin: 1px 3px 5px 0;
		overflow: hidden;
		text-indent: -10000px;
		width: 9px;
	}
		.pg_paging .pg_previous:hover { background-position: 0 -14px; }
		
	.pg_paging .pg_next {
		background: url("../images/prettyGallery/pagingNav.png") top right no-repeat;
		display: block;
		float: left;
		height: 14px;
		margin: 1px 0 0 3px;
		overflow: hidden;
		text-indent: -10000px;
		width: 9px;
	}
		.pg_paging .pg_next:hover { background-position: 100% -14px; }
		
		.pg_paging li { text-align: center; margin:-5px 5px 0 5px;}
