/*
Bildgalleri
*/

select.imageselect {
margin: 10px 0px 0px 0px;
font-family: tahoma, arial;
font-size: 11px;
font-weight: normal;
}

div.gallery-bg, div#imgGalleryThumbsBox {
/*background: #fff;*/
width: 355px;
float: right;
}
div#imgGalleryThumbsBox {
}


table.gallery {
width: 100%;
border-collapse: collapse;
padding: 0px;
border: 1px solid #ff0000;
border: none;
}

td.gallery {
text-align: center;
}

image.gallery {
border: none;
}

p.v-space {
display: block;
margin: 40px;
}

/*
Bildgalleri popup
*/

body.imageview {
background: #e5e5e5;
margin: 0px;
padding: 0px;
}

div.navbar {
	display: none;
}

a.imagenav {
color: #fff;
}


/*
Bildgalleri modul
*/
DIV#imgHolder {
	display: none;
}

IMG.imgGalleryThumb {
	width: 100px;
	border: 2px solid #989898;
	margin: 3px;
	float: left;
	cursor: pointer;
}

DIV#imageFolderBox {
	float: right;
	margin: 0px 0px 0px 0px;
}

H1.imgGalleryHeader {
	float: left;
	margin: 0px 0px 0px 0px
}


DIV#imgGalleryNavBox {
	color: #000;
	padding-right: 20px;
	text-align: right;
}
A.imgGalleryNavLink, A.imgGalleryNavLink-selected {
	text-align: right;
	font-size: 11px;
	width: 15px;
	height: 20px;
	padding: 3px;
	color: #000;
	background: #fff;	
	margin: 2px;
	border: 1px solid #BABABA;
}
A.imgGalleryNavLink-selected {
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	color: #fff;
	width: 15px;
	height: 20px;
	padding: 3px;
	background: #656565;
	border: 1px solid #ffffff;
}

