/* Start of CMSMS style sheet 'Galleri' */
.albumlist
{
	margin-left:0;
	padding-left:0;
}


.thickbox { margin:0; }
/* Picture List UL */
div.galleri ul.picturelist
{
	margin:0;
	padding:0;
text-align: center;

}


.thumb
{
	padding:0;
	margin:0;
/* Thumbnail spacing */
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
}

img.billede { margin: 0 12px 12px 0px;}
.thumb a
{
	clear:both;
display:block;
	/* Thumb padding to form thumb frame */
	margin:0;
	background-color:white;
/*Background of thumb */
	border-top:1px solid #eee;
/* Borders of thumb frame */
	border-right:0px solid #ccc;
	border-bottom:0px solid #ccc;
	border-left:0px solid #eee;
	text-decoration:none;
}


/* Styling of text and navigation for Album */
.albumname
{
	font-size:smaller;
	text-align:center;
	font-weight:bold;
	font-style:normal;
}

.albumpicturecount
{
	font-size:smaller;
	text-align:center;
	font-weight:normal;
	font-style:italic;
}

.albumcomment
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
}

.albumnav
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
}

.instructiontext
{
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
	font-style:italic;
}

/* Big Picture */
.bigpicture
{
	padding:0.5em 0 0;
	clear:left;
	border-top:1px solid #ccc;
	text-align:center;
}

.bigpicturecaption
{
/* Big picture caption */
	text-align:center;
	margin:0 0 5px;
	padding:0;
}

.bigpicture img
{
/* Big picture settings */
	padding:18px;
/* Image padding to form photo frame. */
	width:80%;
/* Width of big picture - set to auto for actual width*/
	margin:0;
	background-color:white;
	text-decoration:none;
}

.bigpicturenav
{
	margin:0;
	padding:0;
	color:#000;
	font-size:smaller;
	line-height:normal;
}

/*Thickbox CSS */
#TB_window {
  font: 14px Arial, Helvetica, sans-serif;
  color: #000000;
}
#TB_secondLine {
  font: 12px Arial, Helvetica, sans-serif;
  color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: red;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}


#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#fff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 1px solid #ccc;
	text-align:left;

}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border: none;
}

#TB_caption{
  
  padding:3px 30px 10px 25px;
  float:left;
}

#TB_closeWindow{
  height:25px;
  padding:11px 12px 10px 0;
  float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:10px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	border:none;
	clear:both;
}

#TB_closeWindow a, #TB_closeWindow a:link, #TB_closeWindow a:visited {
	color: #000;
	background: #fff;
	text-decoration: underline;
	padding:2px 5px 2px 5px;
	}

#TB_closeWindow a:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
	padding:4px 5px 4px 5px;
	}
#TB_closeWindow a:active{
	color: #ccc;
	background: #fff;
	text-decoration: none;
	padding:2px 5px 2px 5px;
	}

div.galleri { width: 212px; float: left; text-align: left; margin: 4px 0 0 -30px; padding: 0px 0px 20px 0px; }


/* Album and Picture Lists */
div.galleri .thumb {margin: 0;  }

div.galleri li.thumb a img { margin: 0px; padding: 0px;  }
div.galleri .thumb a
{
	clear:both;
display:block;
	height:100%; 
/* Set link formatting*/
	
/* Thumb width*/ 
/* Thumb height*/
	padding:0px;
/* Thumb padding to form thumb frame */
	margin:24px 12px 0px 0px;
	background-color:white;
/text-decoration:none;
border: none;
}

/* End of 'Galleri' */

