/* -----[ 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;
		text-align: center;
		clear: both;
		display: block;
	}

/* === [ Left Hand Container ] === */
	#cLS .BannerRandom {
	}

/* === [ Right Hand Container ] === */
	#cRS .BannerRandom {
	}

/* === [ Banner Container ] === */
	#cB .BannerRandom {
	}
/* === [ Banner Container ] === */
	#cS .BannerRandom {
		text-align: right;
	}
