/* 	[ 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;
	}

/* === [ Left Hand Container ] === */
	#cLS .BannerRandom {
	}

/* === [ Right Hand Container ] === */
	#cRS .BannerRandom {
	}
/* === [ Banner Container ] === */
	#cB .BannerRandom {
		height: 288px; 
		overflow: hidden; 
		background: #333333 url(/Templates/JonnyReid/_images/random-banner-back.jpg);
	}
	#cB .BannerRandom img {
		padding-top: 35px; 
		padding-left: 164px; 
		width: 636px; 
		height: 217px; 
		overflow: hidden;
	}
	
