/* 	[ 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;
		margin: 0px 0px 2px 0px;
		padding: 0px;
		text-align: center;
		clear: both;
	}
	.BannerRandom img {
	}

/* === [ Left Hand Container ] === */
	#cLS .BannerRandom {
	}

/* === [ Right Hand Container ] === */
	#cRS .BannerRandom {
	}
	
/* === [ Home  Container ] === */
	#cS .BannerRandom {
		margin: 0px 0px 15px 0px;
		border: 1px solid #bad0e6;
		background-image:url(/Templates/_images/back_cB.gif);
		background-repeat: repeat-x;
	}
/* === [ Primary Container ] === */
	#cPC .BannerRandom {
		margin: 22px 0px 10px 0px;
	}
