
#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(../img/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:350px;
	height:300px;
	overflow:hidden;
	position:relative;
	left:500px;
	top:100px;
}

#slides{
	/* This is the slide area */
	height:250px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:350px;
	overflow:hidden;
}

.slide{
	float:left;
	width:350px;	
  padding-top: 50px;
  position:relative;
}


#menu{
	/* This is the container for the thumbnails */
	height:45px;
}


#gallery ul{
	margin:0px;
	padding:0px;
}

#gallery  li{
	/* Every thumbnail is a li element */
	width:40px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

#gallery  li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(../img/pic_bg.png) repeat;
}

#gallery  li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(../img/active_bg.png) no-repeat;
}

#gallery  li.act a{
	cursor:default;
}

#gallery  .fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(../img/divider.png) no-repeat right;
}

#gallery  li a{
	display:block;
	background:url(../img/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

#gallery  a ../img{
	border:none;
}


/* The styles below are only necessary for the demo page */


#gallery  a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

#gallery  a:hover{
	text-decoration:underline;
}

#gallery  p{
	width:200px;
	padding:10px;
	text-align:center;
}


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 88px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

#header .nav ul {
	background:url(../images/none.png) fixed;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/nav-bg.png', sizingmethod='scale');
}

<!--Array
(
    [label01] =>    0.00000
    [label02] =>    0.04917
    [label03] =>    0.07009
    [label04] =>    0.07009
    [label05] =>    0.07011
)
-->