ul, li, h4, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}

.next, .prev{
	cursor:pointer;
}

#news-ticker{
	width:592px;
	height:240px;
overflow:hidden;
		float: left;
			color: white;
	background-color: #2371B9;
}

#news-ticker div{
		height:240px;
		width:592px;
		padding:0px;
		float: left;
	}
#news-ticker div.first{
			margin-top:0;
		}
	

#ticker-container{
	position:relative;z-index:1;   
	padding-top:0px;
}



    #nav .next, #nav .prev{
		position:absolute;
		top:197px;
	}
	#nav .prev{
		left:534px;
	}
	#nav .next{
		left:557px;
	}
