body {
	margin:0;
	padding:0;
	background-color:F2F2F2;
}

img {
	border:none;
}

#credits{
	position:absolute;
	color:#B0B0B0;
	font-family: Helvetica;
	font-size:10px;
	bottom: 5px;
	right:10px;
	border-top-width: 1px;
	margin:0;
}
a {
	color:#B0B0B0;
}
a:hover {
	color: #777777;
}


#master {
	position: absolute;
	margin-top: -300px;
	width: 1000px;
	height: 600px;
	margin-left: -500px;
	top: 50%;
	left: 50%
}

.right {
float:right;

}

.left {
float:left;

}

.main {
	width: 1000px;
	height: 600px;
	position:relative;
	left:0;
	top:0;
}


.main .text {
	width:400px;
	height:600px;
	position:absolute;
	top:0;
	left:0;
}

#image {
	width:600px;
	height:600px;
	left:400px;
	top:0;
	position:absolute;
	
}

.mask{
	position:relative;
	width:400px;
	height:600px;
	overflow:hidden;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
}

#slideshow-container {
	position:absolute;
	width:400px;
	height:600px;
	left:0;
}

