#dhtmlgoodies_slideshow{ }
	
#galleryContainer{
clear:both;
width:580px;	/* Total width of slideshow */
height:100px;	/* Height of the images + 2 */
position:relative;
overflow:hidden;
padding:1px;
		/* CSS HACK */
height: 102px;	/* IE 5.x - Added 2 pixels for border left and right */
height/* */:/**/102px;	/* Other browsers */
height: /**/102px;
}

#arrow_left{ position:absolute;	left:0px; z-index:10;background-color: #EAEAEA;	padding:0px 2px 2px 1px; }
#arrow_right{ position:absolute; right:0px; z-index:10; background-color: #EAEAEA;	padding:0px 1px 2px 2px;}

#theImages{ position:absolute; height:100px; left:40px;	width:100000px; }

#theImages a:link, #theImages a:visited, a.slajd:link {margin:0px; padding:0px; text-decoration:none; }
#theImages a:hover, a.slajd:hover {margin:0px; padding:0px; }

#theImages #slideEnd{float:left; margin-left:-40px;}
#theImages img{ float:left; padding:1px; border:none; display:inline; }
