

.next, .prev{
	cursor:pointer;
}

#screen{
	position:relative;
	/*height:425px;*/
	width:535px;
	margin-top:20px;
	clear:both;
}
	#screen .next, #screen .prev{
		/*position:absolute;*/
		/*top:200px;*/
	}
	#screen .prev{
		left:2px;
	}
	#screen .next{
		right:1px;
	}
	#navigation{
		width:535px;
		text-align:left;
		/*margin-left:10px;*/
        margin-left:0px;
        text-align: left;
	}
		#navigation ul{
			list-style:none;
			padding: 0px;
			margin: 0px;
		}
			#navigation li{
				/*padding:10px 20px 10px 10px;*/
				/*background-color:#EDEDED;*/
				/*border-bottom: 1px dotted;*/
			}
				#navigation a{
					/*color:#933;
					font-weight:bolder;
					text-decoration:none;*/
				}
				.dateNews {
                    font-size: 0.7em;
                    color: Gray;				
				}
	
#sections{
	overflow:hidden;
	background-color:white;
	width:535px;
	/*height:369px;*/
	clear:left;
	text-align: center;
	margin-left: 5px;
}
	
	#sections ul{
		width:3660px;
		list-style:none;
	}
	
		#sections li{
			float:left;
			/*padding:11px 30px;*/
			padding:0px 5px;
			text-indent: 0px;
			width:525px;
		}
			#sections li.fallen{
				margin-top:369px;
			}
			
			#sections p{
				width:525px;
				margin-left: 0px;
				margin-right: 0px;
				/*margin:0px 0;
				font-size:85%;
				line-height:1.4em;
				*/
			}
			
			#sections h4{
				font-weight: bold;
				border-bottom: 1px dotted;
			    border-bottom-color: #303B41;
			    /*background-color: rgb(224,224,224);*/
			    background-color:#EDEDED;
				margin:0px 0pt;
			}
			#sections a{
			/*
				color:#777;
				font-weight:bolder;
				text-decoration:none;
				*/
			}

