/* -----[ 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;
	}

/* === [ Left Hand Container ] === */
	#cLS .BannerRandom {
	}

/* === [ Right Hand Container ] === */
	#cRS .BannerRandom {
	}

/* === [ Right Hand Container ] === */
	#cS .BannerRandom {
		background: #FFFFFF url(../../Templates/_images/back_cB.jpg);
		background-position: top left;
		background-repeat:repeat-x;
		text-align: left;
	}
/* === [ Primary Container Container ] === */
	#cPC .BannerRandom {
		margin: 0px 0px 20px 0px;
	}
