/* -----[ BANNER RANDOM ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.
		Prefix with Continer ID to apply style to individual containers.
*/

/* === [ GLOBAL STYLE ] === */

	.BannerRandom {
		position: relative;
		margin: 0px;
		padding: 0px;
		clear: both;
	}
	.BannerRandom img {
		display: block;
	}

/* === [ Left Hand Container ] === */
	#cLS .BannerRandom {
		margin: 10px 0px;
	}

/* === [ Right Hand Container ] === */
	#cRS .BannerRandom {
		margin: 10px 0px;
	}
/* === [ Left Hand Container ] === */
	#cTL .BannerRandom {
		margin: 0px 10px;
	}
/* === [ Home TR Container ] === */
	#cTR .BannerRandom {
		clear: none;
		float: left;
		width: 503px;
		height: 325px;
	}


