#gdl-custom-slider ul{ position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; margin: 0px; background-color: #fff; }
#gdl-custom-slider ul li:first-child{ display: block; }
#gdl-custom-slider ul li{ top: 0px; left: 0px; bottom: 0px; right: 0px; width: auto !important; height: auto !important; display: none; }

#gdl-custom-slider .custom-slider-caption{ position: absolute; width: 940px; opacity: 0; filter: alpha(opacity=0); }
#gdl-custom-slider .custom-slider-title{ position: absolute; width: 940px; font-size: 41px; font-weight: bold; opacity: 0; filter: alpha(opacity=0);  }
#gdl-custom-slider .custom-slider-image{ position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; }
#gdl-custom-slider .custom-slider-caption-wrapper{  }

.custom-slider-nav-outside{ z-index: 100; position: absolute; bottom: 0px; left: 50%; }
#custom-slider-nav{ position: relative; padding: 10px 3px 9px 13px; left: -50%; height: 9px;
	background: url('../images/custom-slider/bullet-background.png'); font-size: 0px; 
	
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;}
#custom-slider-nav a{ width: 9px; height: 9px; margin-right: 10px; display: block; float: left;
	background: url('../images/custom-slider/bullet-nav.png'); text-indent: -9999; }
#custom-slider-nav a:last-child{ margin-right: 10px; }
#custom-slider-nav a.activeSlide{ background-position: 0px 9px; }