﻿body {
}
.gallery {
	overflow: hidden;
	width: 760px;
	height: 570px;
	position: relative;
}

.galleryImages {
	position: relative;
	float: left;
	
}

.galleryImages .image {
	float: left;
	width: 760px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	
}

.galleryImages .image p {
	margin: 0;
	padding: 0;
	color: black;
	width: 760px;
}

.galleryImages .image img {
	margin: 0;
	padding: 0;
	display: block;
}

.galleryImages .image p.text {
	padding: 5px 10px;
	height: 40px;
	width: 470px;
}

.galleryPrev, .galleryNext {
	width: 380px;
	position: absolute;
	height: 570px;
	top: 0;
	z-index: 1000;
	background-image: url(../images/trans.gif);
}

.galleryPrev:hover, .galleryNext:hover {
	border: none;
	outline: none;
}

.gallery a:hover, .gallery a:active, .gallery a:focus 
{
	border: none;
	outline: none;
}

.gallery a span {
	display: none;
}

.galleryPrev {
	left: 0;
	width:380px;
	background-image: url(../images/tilbake.gif);
}

.galleryNext {
	left: 380px;
	text-align: right;
	background-image: url(../images/neste.gif);
}

.galleryPrev:hover {
	background-image: url(../images/tilbake.gif);
}

.galleryNext:hover {
	background-image: url(../images/neste.gif);
}
