#slideshow
{
	position: relative;
}

#slideshow a img
{
	border: none;
}

	#slideshow #image-holder
	{
		position: absolute;
		left:0;
		top:0;
		width: 500px;
		height: 330px;
		background: white;
		overflow: hidden;
	}
	
		#slideshow #image-holder img
		{
			position: absolute;
			top:0;
			left:0;
		}

			#slideshow #image-holder img.frontbuffer
			{
				z-index: 902;
			}

			#slideshow #image-holder img.backbuffer
			{
				z-index: 901;
			}

	#image-list
	{
		list-style: none;
		padding: 0;
		position: relative;
		float:left;
		margin:4px;
		z-index: 1000;
	}
	
		#image-list li
		{
			padding:0;
			margin:0;
			width:22px;height:22px;
			text-align:center;
			line-height:22px;
			overflow:hidden;
			float: left;
			background: #000;
			color: #fff;
			opacity: 0.8;
			filter: alpha(opacity=80); 
			-moz-opacity: 0.8
		}

			#image-list li a
			{
				
				color: #fff;
				font-family:Verdana,Arial;
				font-size:10px;
				font-weight:bold;
				text-decoration:none;
			}


		#image-list li.active
		{
			background: #999;
		}
		
img.bildspelpreload
{
	filter:alpha(opacity=0);
	opacity:0.0;
	width:1px;
	height:1px;
}		
