a#xr1200x:link,
a#xr1200x:visited {
	background: url("/a/img/global/xr1200xHome.jpg") no-repeat top left;
	width: 560px;
	height: 362px;
	float: left;
}

a#xr1200x:hover,
a#xr1200x:active {
	background: url("/a/img/global/xr1200xHome.jpg") no-repeat bottom left;
}

a#xr1200:link,
a#xr1200:visited {
	background: url("/a/img/global/xr1200Home.jpg") no-repeat top left;
	width: 382px;
	height: 362px;
	float: right;
}

a#xr1200:hover,
a#xr1200:active {
	background: url("/a/img/global/xr1200Home.jpg") no-repeat bottom left;
}


/*--------------------------------------------------*/
/* XR1200 Homepage                                  */


	#overlayContainer {
		clear: both;
/*		position: relative;*/
		
		background: url("/a/img/global/bikesHome.jpg") no-repeat top left;
		margin: 0 10px 10px 10px;
		height: 128px;
		height: auto !important;
		min-height: 128px;
	}

	#overlay {
/*		width: 500px;*/
/*		z-index: 11;*/
/*
		background: #000;
		margin:  0 10px 430px;
		padding-bottom: 10px !important;
		padding: 5px 10px 0;*/

/*
		position: absolute;
		top: -205px;
		right: 0;*/

		float: right;
	}

	/*--------------------------------------------------*/
	/* The News                                         */

		#theNews {
			float: right;
			width: 320px;
			font-size: 1.2em;
		}

			#theNews h4 a {
				display: block;
				margin: 0 0 10px;
				color:#cd1316;	
				text-decoration:none;
			}

			#theNews ul {
				list-style-type: none;
				padding: 0;
			}

				#theNews ul li {
					clear: both;
					margin: 0 0 10px 0;
				}

				#theNews ul li a {
					height: 19px;
					height: auto !important;
					min-height: 19px;
					color: #777;
					background: url("../../img/global/homeNewsArrow.gif") no-repeat top left;
					padding: 0 0 0 15px;
					display: block;
					text-decoration: none;
				}

					#theNews ul li a:hover {
						color: #cd1316;
					}