#body-wrapper {	
	position: relative; 
	padding-top: 109px; /* Change to height of  */
	width: 970px;
	margin: 0 auto;
}

#header { 
	top: 0; left: 0;
	position: absolute;
	height: 109px; /* Change to correct height */
	width: 100%;
	z-index: 10;
	background: none;
}

#content {
	width: 970px;
	padding-top: 15px;
	height: 696px;
	padding-left: 15px;
	background: url(../images/home/bg-home.png) no-repeat;
}

	#content-body-home {
		float: left;
		width: 700px; 
		position: relative;
		left: 240px; top: 0;
		background: none;
	}
		#cycle-button {
			position: absolute;
			z-index: 9999;
			padding: 0px;
			margin: 0px;
			display: block;
			bottom: 70px;
			right: 70px;
		}		
		#cycle-button ul {
			width: 32px;
		}
			#cycle-button li {
				list-style: none;
				z-index: 9999;
				margin-right: 1px;
				margin-bottom: 1px;
				float: left;
				display: inline;
				
			}
			#cycle-button a {
				display: block;
				width: 15px;
				height: 1px;
				padding-top: 14px;
				overflow: hidden;
				background:url(../images/home/icon-banner.png) no-repeat;
				z-index: 9999;
			}
				.btn-cycle-1 {}
				.btn-cycle-2 {}
				.btn-cycle-3 {}
				.btn-cycle-4 {}
				
				#cycle-button li a:hover, #cycle-button li.activeSlide a {
					background-position: 0 -15px;
				}
				
	#sidebar-home { /* Appears after content-body in markup, but often is shifted to the left */
		float: left;
		width: 240px;
		position: relative;
		left: -700px; top: 0;
		height: 696px;
	}
		.home-editable {
			position: absolute;
			left: 30px;
			top: 275px;
			font-size: 12px;
			font-weight: bold;
			line-height: 23px;
			color:#4d4c4c;
			width: 182px;
		}
		.home-text1 {
			position: absolute;
			left: 30px;
			top: 90px;
		}
		
		.home-text2 {
			position: absolute;
			left: 30px;
			bottom: 85px;
		}
	
	#prev, #next {position: absolute; z-index: 1000000; display: block; width: 41px; height: 1px; padding-top: 46px; overflow: hidden; top: 578px; }
		#prev {background: url(/images/home/btn-prev.png); left: 295px;}
		#next {background: url(/images/home/btn-next.png); left: 875px;}
		
		#prev:hover, #next:hover {background-position: 0 -47px;}
