#slideshow
{
	position: relative;
}

#slideshow_text {
	text-align: center;
	background-color: #000;
	padding: 10px;
	font-size: 12px;
	border-left: 1px solid #3f3f3f;
	border-right: 1px solid #3f3f3f;
}
#slideshow a img
{
	border: none;
}

	#slideshow #image-holder
	{
		position: absolute;
		left:0;
		top:0;
		overflow: hidden;
	}
	
		#slideshow #image-holder div
		{
			position: absolute;
			top:0;
			left:0;
		}

			#slideshow #image-holder div.frontbuffer
			{
				z-index: 902;
				width: 100%;
				height: 100%;
				background-repeat: no-repeat;
				background-position: center;
			}

			#slideshow #image-holder div.backbuffer
			{
				z-index: 901;
				width: 100%;
				height: 100%;
				background-repeat: no-repeat;
				background-position: center;
			}

	#image-list
	{
		display: none;
		list-style: none;
		padding: 0;
		position: relative;
		float:right;
		margin:2px;
		z-index: 1000;
	}
	
		#image-list li
		{
			
			padding: 3px 5px;
			float: left;
			/* clear: both; */
			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;
		}
		
/* LISTA 2 */
	#thumbsLista {
		overflow: hidden;
		width: 853;
		height: 70px;
		margin: 0px 0px;
		float: left;

	}
	#image-list2
	{
		padding: 0;
		position: relative;
		margin-top: 5px;
		z-index: 1000;
		border-spacing: 3px 5px;
		float: left;
	}

		#image-list2 td
		{
			background: #666;
			color: #fff;
			border: 1px solid #3f3f3f;
			text-align: center;

		}

			#image-list2 td a
			{
				
				color: #fff;
				font-family:Verdana,Arial;
				font-size:10px;
				font-weight:bold;
				text-decoration:none;
				display: block;
				width: 116px;
				filter: Alpha(Opacity=50);
				-moz-opacity:.50;
				opacity:.50; 
			}
			#image-list2 td a:hover {
				filter: Alpha(Opacity=100);
				-moz-opacity:1;
				opacity:1; 
			}
		#image-list2 td.active
		{
			border: 1px solid white;
		}
		#image-list2 td.active a {
			filter: Alpha(Opacity=100);
			-moz-opacity:1;
			opacity:1; 
		}

		
img.bildspelpreload
{
	filter:alpha(opacity=0);
	opacity:0.0;
	width:1px;
	height:1px;
}