/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ 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;
		display: block;
		margin: 0px 0px 10px 0px;
		padding: 0px;
		text-align: center;
		clear: both;
	}
	
	#cSWrapper .BannerRandom {
		position: relative;
		margin: 6px 0px 5px 6px;
		padding: 0px;
		text-align: left;
		clear: both;
	}
	#cSWrapper .BannerRandom img {
		display: block;
	}

/* === [ Left Hand Container ] === */
	#cLS .BannerRandom {
	}

/* === [ Right Hand Container ] === */
	#cRS .BannerRandom {
	}
	
	/* === [ Right Hand Container ] === */
	#cTL .BannerRandom {
		margin: 10px 0 10px 0;
		text-align: left;
	}


