.gallery { 
	background:url(images/bg_ends.png) center top no-repeat; 
	padding:0 0px 10px 0;
	font-family:  century gothic, arial, helvetica, sans-serif;
	}
	
.gallery ul { 
	margin:0; 
	padding:0; 
	background:#71C7FE url(images/bg_nav.jpg) left top repeat-x; 
	list-style:none; 
	position:relative; 
	height:36px; 
	width:545px;
	white-space: nowrap;
	text-align: center;
	z-index: 0;
	}

.gallery ul li { 
	display:inline; 
	width:auto; 
	float: none; 
	color:#fff; 
	height:36px;
	font-family:  century gothic, arial, helvetica, sans-serif;
	}
	
.gallery ul li a { 
	display:block; 
	width:auto;  
	color:#fff; 
	text-decoration:none; 
	padding:8px 8px 8px 8px; 
	font-family:  century gothic, arial, helvetica, sans-serif;
	font-weight: bold;
	word-spacing: .4em;
	position: relative;
	}

.gallery ul li a:hover { 
	background:url(images/bg_nav2.png) center bottom no-repeat;
	outline: 0px solid #71C7FE;
	}

.gallery ul li ul { 
	display:none; 
	position:absolute; 
	top:34px; 
	background:#333333; 
	height:auto; 
	border-bottom:6px solid #71C7FE; 
	border-left:1px solid #71C7FE; 
	border-right:1px solid #71C7FE; 
	width: 95%; 
	left:8px; 
	padding:8px 5px 15px 5px; 
	overflow: hidden;
	}

.gallery ul li:hover ul,

.gallery ul li.over ul { display:block; }

.gallery ul li ul li { 
	display:inline; 
	float:none; 
	background-image:none; 
	height:auto; 
	font-family:  century gothic, arial, helvetica, sans-serif;
	}
	
.gallery ul li ul li a { 
	background-image:none; 
	margin:8px; 
	padding:2px; 
	position:relative; 
	border:1px solid #71C7FE; 
	float:left; 
	display:block; 
	width:150px; 
	height:100px; 
	background-color:#fff; }

.gallery ul li ul li a:hover { background-image:none; z-index:2; }

.gallery ul li ul li a img { 
	position:relative; 
	top:0px; 
	width:150px; 
	height:100px; 
	border:0; 
	margin:0; 
	padding:0; }

.gallery ul li a:hover img{
	border:0px;
	}

.gallery ul li a:active img,

.gallery ul li a:focus img { 
	width:150px; 
	height:100px; 
	left:0px; 
	top:0px; 
	z-index:1; 
	border:1px solid #000; }

.gallery ul li.overview { 
	display:block; 
	clear:both; 
	padding:5px 10px 0 10px; 
	color:white; 
	}

#gallery1 ul { z-index:2; }

#gallery2 ul { z-index:1; }
