﻿body
{
	background: #000;
	color: white;
	font-family: helvetica;
	margin: 50px 0 0 0;
}
#wrap {
	width: 800px;
	height: 450px;
	margin: -225px 0 0 -400px;
	top: 50%;
	left: 50%;
	position: absolute;
	
}


.hidden
{
	display: none;
	float: left;
}
#slides {
	text-align: center;
	float: left;
	width: auto;
}

#prevNext
{
	width: 100px;
	float: left;
	margin: 220px 0 0 0;
}
#prevNext img
{
	z-index: 2;
	position: relative;
}
#prevNext2 {
	width: 70px;
	float: right;
	text-align: right;
	margin: 220px 0 0 0;
}
#hemsida {
	float: left;
	height: 20px;
	width: 800px;
	text-align: center;
	padding: 10px 0 0 0;
	font-size: 12px;
}
