
/* --------- Kham Film Project - Home -------------*/

	
/* --------- Named Tag Attributes -------------*/
	
	#centerContent {
		width:940px;
		height:320px;
		margin:10px 0px;
		position:relative;
		top:-50px;
		z-index:1;
		cursor:pointer;
	}
	
	#slideshow {
		position:relative;
		height:320px;
		width:940px;
	}
	
	.slideshowItem {
		position:absolute;
		top:0px;
		left:0px;
		height:320px;
		width:940px;
	}
	
	.slideshowItem DIV {
		z-index:8;
	}
	
	#slideshow DIV.active {
		z-index:12;
	}
	
	#slideshow DIV.lastActive {
		z-index:10;
	}
	
	.centerOverlay {
		position:absolute;
		top:0px;
		left:0px;
		height:320px;
		width:940px;
		z-index:14;
	}
	
	#bottomContent {
		width:940px;
		height:auto;
		position:relative;
		top:-50px;
		margin-top:10px;
	}
	
	#bottomLeftContentOuter {
		background:url(../media/homeBottomLeft2.png) no-repeat;
		width:260px;
		height:245px;
		position:relative;
		float:left;
	}
	
	#bottomLeftContent {	
		position: absolute;
		top:0;	
		width: 260px;
		height:205px;
		cursor:pointer;
	}
	
	#bottomLeftContentFade {
		height:40px;
		width:260px;
		position:absolute;
		top:205;
	}
	
	#bottomLeftContentText {
		margin-left:10px;
		width:auto;
	}
	
	#bottomRightContentOuter {
		background:url(../media/homeBottomRight2.png) no-repeat;
		width:670px;
		height:245px;
		position:relative;
		float:left;
		margin-left:10px;
	}
	
	#bottomRightContent {	
		width: 670px;
		height:205px;
		position:absolute;
		top:0;
		margin-left:10px;
		cursor:pointer;
	}
	
	#bottomRightContentFade {
		position:absolute;
		top:205;
		height:40px;
		width:670px;
	}
	
	#bottomRightContentText {
		position:absolute;
		top:20;
		left:0;
		width:310px;
	}
	
	#bottomRightImage {
		position:absolute;
		top:12px;
		left:340px;
		width:300px;
		height:192px;
	}
	
	.homeContent {
		font-size:80%;
		color:#FFFFFF;
		margin:15px;
	}
	
	.newsSnippet {
		margin:10px 5px;
	}
	
	.homeContentSafari {
		font-size:75%;
		color:#FFFFFF;
		margin:15px;
	}
	
	.slideTitle {
		position:absolute;
		top:265px;
		left:20px;
		z-index:15;
		font-size:170%;
		color:yellow;
		width:auto;
		height:30px;
	}
	
	.slideDesc {
		font-size:80%;
		color:#FFFFFF;
		position:absolute;
		top:297px;;
		left:21px;
		z-index:15;
		width:auto;
		height:20px;
	}
	
	.slideImage {
		z-index:13;
	}