
#about {	
	position: absolute;
	width:100%;
	height:100%;
	top: 0px;
	left: 0px;
}
	#aboutContent {
		position: absolute;
		width:100%;
		height:100%;
		top: 0%;
		left: 0px;
	}
	
		#aboutImageBlock{
			display: none;
			opacity: 0;
			position: absolute;
			width:180px;
			height:90px;
			top: 21px;
			left: 11px;
			border-style:solid;
			border-width:1px;
			border-color:#727272;
		}
		
		#aboutListName{
			display: none;
			opacity: 0;
			position: absolute;
			width:182px;
			height:182px;
			top: 120px;
			left: 10px;
			text-align: center;
		}
			#aboutListName span{
				display: 'block';
				text-align: center;
				height:auto;
				text-transform: uppercase;
				text-align: center;
				font-size:16px;
				font-family: "franklin-gothic-urw",sans-serif;
				font-style: normal;
				font-weight: 700;
			
				background-image: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(0.2, rgb(256,256,256)),
					color-stop(0.9, rgb(112,112,112)));

				-webkit-background-clip: text;
				-webkit-text-fill-color: transparent;
			}
		#synopsismenu{
			width:180px;
		}
		
		#castmenu{
			width:180px;
		}
		#filmmakersmenu{
			width:180px;
		}
		
		#aboutSynopsisTitle{
			display:none;
			position: absolute;
			width:180px;
			top: 50%;
			margin-top: -12px;
			left: 10px;		
			
			background-image: -webkit-gradient(
				linear,
				left top,
				left bottom,
				color-stop(0.2, rgb(256,256,256)),
				color-stop(0.8, rgb(112,112,112)));

			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
				
			text-align: center;
			font-size:23px;
			font-family: "franklin-gothic-urw",sans-serif;
			font-style: normal;
			font-weight: 700;
		}
		
		#aboutTextBlockOutside {
			position: absolute;
			left: 202px;
			width: 770px;
			height: 0%;
			top: 50%;
			overflow:hidden;
		}
		
			#aboutTextBlockInside {
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				color: #949a9e;
				font-size: 12px;
				
				font-family: "franklin-gothic-urw",sans-serif;
				font-style: normal;
				font-weight: 500;
			}
				#aboutTextBlockInside p{
					padding-bottom: 9px;
				}
				
		#aboutScrollContainer {
			position: absolute;
			left: 1000px;
			top: 10px;
			width: 34px;
			height: 159px;
		}
			#aboutScroll {
				display:none;
				background: url(../images/about_scroll.png) top center no-repeat;
				position: absolute;
				left: 0px;
				top: 55px;
				width: 34px;
				height: 44px;
				opacity: 0;
			}
		
		#aboutSubListContainer{			
			position: absolute;
			left: -205px;
			bottom: 150px;
			width: 186px;
			height: 179px;
		}
		
			#aboutSubListOuter{
				height: 147px;
				width: 100%;
				position: absolute;
				overflow:hidden;
				top:15px;
				left:0px;
			}
			
			#aboutSubList{
				position: absolute;	
				top:0px;
				left:0px;
				width: 100%;
			}
				#aboutSubList li{
					height: 20px;
					width:100%;
					overflow:hidden;
					position: absolute;
					left:-100%;
					text-align: right;
					color: #e3e3e3;
					font-size: 11px;
					text-transform: uppercase;
					display:none;
					
					font-family: "franklin-gothic-urw",sans-serif;
					font-style: normal;
					font-weight: 700;
					margin-bottom: 1px;
					-webkit-user-select: none;
				}
					#aboutSubList li .aboutSubList_unSelected{
						position: absolute;
						left: 0px;
						top: 0px;
						height:20px;
						width:100%;
						overflow:hidden;
						
					}
					
						#aboutSubList li .aboutSubList_unSelected	.aboutSubList_name {
							width:181px;
							padding-top:4px;
							padding-right:5px;
							text-align: right;
						}
						
					#aboutSubList li .aboutSubList_selected{
						position: absolute;
						left: 0px;
						top: 20px;
						height:20px;
						width:100%;
						overflow:hidden;
						
					}
					
						#aboutSubList li .aboutSubList_selected	.aboutSubList_name {
							width:181px;
							padding-top:4px;
							padding-right:5px;
							text-align: right;
							color: #3d3d3d;
						}
					
					#aboutSubList li img, #aboutSubList li .aboutSubList_name{
						position: absolute;
						left: 0px;
						top: 0px;
					}
				
					#aboutSubList li a{
						position: absolute;
						left: 0px;
						top: 0px;
						width: 181px;
						height: 20px;
						background: url(../images/clear.png) repeat;
						-webkit-user-select: none;
					}
					
					#aboutSubLists_upArrow {
						background: url(../images/about_list_up_arrow.png) bottom right no-repeat;
						position: absolute;
						top:-20px;
						left:-100%;
						width: 186px;
						height: 35px;
						-webkit-user-select: none;
					}
					
					#aboutSubLists_downArrow {
					background: url(../images/about_list_down_arrow.png) top right no-repeat;
						position: absolute;
						top:162px;
						left:-100%;
						width: 186px;
						height: 35px;
						-webkit-user-select: none;
					}
		
		