#gal {
 width:560px;
 text-align:left;
 margin:0 0 0 20px;
 padding:0; }

#gal ul, li {
 padding:0;
 margin:0; }

ul.gallery {
 list-style-type:none;
 margin:0 0 10px 0; }

ul.gallery li {
 display:block;
 float:left;
 margin:0 20px 10px 0;
 padding:0px;
 background-color:#AA6A39; }

 ul.gallery li a {
 padding:2px;
 display:block;
 line-height:0; }

ul.gallery li a:hover { background-color:#C29573; }
ul.gallery li img { border:1px solid white; }

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: 0;
 border: 1px #AA6A39 solid; }

ul.prettyNavigation li {
 display: block;
 float: left;
 width: 215px;
 height: 15px;
 line-height: 15px !important;
 font-size: 11px;
 text-align: center;
 color: #333;
 margin: 0;
 padding: 0; }

ul.prettyNavigation li.prev { width: 35px; overflow: hidden; }
ul.prettyNavigation li.prev a {
	display: block;
	width: 100%;
	height: 15px;
	text-indent: -1000px;
	background: url(../img/prettyGallery/previous.gif) top left no-repeat; }

ul.prettyNavigation li.next { width: 35px; overflow: hidden; }
ul.prettyNavigation li.next a {
	display: block;
	width: 100%;
	height: 15px;
	text-indent: -1000px;
	background: url(../img/prettyGallery/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; }

