	div.prettyGallery { display: inline-block; width: 100%; margin: 10px 0px 0px 15px;}

	div.prettyGallery ul.prettyGallery {
		list-style: none;
		float: left;
		margin: 5px 0 2px 0;
	}
	
		div.prettyGallery ul.prettyGallery li { display: block; float: left; margin-right: 5px; }

	ul.prettyNavigation {
		float: left; clear: left;
		list-style: none;
		margin: 0;
		border: 1px #bdc2c4 solid;
	}
	
		ul.prettyNavigation li {
			display: block;
			float: left;
			width: 530px; height: 15px;
			line-height: 15px;
			font-size: 0.8em;
			text-align: center;
			color: #696969;
			margin: 0; padding: 0;
		}
		
			ul.prettyNavigation li.prev { width: 35px; }
			ul.prettyNavigation li.prev a {
				display: block;
				width: 100%; height: 15px;
				text-indent: -10000px;
				background: url('../img/sys/previous.gif') top left no-repeat;
			}
			
			ul.prettyNavigation li.next { width: 35px; }
			ul.prettyNavigation li.next a {
				display: block;
				height: 15px;
				text-indent: -10000px;
				background: url('../img/sys/next.gif') top right no-repeat;
			}
			
			ul.prettyNavigation li.next a:hover { background-position: 100% -18px; }
			ul.prettyNavigation li.prev a:hover { background-position: 0 -18px; }
			
			ul.prettyNavigation li.next a.disabled,
			ul.prettyNavigation li.next a.disabled:hover { background-position: 100% -36px; cursor: default; }
			ul.prettyNavigation li.prev a.disabled,
			ul.prettyNavigation li.prev a.disabled:hover { background-position: 0 -36px; cursor: default; }

	.gallerycontentimg * { margin: 0; padding: 0; border: 0; } 

	a:focus { outline: none; }
	

.gallerycontentimg {
	height: auto;
	clear: both;
	float: left;
	width: 507px;
	margin: auto;
}
	
	
	ul.gallery {
		list-style: none;
		margin: 0 0 10px 0;
	}
	
		ul.gallery li {
			display: block;
			float: left;
			margin: 0 4px 0 0;
		}
		
			ul.gallery li a {
				padding: 2px;
				display: block;
				border: 1px solid #bdc2c4;
				line-height: 0;
			}
			
			ul.gallery li a:hover { border: 1px solid #454545; }