/*
	Copyright Fabien Schwartz 2010
	http://www.fabienschwartz.ch
*/

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: black;
	background-color: white;
	height: 100%;
	margin: 0;
	padding: 0;
}

.hidden {
	display: none;
}

#leftBox {
	position: absolute;
	left: 40px;
	top: 50px;
	text-align: right;
}

#leftBox p {
	position: relative;
}

#leftBox a {
	color: grey;
	text-decoration: none;
}

#leftBox a:hover {
	color: black;
	text-decoration: none;
}

#mainBox {
	position: absolute;
	left: 270px;
	top: 50px;
	width: 600px;
	height: 650px;
	overflow: hidden;
}

#mainBox p {
	margin: 0px;
	margin-top: 10px;
	white-space:nowrap
}

.mainImg {
	margin-top: 12px;
}

.imageBox {
	width: 700px;	
	float: left;
}

#imageSlide {
	position: absolute;
	left: 0px;
	height: 630px;
}

#mainBox a {
	color: #AAA;
	text-decoration: none;
	border-style:none;
	border: none;
	outline: none;	
}

a:focus {
	outline: none;	
}

#mainBox img {
	border-style:none;
	border: none;
}

#mainBox a:hover {
	color: #AAA;
	text-decoration: none;
}

#mainBox a:visited {
	color: #AAA;
	text-decoration: none;
}

#leftBox img {
	border: none;
	border-style: none;	
}

#infoButton span {
	vertical-align: top;
	visibility: hidden;		
}

#infoButton:hover span {
	visibility: visible; 
}

#series {
	line-height: 13px;
}

#series p {
	
	margin: 0;
	margin-top: 8px;
}