.preetyGallery {
	width:600px;
	margin:50px 0 0 50px;
}

/*.hpotoGalleryContainer a:focus { outline: none; }

.prettyGalleryContainer img { border: 0; }*/

.prettyGalleryContainer ul {
margin:35px 20px 20px 75px;
padding:0;
border:none;
outline:none;
}

.prettyGalleryContainer ul li {
display: block;
float: left;
border-right:2px solid #fff
}

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

.preetyGalleryBackground {
padding: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;

}

.pp_alignleft { float: left; }
.pp_alignright { float: right; }
.pp_aligncenter { margin: 0 auto; }

.pg_paging .pg_prev {
background: url(../images/prettyGallery/pagingNav.png) top left no-repeat;
display: block;
text-decoration:none;
float: left;
height: 14px;
margin: 1px 3px 15px 0;
text-indent: -10000px;
width: 9px;
border:none;
}

.pg_paging .pg_prev:hover { background-position: 0 -14px;border:none; border:none; }


.pg_paging .pg_next {
background: url(../images/prettyGallery/pagingNav.png) top right no-repeat;
display: block;
text-decoration:none;
float: left;
height: 14px;
margin: 1px 0 0 3px;
text-indent: -10000px;
width: 9px;
border:none;
}
.pg_paging .pg_next:hover { background-position: 100% -14px;border:none;}

.pg_paging li { text-align: center; }


.pg_pages {
background: url(../images/prettyGallery/pagingBackgroundLeft.png) top left no-repeat;
float: left;
padding-left: 8px;
}

.pg_pages ul {
background: url(../images/prettyGallery/pagingBackgroundRight.png) top right no-repeat;
float: left;
height: 15px;
padding-right: 8px;
}
.pg_pages ul li { line-height: 15px; }

.pg_pages ul li.selected { font-weight: bold; }

.pg_pages a {
font-family: Arial;
text-decoration:none;
font-size: 11px;
padding: 2px;
}
.pg_pages a:hover { color: #c4c4c4; }

.pg_pages a.circle {
display: block;
background: url(../Images/prettyGallery/pagingPageNumber.png) top left no-repeat;

height: 8px;
margin: 3px 1px 0 3px;
padding: 0;
text-indent: -10000px;
width: 8px;
}
.pg_pages a.circle:hover,
.pg_pages .selected a.circle { background-position: bottom left; }