﻿/**
* @file: highslide.css 
* @version: 4.1.13
*/

.highslide-container div
	{
	margin: 0;
	}

.highslide-container table
	{
	background: none;
	table-layout: auto;
	}

.highslide
	{
	outline: none;
	text-decoration: none;
	}

/* tumnagel */
	
.highslide img
	{
	border: 1px solid transparent;
	}

.highslide:hover img
	{
	border: 1px dotted #009900;
	background: transparent;
	}

.highslide-active-anchor img
	{
	visibility: hidden;
	}

.highslide-gallery .highslide-active-anchor img
	{
	border-color: black;
	visibility: visible;
	/* cursor: default; */
	}
	
/* ram runt öppnad bild */

.highslide-image
	{
	border: 4px solid #ffffff;
	padding: 0;
	}

.highslide-wrapper, .highslide-outline
	{
	background: #ffffff;
	}

.glossy-dark
	{
	background: #111;
	}

.highslide-image-blur
	{
	}

/* bildtext */

.highslide-caption
	{
	display: none;
	/* max-width: 900px; */
	margin: 0;
	padding: 1em 2em 1em 2em;
	}
	
.highslide-caption p
	{
	font-family: roboto mono, helvetica, arial, sans-serif;
	font-size: 0.8em;
	font-weight: 300;
	line-height: 1.4em;
	color: #333333;
	margin: 0;
	padding: 0;	
	}

/* backgrund runt bildblock */

.highslide-dimming
	{
	background: #000000;
	}

a.highslide-full-expand
	{
	background: url(../bilder/highslide_galleri/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
	}

.highslide-loading
	{
	display: block;
	font-family: roboto mono, helvetica, arial, sans-serif;
	font-size: 0.8em;
	font-weight: 300;
	line-height: 1.4em;
	color: #333333;
	text-decoration: none;
	padding: 4px;
	border: 1px dotted #000000;
	background-color: #ffffff;
	padding-left: 22px;
	background-image: url(../bilder/highslide/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	}
	
/* cred */

a.highslide-credits, a.highslide-credits i
	{
	font-family: roboto mono, verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-shadow: 0px 0px 4px #ffffff;
	text-decoration: none;
	padding: 0.4em 0 0 1.2em;
	margin: 0;
	}

a.highslide-credits:hover, a.highslide-credits:hover i
	{
	color: #0089c2;
	}

.highslide-move, .highslide-move *
	{
	cursor: move;
	}

.highslide-viewport
	{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
	}

.highslide-overlay
	{
	display: none;
	}

.hidden-container
	{
	display: none;
	}

/* navigering */

.highslide-controls
	{
	width: 195px;
	height: 40px;
	background: url(../bilder/highslide/controlbar-white.gif) 0 -90px no-repeat;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0;
	padding: 0 15px 0 0;
	}

.highslide-controls ul
	{
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../bilder/highslide/controlbar-white.gif) right -90px no-repeat;
	}

.highslide-controls li
	{
	float: left;
	padding: 5px 0;
	margin: 0;
	list-style: none;
	}

.highslide-controls a
	{
	background-image: url(../bilder/highslide/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
	}

.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}

/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */

.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}