.prettyGalleryContainer{
	clear:both;
	float:left;
	margin:10px 0 10px 0;
	background:#eee; 
	border:1px solid #e1e1e1; 
	}
.prettyGalleryContainer a:focus{outline:none}
.prettyGalleryContainer img{ 
	border: 0; 
	display:block;
	}
.prettyGalleryContainer ul{background:trasnparent;margin:0;padding:0;margin-bottom:3px; border:none;width:298px;}
.prettyGalleryContainer ul li{
	display:block;
	float:left;
		font-size:16px;font-weight:bold;color:#ccc;}
.prettyGalleryContainer ul li a,.prettyGalleryContainer ul li a img{display:block;}
.prettyGalleryBackground{ padding:10px;margin:0 0 10px 0}
.prettyGalleryContainer ul li {
}
.prettyGalleryContainer ul li a div {
	display:block;
	overflow:hidden;
	padding:4px;
}
.pp_alignleft{float:left}
.pp_alignright{float:right}
.pp_aligncenter{margin:0 auto}
.prettyGalleryContainer ul.pg_paging{
	width:298px;
	clear:both;
	display:block;
	background:url(../images/BG_devider.gif) repeat-x #fff;
	overflow:hidden;
	height:34px;
	line-height:36px;
	margin:0;
}
ul.pg_paging li {
	width:auto;
	position:relative;
	text-align:center;
	width:72%;
}
.pg_paging .pg_prev{
	background:url(../images/Sprite.png) -815px 0px;
	display:block;
	float:left;
	height:32px;
	margin:3px 3px 0px 0;
	text-indent:-10000px;
	width:29px;
	border-right:1px solid #e7e7e7;
	}
.pg_paging .pg_prev:hover{background-position: -815px -32px}
.pg_paging .pg_next{
	float:right;
	background:url(../images/Sprite.png) -844px 0px;
	display:block;
	height:32px;
	margin:3px 3px 0px 0;
	text-indent:-10000px;
	width:29px;
	border-left:1px solid #e7e7e7;
	}
.pg_paging .pg_next:hover{background-position: -844px -32px}
.pg_paging li{text-align:center;margin-top:1px;}
.pg_pages{
	background:#000;
	float:left;padding-left:8px}
.pg_pages ul{
	background:#000;
	float:left;height:15px;padding-right:9px}
.pg_pages ul li{line-height:15px}
.pg_pages ul li.selected{font-weight:bold}
.pg_pages a{color:#fff;font-family:Arial;font-size:11px;text-decoration:none;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}
