/* SLideshow */
#slideshow { position: relative; width:540px; }
#slideshow #slidesContainer { width:540px; overflow:auto; /* allow scrollbar */  position:relative; }
#slideshow #slidesContainer .slide { width:520px; /* reduce by 20 pixels to avoid horizontal scroll */ height: 350px; position: relative; background:  transparent none no-repeat bottom left;}

		.control { display:block; width:27px; height:27px; text-indent:-10000px; position:absolute; cursor: pointer; z-index: 1000; }
		.control .hidden { cursor: normal; }
		#leftControl { background:transparent url(../img/slider/previous_50.png) no-repeat 0 0; bottom: 8px; right: 40px; }
		#rightControl { background:transparent url(../img/slider/next_50.png) no-repeat 0 0;  bottom: 8px; right: 10px; clear: both; }
		#leftControl.hidden { background-image: url(../img/slider/previous_25.html); clear: both; }
		#rightControl.hidden { background-image: url(../img/slider/next_25.html); clear: both; }