/* 	[ 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;
		clear: both;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}
	.BannerRandom img {
		display: block;
		margin: 0px 0px 0px 0px;
	}

/* === [ Bottom Container ] === */
	#cTL .BannerRandom {
		clear: none;
		float: left;
		width: auto;
		padding-left: 18px;
	}
		* html #cTL .BannerRandom {
			display: inline;
			clear: none;
			height: 96px;
		}
		* html #cTL .BannerRandom img {
			display: inline;
		}



/* === [ Left Hand Container ] === */
	#cLS .BannerRandom {
	}

/* === [ Right Hand Container ] === */
	#cRS .BannerRandom {
	}

