* 
{ 
	font-family: Helvetica,Arial !important;
	font-size: 10px !important;
	text-decoration: none;
}

	#feedback
	{
		position: absolute;
		background-color: red;
		color: white;
		padding:5px;
	}
	
	#container
	{
		position: relative;
		width: 1130px;
		height: 800px;
		margin-left: auto !important;
		margin-right: auto !important;
		
		border:0px solid red;
	}
	
		
	
		#container_content
		{
			position: relative;
			width: 100%;
		}
		
			#detail
			{
				position: relative;
				float:left;
				width: 401px;
				height: 275px;
				margin-top: 118px;
				
				background-color:#abaea7;
			}
			
				#detail_inner
				{
					margin-left: 36px;
					width: 351px;
					height: 267px;
					padding: 10px 7px 0px 7px;
					
					background-color:#fff;
				}
				
					#detail_inner #project
					{
						font-size: 16px !important;
						padding-bottom: 8px;
						margin-bottom: 5px;
						border-bottom: 2px solid #8c8c8c;
					}
					
					#detail_inner #client
					{
						font-size: 11px !important;
						color: #686868 !important;
						margin-bottom: 7px;
					}
					
					#detail_inner #video
					{
						width: 350px;
						margin-bottom: 7px;
					}
					
					#detail_inner #abstract
					{
						font-size: 10px !important;
						letter-spacing: 0.095em;
						line-height: 12px;
						color: #686868 !important;
					}
			
			
			#nav
			{
				position: relative;
				float:left;
				width: 185px;
				height: 275px;
				margin-top: 118px;
				
				background-color:#fff;
				border:0px solid red;
			}
			
				.nav_mask
				{
					position: relative;
					width: 144px;
					height: 255px;
					margin: 10px;
					margin-left: 25px;
					overflow: hidden !important;
				}
			
					.nav_inner
					{
						position: relative;
						float: left;
						border:0px solid green;
						color: #acada5 !important;
					}
					
						.nav_inner A
						{
							display: block;
							line-height: 13px;
							margin-bottom: 5px;
							font-size: 10px !important;
							color: #acada5 !important;
						}
					
					.nav_slider
					{
						position: relative;
						float: left;
						left: 5px;
						width: 10px;
						height: 195px;
						margin-top: 40px !important;
						padding-bottom: 40px !important;
						background: #acada5;
						z-index: 50;
						
					}
					
						.nav_slider_bg_fix
						{
							position: relative;
							float: left;
							width: 10px;
							height: 40px;
							margin-top: -40px !important;
							background: #acada5;
							z-index: 50;
						}
						
						#nav .ui-slider-handle
						{
							position: absolute;
							display: block;
							z-index: 100;
							width: 10px;
							height: 40px;
							overflow:hidden;
							cursor: move !important;
							border:0px solid yellow;
							background: url(../images/v_scroller_handle_bg.gif) top left no-repeat #40413c;
						}
				
			#h_scroller_button
			{
				float: left;
				width: 32px;
				height: 25px;
				margin-top: 230px;
				margin-right: 10px;
				padding-top: 12px;
				padding-left: 5px;
				opacity: 0.7;
				color: #fff;
				background-color: #40413c;	
			}
			
				A#h_scroller_arrow_left
				{
					display: block;
					float: left;
					width: 11px;
					height: 13px;
					text-indent: -99999px;
					background: url(../images/h_scroller_arrow_left.gif) top left no-repeat;
				}
				
				A#h_scroller_arrow_right
				{
					display: block;
					float: left;
					width: 11px;
					height: 13px;
					text-indent: -99999px;
					background: url(../images/h_scroller_arrow_right.gif) top left no-repeat;
					margin-left: 5px;
				}
				
				
			
			
			#content
			{
				position: relative;
				float:left;
				width: 494px;
				height: 620px;
				
				border:0px solid green;
			}
			
				.content_mask
				{
					position: relative;
					width:494px;
					height: 100%;
					overflow: hidden !important;
				}
			
					.content_inner
					{
						position: relative;
						height: 585px;
						left: 0px;
						
						border:0px solid red;
						background: url(../images/bg_collage.jpg) top left repeat-x !important;
					}
					
						.content_inner img
						{
							width: 175px !important;
							height: 98px !important;
						}
						
						.content_inner A
						{
							
						}
						
						.content_inner A.titlebar
						{
							display: block;
							width: 161px;
							padding: 7px;
							
							font-size: 9px !important;
							background: #fff !important;
							color: #000 !important;
							opacity: 0.7 !important;
						}
					
					
					.content_slider
					{
						display: none;
						position: relative;
						top: -116px;
						width: 454px;
						padding-right: 40px;
						height: 10px;
						background: #5b8f69;
						
					}
						#content .ui-slider-handle
						{
							display: none;
							position: relative;
							display: block;
							left: 0px;
							height: 10px;
							width: 32px;
							padding-left: 8px;
							z-index: 100 !important;
							cursor: move !important;
							overflow:hidden;
							
							background: #122002;
							color: #434f33;
						}
					
					