	div.prettyGallery { display: inline-block; }

	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:10px 0 0 0;
		
	}
	ul li a {
	   border:2px solid #000000!important;
	}
		ul.prettyNavigation li {
			display: block;
			float: left;
			width: 215px; height: 15px;
			line-height: 15px;
			font-size: 0.8em;
			text-align: center;
		

			margin: 0; padding: 0;
		}
		
			ul.prettyNavigation li.prev { width: 35px; }
			ul.prettyNavigation li.prev a {
			    border:none!important;
				display: block;
				width: 100%; height: 15px;
				text-indent: -10000px;
				background: url(previous.gif) top left no-repeat;
			}
			
			ul.prettyNavigation li.next { width: 35px; }
			ul.prettyNavigation li.next a {
			border:none!important;
				display: block;
				width: 100%; height: 15px;
				text-indent: -10000px;
				background: url(next0000.gif) top right no-repeat;
			}
			
			
			
		
				

	
