		div.FrontPageHeader{
			background-color:#E50005;
	
			-webkit-border-top-right-radius:20px;
			-khtml-border-radius-topright:20px;
			-moz-border-radius-topright:20px;
			
			width:800px;
			float:left;
			margin:0px;
			}
			
		div.FrontPageHeader a,img{text-decoration:none;
		border:none;}
		
		div.FrontPageSlideshow {
			width:800px;
			height:490px;		
		}

		/* container for the scrollable items */
		div.FrontPageSlideshow div.FrontPageArticles {
			height:490px;	
			float:left;
			width:800px;
			padding:0px;
		}
		
		/* single item */
		div.FrontPageArticles div {
			display:block;
			width:800px;
			height:490px;
			text-decoration:none;
			text-align:center;
			cursor:pointer;
		}
		
		div.FrontPageArticles a {
			float:left;
			padding-left:0px;
			padding-right:0px;			
			margin-right:0px;		
		}
		
		div.FrontPageControl {
			height:30px;
			width:800px;
			position:absolute;
			margin-top:-45px;
		}
		
		div.FrontPageControl div.items {
			height:25px;
			float:left;
		}
		
		div.FrontPageControl div.items a {
			background:#AAA;
			color:#333;
			border: #C60008 solid 2px;
			float:left;
			font-size:16px;
			font-weight:bold;
			margin-left:5px;
			padding-top:5px;
			text-decoration:none;
			text-align:center;
			width:25px;
			height:20px;
			-webkit-border-radius:8px;
			-khtml-border-radius:8px;
			-moz-border-radius:8px;
		}
		
		div.FrontPageControl div.items a:hover {
			background:#FFF;
			color:#000;
		}
		
		div.FrontPageControl div.items li{
			background:#FFF;
			color:#000;
		}
		
		div.FrontPageControl div.items li.active{
			background:#FFF;
			color:#000;
		}
		
		.FrontPageTitle
		{
			margin:0px;
			padding:2px;
			color:#FFF;
			font-size:12pt;
			font-weight:bold;
			text-align:left;
		}
		
		.FrontPageTitle a
		{
			color:#FFF;
			font-size:12pt;
			font-weight:bold;
			text-align:left;
			text-decoration:none;
		}
		
		p.FrontPageType
		{
			margin:0px;
			padding:2px;
			color:#BBB;
			font-size:10pt;
			font-weight:bold;
			text-align:left;
			letter-spacing:2pt;
		}
		
		div.FrontPagePlay {
			background:#AAA;
			color:#333;
			border: #C60008 solid 2px;
			float:left;
			font-size:16px;
			font-weight:bold;
			margin-left:5px;
			margin-top:-5px;
			padding-top:5px;
			text-decoration:none;
			text-align:center;
			width:30px;
			height:25px;
			-webkit-border-radius:8px;
			-khtml-border-radius:8px;
			-moz-border-radius:8px;
		}
