/* -----[ CUSTOM CODE ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.
		Prefix with Continer ID to apply style to individual containers.
*/

/* === [ GLOBAL STYLE ] === */

	.CustomCode {
		position: relative;
		clear: both;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}

/* === [ Left Hand Container ] === */
	#cLS .CustomCode {
		padding: 0px 0 0 8px;
	}

/* === [ Right Hand Container ] === */
	#cRS .CustomCode {
	}

#ctl00_cPC_ctl00_cPC_ContainerHolder_5421_ctl00_divPageList .ListThumbnail {
border-style:double;
}

/**** Homepage Hero Banner ****/
.home-hero-banner { background-color: #000000; border-bottom: #cccccc; width: 725px;}
.home-hero-banner #panelContainer { 
	width: 725px;
	height: 163px;
	overflow: hidden;
	border:0 none; 
	margin: 0 0; 
	padding: 0 0; 
	position: relative;
} 
.home-hero-banner #panelContainer .tab_content { position: absolute; top: 0; left: 0; }
.home-hero-banner #pausePlay { float: right; }
.home-hero-banner ul#tabContainer { margin: 0; padding: 0; }
	.home-hero-banner ul#tabContainer li {
		list-style-image: none;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.home-hero-banner ul#tabContainer li a {
		color: #666666;
		display: block;
		padding: 3px 17px;
		text-decoration: none;
	}
	.home-hero-banner ul#tabContainer li a,.home-hero-banner ul#tabContainer li a:hover,.home-hero-banner ul#tabContainer li a span,.home-hero-banner ul#tabContainer li a span:hover { cursor: pointer; }
	.home-hero-banner ul#tabContainer li a.tabs_on { color: #ffffff; }
	.home-hero-banner ul#tabContainer li a span { 
		background: none; 
		font-size: 115%;
		padding: 0;
		width: auto;
		color: #666666;
		display: inherit;
	}
	.home-hero-banner ul#tabContainer li a.tabs_on span { color: #ffffff; }
