
.newsupdate {
	height: 101px;
	width: 249px;

	margin-bottom: 5px;

	overflow: hidden;

	display: block;

	position: relative;

}

	.newsupdate:hover {
		text-decoration: none;
	}

	.newsupdate_left {
		height: 101px;
		width: 236px;

		position: absolute;
		top: 0px;
		left: 0px;

		overflow: hidden;

		cursor: pointer;

	}

		.newsupdate_text {
			padding-top: 19px;
			padding-left: 9px;
			padding-right: 17px;
			padding-bottom: 17px;
		}

			.newsupdate_headline {
				font-size: 11px;
				color: #000000;

				line-height: 16px;

			}

			.newsupdate_copy {
				font-size: 10px;
				color: #646464;

				line-height: 16px;
			}

	.newsupdate_right {
		height: 101px;
		width: 10px;



		position: absolute;
		top: 0px;
		left: 239px;

		cursor: pointer;
	}


	#newsupdate_1 {

	}

		#newsupdate_1 .newsupdate_left {
			background-color: #e6e6e6;
		}

		#newsupdate_1 .newsupdate_right {
			background-color: #e6e6e6;
			background-image: url(../images/newsupdate_arrow.gif);
		}

	#newsupdate_2 {

	}

		#newsupdate_2 .newsupdate_left {
			background-color: #f5f5f5;
		}

		#newsupdate_2 .newsupdate_right {
			background-color: #f5f5f5;
		}

	#newsupdate_3 {

	}
		#newsupdate_3 .newsupdate_left {
			background-color: #e6e6e6;
		}

		#newsupdate_3 .newsupdate_right {
			background-color: #e6e6e6;
		}


