#photoGallery { position: relative; width: 540px; overflow: hidden; padding: 10px 0;}
#photoGallery  ul { margin: 0; padding: 0; width: 540px; overflow: hidden;}
#photoGallery li { margin: 0; padding: 0; list-style: none; float: left;}
#photoGallery #thumbs li  { border: 6px solid white; }
#photoGallery #thumbs {overflow: auto; width: 540px;}
#photoGallery #activeImage li { display: none; border: 5px solid white; border-top: none; }
#photoGallery #activeImage li.active { display: block ; }
#photoGallery h5 { position: absolute; width: 500px; top: 410px; left: 6px; color: white; padding-left: 20px; padding-top: 5px; }
#photoGallery .textBox { position: absolute; width: 528px; height: 55px; top: 410px; left: 6px; background-color: black; 
	opacity: .3;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50);}
