/* START - CSS för slideshow */
#slideshow{
	background-image: url(../images/slideshow.png);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	height: 352px;
	width: 960px;
	padding: 12px;
	margin: auto;
	float: none;
}
#slideshow #previous{
	padding-left: 10px;
	position: absolute;
	height: 59px;
	width: 49px;
	z-index: 20;
	top: 149px;
	left: 8px;
}
#slideshow #next{
	padding-right: 10px;
	position: absolute;
	height: 59px;
	width: 49px;
	z-index: 20;
	top: 149px;
	right: 8px;
}
#slideshow #previous a:link, #slideshow #previous a:visited, #slideshow #next a:link, #slideshow #next a:visited{
	-moz-opacity: 0.50;
	filter:alpha(opacity=50);
	opacity: 0.50;
}
#slideshow #previous a:hover, #slideshow #next a:hover{
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	opacity: 1;
}
#slideshow #mySlides{
	position: absolute;
	height: 333px;
	width: 960px;
	padding: 0px;
	margin: 0px;
	float: left;
	z-index: 10;
}
#slideshow #mySlides div.slide{
	position: absolute;
	overflow: hidden;
	height: 333px;
	width: 960px;
	padding: 0px;
	margin: 0px;
	float: left;
	left: 0;
	top: 0;
}
/* START- Bildslide */
#slideshow #mySlides div.slide img{
	min-width: 960px;
	min-height: 264px;
}
#slideshow #mySlides div.slide p{
	background-image: url(../images/semiblack.png);
	background-repeat: repeat;
	position: absolute;
	font-weight: bold;
	font-size: 25px;
	color: #ffffff;
	padding: 10px;
	bottom: 0px;
	left: 0px;
	width: 960px;
	display: none;
	visibility: hidden;
}
#slideshow #mySlides div.slide:hover p{
	display: block;
	visibility: visible;
}
/* SLUT - Bildslide */
/* START - Dataslide */
#slideshow #mySlides div.dataslide img{
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0, .5);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0, .5);
	-ms-box-shadow: 0px 0px 10px 1px rgba(0,0,0, .5);
	-o-box-shadow: 0px 0px 10px 1px rgba(0,0,0, .5);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0, .5); 
	border: 5px solid #ffffff;
	margin-right: 75px;
	float: right;
	max-width: 300px;
	max-height: 225px;
	min-width: 300px;
	min-height: 225px;
}
#slideshow #mySlides div.dataslide h1{
	margin: 85px 0px 0px 75px;
	font-size: 30px;
	color: #666666;
	width: 450px;
	float: left;
}
#slideshow #mySlides div.dataslide p{
	font-weight: normal;
	margin: 30px 0px 0px 75px;
	font-size: 14px;
	color: #666666;
	padding: 0px;
	float: left;
	width: 450px;
}
/* SLUT - Dataslide */
#slideshow #myController{
	padding: 5px 0px 0px 0px;
	list-style-type: none;
	position: absolute;
	text-align: center;
	list-style: none;
	overflow: hidden;
	padding: 0px;
	bottom: 10px;
	height: 20px;
	z-index: 20;
	margin: 0px;
	width: 960px;
}
#slideshow #myController li{
	display: inline-block;
	overflow: hidden;
	height: 20px;
	padding: 0px;
	margin: 0px;
}
#slideshow #myController li a.jFlowControl:link, #slideshow #myController li a.jFlowControl:visited{
	text-decoration: none;
	cursor: pointer;
	display: block;
	line-height: 16px;
	font-size: 22px;
	float: left;
	height: 20px;
	color: #999999;
}
#slideshow #myController li a.jFlowControl:hover{
	color: #666666;
}
#slideshow #myController li a.jFlowSelected:link, #slideshow #myController li a.jFlowSelected:visited{
	color: #666666;
}
/* SLUT - CSS för slideshow */

/* START - CSS för bildgalleri */
#galleryOverlay{
	background-color: #000000;
	position: fixed;
	cursor: pointer;
	z-index: 9999;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
#galleryCenter, #galleryBottomContainer{
	background-color: #ffffff;
	position: absolute;
	overflow: hidden;
	z-index: 9999;
}
.galleryLoading{
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffffff;
}
#galleryImage{
	background-repeat: no-repeat;
	border: 10px solid #ffffff;
	position: absolute;
	left: 0;
	top: 0;
}
#galleryPrevLink, #galleryNextLink{
	position: absolute;
	display: block;
	outline: none;
	width: 50%;
	top: 0;
}
#galleryPrevLink{
	left: 0;
}
#galleryPrevLink:hover{
	background-image: url(../images/prevlabel.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 15%;
}
#galleryNextLink{
	right: 0;
}
#galleryNextLink:hover{
	background-image: url(../images/nextlabel.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 100% 15%;
}
#galleryBottom{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	border: 10px solid #ffffff;
	border-top-style: none;
	line-height: 14px;
	text-align: left;
	font-size: 10px;
	color: #666666;
}
#galleryCloseLink{
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0px 5px 0px;
	display: block;
	outline: none;
	height: 22px;
	float: right;
	width: 72px;
}
#galleryCaption, #galleryNumber{
	margin-right: 71px;
}
#galleryCaption{
	font-weight: bold;
}
/* Formaterar alla tumnaglar */
#gallery{
	margin: auto;
	width: 100%;
	float: left;
	text-align: center;
}
#gallery a.thumb:link, #gallery a.thumb:visited{
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	margin: 0px 10px 10px 0px;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	color: #000000;
	display: block;
	padding: 5px;
	min-height: 145px;
	width: 130px;
	float: left;
}
#gallery a.thumb:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
#gallery a.thumb:link p, #gallery a.thumb:visited p{
	font-weight: bold;
	overflow: hidden;
	max-width: 130px;
}
#gallery a.thumb:link img, #gallery a.thumb:visited img{
	padding: 0px 0px 5px 0px;
	max-width: 130px;
}
#gallerypagering{
	padding: 10px 0px 10px 0px;
	text-align: center;
	width: 100%;
	float: left;
}
#gallerypagering a.pagering:link, #gallerypagering a.pagering:visited{
	background-color: #e5e5e5;
	border: 1px solid #e5e5e5;
	padding: 1px 5px 1px 5px;
	margin: 0px 5px 0px 0px;
	text-decoration: none;
	color: #000000;
}
#gallerypagering a.pagering:hover{
	background-color: #cccccc;
	border: 1px solid #cccccc;
}
#gallerypagering a.active:link, #gallerypagering a.active:visited{
	background-color: #ffffff;
}
/* SLUT - CSS för bildgalleri */



/**** Isotope Filtering ****/
#gallery-isotope{
	margin: auto;
	width: 100%;
	float: left;
	text-align: center;
}
#gallery-isotope a.images:link, #gallery-isotope a.images:visited{
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	margin: 0px 10px 10px 0px;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	color: #000000;
	display: block;
	padding: 0px;
	width: 140px;
	float: left;
}
#gallery-isotope a.images:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#gallery-isotope a.images img{
	max-width: 100% !important;
}


.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

