div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}


div.slideshow {
		}
div.slideshow ul {
			background: #ffffff;
			bottom: 0px;
			left: 0px;
                  top: 5px;
                  margin-left: 0px; /* for IE 7 */
                  margin-bottom: 0px; /* for IE 7 */
                  margin-top: 5px; /* for IE 7 */
			position: relative;
			overflow: hidden;
			padding: 0px 0;
			z-index: 10001;
		}
div.slideshow ul a {
			background-position: 50% 50%; 
			cursor: pointer;
			display: block;
			height: 32px;
			margin-right: 5px;
		      opacity: 0.5; /* for non IE */
                  filter: alpha(opacity = 50); /* IE */
                  zoom: 1;   /* IE hack for filter */
			width: 36px;
		}
div.slideshow ul a.active,
div.slideshow ul a:hover {
			opacity: 1;
                  filter: alpha(opacity = 100); /* IE */
                  zoom: 1;   /* IE hack for filter */
		}
div.slideshow ul li {
			float: left;
			list-style: none;
		}
	
