
div.gallery-list ul {
   list-style: none;
   padding: none;
   margin: none;
}

div.gallery-list {
   display: none;
   position: absolute;
   width: 800px;
   height: 500px;
   background-color: #000;
   color: white;
}

div.gallery-list img {
   margin-top: 2em;
}

div.gallery-list h3 {
   font-size: 1em;
}

div.gallery-list p {
   font-size: 0.9116em;
}

div.gallery-list div.caption {
   position: absolute;
   bottom: 1.8em;
   margin: 0 auto 1em 0;
   padding: 0.75em 5em 0.75em 2em;
   background: #000;
   filter:alpha(opacity=70);
   -moz-opacity:.70;
   opacity:.70;
}

div.gallery-list div.image {
   width: 100%;
   text-align:center;   
      margin-bottom: 0.5em;
}


div.gallery-pager {
   width: 100%;
   background-image: url(/static-files/images/gallery-pager-background.png);
   background-repeat: repeat-x;
   background-position: right bottom;
}

div.gallery-pager {
   height: 2.5em;
	clear: both;
	margin: 0;
}

div.gallery-pager ul {
   display: inline;
	list-style: none;

}

div.gallery-pager a {
   display: block;
   margin: 0.15em;
   color: white;
   text-decoration: none;
   font-weight: bold;
   font-size: 1.2em;
}


div.gallery-pager ul li {
	margin-left: 7px;
	display: block;
	float: left;
	text-align: center;
	border: 1px solid #333333;
	width: 1.7em;
	height: 1.7em;
}


