#dhtmlgoodies_slideshow{ }
	
#galleryContainer{
clear:both;
width:320px;	/* Total width of slideshow */
height:200px;	/* Height of the images + 2 */
position:relative;
overflow:hidden;
padding:0px;
		/* CSS HACK */
height: 202px;	/* IE 5.x - Added 2 pixels for border left and right */
height/* */:/**/200px;	/* Other browsers */
height: /**/200px;
}

#arrow_left{ position:absolute;	left:0px; z-index:10; margin:0px 50px 0px 0px;   height:200px; width:50px;  }
#arrow_right{ position:absolute; right:0px; z-index:10; padding:0px; height:200px; width:50px; padding:0px 0px 0px 50px;  }

#theImages{ position:absolute; height:200px; left:0px;	width:9800px; padding:0px 50px 0px 50px; }

#theImages a:link, #theImages a:visited, a.slajd:link {margin:0px 40px 0px 40px; 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; }

