/**** GALLERY LAYOUT ****/

#idColumnRight .clsGalleryWrapper {width:461px;height:226px;margin:0;background-image:url("../images/bg_gallery.png");padding:8px 0px 0px 10px;}
#idColumnRight ul.clsGallery  {width:428px;height:204px;}
#idColumnRight ul.clsGallery li {width:428px;height:204px;overflow:hidden;} 

/**** KLICKBILDSPEL PILAR  LAYOUT ****/

#idClickGallery .clsGalleryWrapper {
		padding:0;
		background-color:#fff;
		width:400px;
	background-image:none;
		
		overflow:visible;
		margin-bottom:5px;}
		
		#idClickGallery .clsGalleryWrapper .clsNext {
			cursor:pointer;	
			width:50px;
			float:right;
			margin-top:25px;
			margin-right:115px;
			height:30px;
			padding:0;
			background-image:url("../images/next.png");
		}
		
		#idClickGallery .clsGalleryWrapper .clsPrev {
			width:50px;
			float:left;
			height:30px;
			margin-top:25px;
			margin-left:125px;
		
			cursor:pointer;	
			background-image:url("../images/prev.png");
		}
		
		#idClickGallery .clsGalleryWrapper ul.clsGallery {
			margin:10px 0px 0px 0px;
			width:400px;
			position:relative;
			overflow:visible;
			list-style:none;}
		
			#idClickGallery .clsGalleryWrapper ul.clsGallery li {
				width:420px;
				overflow:visible;}
				
				#idArrows {width:400px;}
				
				#idClickGallery .clsGalleryWrapper ul.clsGallery li img{
				border:7px solid #c9bb7f;
				}
				
				 ul.clsGallery li .clsImageText {
					position:absolute;
					z-index:9999;
					top:0px;
					color:#fff;
					left:0;
					font-weight:bold;
					font-size:1em;
					padding:5px 5px 0px 10px;					
					/*background-color:#c9bb7f;*/
					width:399px;
					height:20px;
				}
