	#hiddenlinks {
	display:none;	
	}
	
	#thumb1:hover{	
		display:block;
	}
	
	
	#thumbholder {
		border:1px solid #3d3d3d;
		background-image:url(../images/aksaga.gif);	
		width:538px; 
		display: table; 
		height:368px;
	}
	
	.imgslide {
	 width:137px; 
	 height:77px; 
	 margin-top:2px; 
	 padding:3px; 
	 background-image:url(../images/border_dqsno.gif); background-repeat:no-repeat	
	}
	
	#thumb1 img {
		width:538px;
		height:302px;	
	}
	
	#thumbdiv {		
		display:none;
	}
	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		margin-left:6px;
        height:380px;
		width:143px;
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:18px;
	}
	#galleryContainer #arrow_up{
		height:18px;	/* Arrow up image */
	}
	
	#gallery {
	margin-top: 35px;
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:342px;	/* Height of boxes for the images */
	}
	#gallerydiv{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		
	}
	#theImages .imgslide img{
		border:0px;	/* No border */
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
	}

