body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 160%;
	color: #DFDFDF;
	text-shadow: 0px 1px 1px #000;
}

.copy a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B6CE88;
	text-decoration: none;
}

.copy a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E2FFAD;
	text-decoration: none;
}

h1 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 37px;
	font-weight:bold;
	color: #DDDDDD;
	line-height: 120%;
	margin-top:0;
	margin-bottom:18px;
	text-shadow: 0px 2px 2px #000;
}

a.button {
	background: url(img/button.png) no-repeat 0 0;
	width: 372px;
	height: 57px;
	display: block;
	text-indent: -9999px;
}

a.button:hover { background-position: 0 -57px; }

a.button:active { background-position: 0 -114px; }

.div {
background-image:url(img/bg-box.png);
background-repeat:no-repeat;
width:450px;
height:560px;
margin: auto;
margin-top: 70px;
}

.share {
height:84px;
width:84px;
position:absolute;
right:0;
bottom:0;
}

.content {
position:relative;
padding:40px;
}

.button {
margin-top:30px;
}

/* Lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
	
#lightbox img{ width: auto; height: auto;}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
/*	
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 15% no-repeat; }
Visa alltid pilarna
*/
#prevLink { left: 0; float: left; background: url(img/prev.png) left 50% no-repeat; }
#nextLink { right: 0; float: right; background: url(img/next.png) right 50% no-repeat; }

#imageDataContainer{
	font: 12px Helvetica, Arial, Verdana,  sans-serif;
	color: #666666;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; padding-bottom: 1.0em; padding-left: 0.5em; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color: #999999;	}			
#imageData #bottomNavClose{ width: 30px; float: right;  padding-bottom: 1.0em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000000;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

