.next, .prev {
    cursor: pointer;
}
#screen {
    margin-top: 40px;
    position: relative;
    width: 882px;
}
#screen .next, #screen .prev {
    position: absolute;
    top: 250px;
}
#screen .prev {
    left: 10px;
}
#screen .next {
    right: 10px;
}
#navigation {
    text-align: center;
    width: 882px;
}
#navigation ul li a:link {
    color: #3399CC;
    text-decoration: none;
}
#navigation ul li a:visited {
    color: #3399CC;
}
#navigation ul li a:hover {
    color: #CCFFFF;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation li {
	background-color: #000;
	border: thin solid #333333;
	display: inline-block;
	list-style-type: none;
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#sections {
    clear: left;
    overflow: hidden;
    width: 882px;
}
#sections ul {
    width: 6500px;
}
#sections li {
    float: left;
    list-style-type: none;
    margin-right: 80px;
    width: 882px;
}
#sections img {
    border: thin solid #333333;
    text-align: center;
}
