* {
margin: 0;
padding: 0;

}
body,html {
    
    font-family: Verdana,sans-serif;
    background-color: #fff;
}
h1 {
    font-size: 1.4em;
    color: #008000;
}
a {
    color: #fff;
}
#content{
	
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	
	/*
		background-color: red; 
		border:1px dashed #333;
		text-align: center;
	*/
	
	
	}
#navcontainer{
	padding-top: 1em;
	text-align: center;

	/*
		padding-bottom: 1em;
		background-color: red; 
	*/
	
}

ul.gallery {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
	
}


ul.gallery li {
	
	text-align: center;
	display:inline-block;
	margin-left: 20px;
}


.add_image_admin { 
	font-size: 0.3em;

}

ul.gallery li h2 {
	font-size: 0.5em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 5px;
	/*
	background: #f0f0f0;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
	*/
}
ul.gallery li a {text-decoration: none;  color: #000; }


div.contentImage_center
{
	width:100%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align:center;
	position:relative;
	margin-bottom:30px;
	}
	
div#image_and_arrows{
		margin:0 auto; 
		text-align:center; 
		
}
	
	/*
#previous {
	display: inline-block;
	float: left;
	margin-top: 20%;
	
}

#next 
{
	display: inline-block;
	float:right;
	margin-top: 20%;
	
	
	
}



*/
#next img  { border : none; }
#previous img  { border : none; }


#image_view img { 
text-decoration:none;
 border: none;

}



div#images_in_album{
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

#image_view h2 {
	font-size: 0.5em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 5px;
	/*
	background: #f0f0f0;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
	*/
}



#footer {
	width:560px;
	margin-left:auto;
	margin-right:auto;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-top:50px;
	margin-bottom:50px;
}
#footer a, #uzengia{
	font-size: 0.5em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 5px;
	
	text-decoration: none; 
	color: #000;
	
}

#left_link { 
	float:left;
}
#right_link{ 
	float:right;
}
#footer a:hover{color:#000}

#footer #uzengia{ color: #000; text-decoration: none; text-align:center}

#jalla {
	

}





/*
se denne siden: http://stackoverflow.com/questions/2687816/css-for-toolbar-with-ui-slider-centered-between-left-and-right-buttons
.toolbar #previous {float: left; margin:auto; }
.toolbar #next{float: right; margin:auto; }
.toolbar #image_view {position: relative;}


*/

#home{
	padding-bottom: 20px;
}

.arrows{
	width: 20%;
	text-align: center;

text-align: center;
margin: 0 auto;
	/* The prev/next arrows */
	
	
	/*
	height:70px;
	position: absolute;
	cursor:pointer;
	margin-top: 25%;
	*/
	
	
}

.arrow.left{
	

	width: 80px;

float:left;


  _height: 250px;

}



.arrow.right{ 
	
	width: 80px;
float: right;

	 
  _height: 250px;

}
#image_view { 

display: inline-block;

}



.clear{
	/* This class clears the floats */
	clear:both;
}
.zend_form input, textarea{
	background-color: white;
}

