
* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

#container {
	position: absolute;
	width: 220px;
	height: 45px;
	left: 50%;
	top: 50%;
	margin-left: -110px;
	margin-top: -123px; /* ### Ska vara 23px när ej 'under contruction' */
	font: normal 16px 'courier new',courier,arial,sans-serif;
	letter-spacing: -0.8px;
	text-align: center;
}

#main {
	position: absolute;
	width: 752px;
	height: 500px;
	left: 50%;
	top: 50%;
	margin-left: -376px;
	margin-top: -250px;
}

#main_img {
	width: 752px;
	height: 425px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
}

#menu {
	margin-top: 5px;
}

ul {
	float: right;
	list-style-type: none;
}

#menu li {
	float: left;
	vertical-align: bottom;
	margin: 0px 0px 0px 6px;
}

#thumbs li {
	float: left;
	margin: 0px 0px 0px 4px;
}

#leftArrow {
	position: absolute;
	width: 33px;
	height: 35px;
	left: 50%;
	top: 50%;
	margin-left: -424px;
	margin-top: -55px;
}

#rightArrow {
	position: absolute;
	width: 33px;
	height: 35px;
	left: 50%;
	top: 50%;
	margin-left: 391px;
	margin-top: -55px;
}