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

#galleryWrap {
	overflow:hidden;
	position:relative;
	width:auto;
	height:auto;
	min-height:400px;
	padding:20px;
	z-index:6;
	border:1px solid #CCC;
	background:#FFF;
	margin-bottom:5px;
	}	
#galleryTitle {	
	position:absolute;
	top:00px;
	left:200px;
	width:500px;
	text-align:right;
	}	
ul.gallery3 {
	list-style: none;
	}
ul.gallery3 li {
	display: block;
	float: left;
	}
ul.gallery3 li a {
	display: block;
	line-height: 0;
	}
.gallery3 {
	position:relative;
	z-index:6;
	width:700px;
	height:auto;
	padding:0 0 0 0;
	z-index:20;
	}
li.thumbBox3 {
	float:left;
	position:relative;
	overflow:hidden;
	height:119px;
	margin:0 2px 0 0;
	text-align:center;
	}
#gallerySelect ul {
	float:left;
	position:relative;
	overflow:hidden;
	padding:0 0 0 0;
	width:180px;
	list-style:none;
	height:auto;
	margin:0 0 0 0;
	}
#gallerySelect li {
	color:#CCC;
	}
#gallerySelect a {
	color:#FFF;
	font:normal 1em Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
#gallerySelect a:hover {
	color:#CCC;
	}		
#galleryHolder {
	margin:0 0 0 40px;
	position:relative;
	overflow:hidden;
	width:450px;
	height:450px;
	text-align:center;
	padding:0;	
	}
.galleryNav { 
	width:auto;
	height:auto;	
	padding:9px 30px 0 4px;
	}
.galleryNav a {
	display:block;
	cursor:pointer;
	color:#CCC;	
	padding:3px 0 0 0;
	text-decoration:none;
	}
.galleryNav a:hover {
	color:#666;
	text-decoration:none;	
	}
.imageDesc {
	width:auto;
	height:auto;
	text-align:center;
	color:#FFF;
	padding:5px 0 5px 0;
	font:normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	}
	
/*****
POP UP
******/
		
div.prettyGallery3 { 
	position:relative;
	overflow:hidden;
	display: inline-block; 
	z-index:20;
	width:600px;
	height:auto;
	padding:0 0 0 40px;
	margin:0 0 0 0;
	}
div.prettyGallery3 ul.prettyGallery3 {
	list-style: none;
	float: left;		
	}
div.prettyGallery3 ul.prettyGallery3 li { 
	display: block; 
	float: left; 
	margin-right: 5px; 
	}
ul.prettyNavigation3 {
	overflow:hidden;
	list-style: none;
	margin: 0 0 0 0;	
	width:520px;
	height:auto;
	padding:0 0 0 0;
	z-index:200;	
	}
ul.prettyNavigation3 li {
	display: block;
	float: left;
	width: auto; 
	height: auto;
	margin: 0; 
	padding: 0;
	}
ul.prettyNavigation3 li.next { 
	position:absolute;
	top:10px;
	left:485px;
	width: 55px; 
	}
ul.prettyNavigation3 li.prev { 
	position:absolute;
	top:10px;
	left:0;
	width: 55px; 
	}
ul.prettyNavigation3 li.prev a {
	display: block;
	width: 100%; 
	height: 38px;
	text-indent: -10000px;
	background: url(../img/previous.png) top left no-repeat;
	outline:none;
	}
ul.prettyNavigation3 li.next { 
	width: 55px; }
ul.prettyNavigation3 li.next a {
	display: block;
	width: 55px; 
	height: 39px;
	text-indent: -10000px;
	background: url(../img/next.png) top right no-repeat;
	outline:none;
	}
ul.prettyNavigation3 li.next a:hover { 
	background-position: 100% -35px; 
	}
ul.prettyNavigation3 li.prev a:hover { 
	background-position: 0 -35px; 
	}			
ul.prettyNavigation3 li.next a.disabled,
ul.prettyNavigation3 li.next a.disabled:hover { 
	background-position: 100% -66px; 
	cursor: default; 
	}
ul.prettyNavigation3 li.prev a.disabled,
ul.prettyNavigation3 li.prev a.disabled:hover { 
	background-position: 0 -66px; 
	cursor: default;
	}
