body {padding:0; margin:0; }
ul, li, h4, h3, h2, h1, p{
padding:0;
margin:0;
list-style:none;
font-family:Arial, Helvetica, sans-serif;
}

.next, .prev{cursor:pointer;}

#screen{
position:relative;
height:370px;
width:658px;
background:#222;
font-size:11px;
}

#screen .next, #screen .prev {position:absolute; top:320px;}
#screen .prev {left:0px;}
#screen .next {right:0px;}

#sections{
overflow:hidden;
background:#000;
width:658px;
height:370px;
clear:left;
}

/* Increase width as necessary, when adding new items */
#sections ul{width:4000px;}

#sections li{float:left; padding:11px 5px 0 5px; color:#B9ACA3; text-align:center;}
#sections p{
width:570px;
margin:16px 0;
font-size:11px;
line-height:1.4em;
color:#666;
font-family:Arial, Helvetica, sans-serif;
}
			
#sections h2{color:#990000; margin:0px; text-align:center; font-size:14px;}

#sections td {text-align:center; color:#B9ACA3; padding:6px;}
#sections td img {border:#333333 1px solid; margin:0 0 5px 0;}	

#sections a{
background: #222;
color:#999;
font-size:10px;
border:#333 0px solid;
display:inline;
text-decoration:none;
padding:1px;
margin:5px 2px 5px 2px;
line-height:18px;
}

#sections a:hover{
background: #555;
color:#fff;
text-decoration:none;
}
	
#sections .embed-code {
background: #222;
color:#999;
font-size:10px;
border:#333 1px solid;
width:400px;
} 