/* Screen */

#screen{
	position:relative;
	height:370px;
	width:600px;
	margin-top:20px;
	margin-left:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
	border-style: hidden;
	border-width: 0px;
	outline-style: none;
	display: block;
}


/* Sections */

#sections{
	overflow:hidden;
	width:500px;
	height:370px;
	clear:left;
	margin-left:50px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-style: hidden;
	border-width: 0px; 
	padding: 0px;
	outline-style: none; 
	display: block;
}

#sections ul{
	width:9999px;
	list-style-type: none;
	padding:0px;
	border-style: hidden;
	border-width: 0px; 
	margin: 0px;
	display: block;
}

#sections li{
	float:left;
	padding:0px;
	border-style: hidden;
	border-width: 0px; 
	margin: 0px;
	display: block;
}

#sections li.fallen{
	margin-top:370px;
}


/* Panel */

.panel{
	width: 500px;
	height: 370px;
	left: 50px;
	top: 0px;
}


/* Buttons */

#screen .prev {
	position:absolute;
	top:169px;
	border-width: 0px;
	left: 0px;
	width: 32px;
	height: 36px;
	cursor:pointer;
}

#screen .next {
	position:absolute;
	top:169px;
	border-width: 0px;
	right: 0px;
	width: 32px;
	height: 36px;
	cursor:pointer;
}

#screen .up {
	position:absolute;
	top:0px;
	border-width: 0px;
	left: 0px;
	width: 32px;
	height: 36px;
	cursor:pointer;
}

#screen .down {
	position:absolute;
	top:169px;
	border-width: 0px;
	right: 0px;
	width: 32px;
	height: 36px;
	cursor:pointer;
}





/* Frame */

#screen .frame-left {
	position: absolute;
	top:0px;
	left:42px;
}

#screen .frame-right {
	position: absolute;
	top:0px;
	left:550px;
}