
.boxgrid { 
	width: 150px;
	height: 148px;
	float: left;
	background: #161613;
	overflow: hidden;
	position: relative;
	display: block;
}
.boxgrid img{ 
	position: absolute;
	width: 150px;
	height: 148px;
	top: 0; 
	left: 0; 
	border: 0; 
}
	
.boxcaption{ 
	float: left; 
	position: absolute;
	top: 112px;
	xtop: 101px;
	left: 0;
	z-index: 2;
	background: #000;
	height: 148px;
	width: 130px;
	padding: 5px 10px 5px 10px;
	color: #fff;
	opacity: .85;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
			
.boxcaption h3 {
	color: #fff;
	line-height: 13px;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 5px;
}
.boxcaption h3 a {
	color: #fff;
	display: block;
}
.boxcaption h3.singlerow {
	line-height: 26px;
	xline-height: 40px;
}
.boxcaption ul, .boxcaption ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 15px;
	width: 130px;
}
.boxcaption li a {
	display: block;
	color: #fff;
	font-size: 10px;
	background: url(_Images/arrow_white.gif) no-repeat 4px 6px;
	padding-left: 15px;
	line-height: 15px;
	text-decoration: none;
	width: 130px;
}
.boxcaption li a:hover {
	text-decoration: underline;
}

/*
#rolluiken-rolhekken {
	position: absolute;
	width: 150px;
	height: 148px;
	top: 0; 
	left: 0; 
	border: 0; 
	z-index: 1;
}
*/

/* Z-index of #mask must lower than #boxes .window */
.close {
	float: right;
	font-weight: bold;
}
#mask {
  position: absolute;
  z-index: 9000;
  background-color: #fff;
  display: none;
}
.window {
  position: absolute;
  display: none;
  z-index: 9999;
  padding: 15px;
  background: #000;	
}
.window { 
	background: #000;
	color: #fff;
	opacity: .90;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}	
.window h3 {
	color: #fff;
	line-height: 13px;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 5px;
}
.window h3 a {
	color: #fff;
	display: block;
}
.window ul, .window ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 15px;
}
.window li a {
	display: block;
	color: #fff;
	font-size: 10px;
	background: url(_Images/arrow_white.gif) no-repeat 4px 6px;
	padding-left: 15px;
	line-height: 15px;
	text-decoration: none;
}
.window li a:hover {
	text-decoration: underline;
}