	/*--- // -------------------------------------------------------
		
		@ Snowboard Website
		@ /css/galerie.css
		@ CSS für Galerie-Ausgabe
		
		@ 17.06.2008 PH
		@ alpha 0.1
		
		@ Content:
		-	Galerie - Liste
		-	Produkt Navigation
		
		Changelog:
		
	-------------------------------------------------------- // ---*/
	
	/*---------------------------------------------------------------
		Galerie - Liste
	---------------------------------------------------------------*/
	
	div.gallery-container {
		padding:0 0 15px 0;
	}
	
	div.gallery-main-title {
		margin-bottom:5px;
		padding-bottom:10px;
		background:url(../images/content/content-line.png) bottom left no-repeat;
	}
	
	div.thumb {
		float:left;
		width:75px;
		height:78px;
		margin-right:5px;
		background-position:center;
		background-repeat:no-repeat;
		background-color:#000;
	}
	
	#news-images div.thumb {
		margin-right:5px;
		margin-bottom:5px;
	}
	
	div.thumb a {
		float:left;
		display:block;
		width:75px;
		height:78px;
		/*background:url(../images/content/gallery_kl.png) center no-repeat;*/
		text-decoration:none;
	}
	
	div.thumb-box {
		float:left;
		background-position:center;
		background-repeat:no-repeat;
		background-color:#000;
		margin:0 5px 5px 0;
	}
	
	div.thumb-box a {
		display:block;
		width:65px;
		height:65px;
		text-decoration:none;
	}