/* example_3 css */
#example_3 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 320px; /* important */
	height: 160px; /* important */
	margin: 0 20px 0 20px;
	padding-bottom: 10px;
	font-size:90%;
}

#example_3_frame {
position: relative;
background:url(/Images/tile_news_nav.png) repeat-x;
height:22px;
width: 350px;
text-align:center;
}

#example_3_frame a,
#example_3_frame a:visited {
color: #fff;
}

#example_3_previous {
float: left;
}

#example_3_next {
float: right;
}

#example_3_content {
	position: absolute;
	top: 0;
	left: 0;
}

#example_3_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#example_3_content {
		width: 5000px;
	}
	
#example_3 ul li {
		display: block;
		float: left;
		margin: 0;
		padding: 12px;
	}

#example_3 ul li img {
	display: block;
}

.example_3_item {
color:#FFFFFF;
}

.example_3_item a {
color:#fff;
font-weight:normal;
font-size: 90%;
}

li.example_3_item a img { 
	border:none !important;
	}


