#flash {
	height: 354px;
	background: #20272a url('../images/flash-loader.gif') 50% 50% no-repeat;
}

#boxes {
	position: relative;
	margin: 20px 0px 40px 0px;
	height: 131px;
}

	#boxes div.background {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 991px;
		height: 152px;
		background: url('../images/box-background.png') no-repeat;
		behavior: url('iepngfix.htc');
	}

	#arrow_left, #arrow_right {
		position: absolute;
		top: 43px; /*(131-45)/2)*/
		display: none; /*will be shown by javascript*/
	}
	
	#arrow_left { left: 0px; }
	#arrow_right { right: 0px; }
	
	#boxContent {
		position: absolute;
		top: 0px;
		left: 33px;
		width: 924px; /*990 - 2x33*/
		height: 131px;
		overflow: hidden;
	}
	
		#boxHolder {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 200px;
		}
		
			#boxHolder a {
				position: relative;
				display: block;
				float: left;
				width: 303px;
				height: 131px;
				color: #fff;
				margin-right: 7px;
			}
			
			#boxHolder a:hover {
				text-decoration: none;
			}
			
				#boxHolder h1, #boxHolder h2 {
					position: absolute;
					left: 22px;
					font-weight: normal;
					cursor: pointer;
				}
				
				#boxHolder h1 {
					font-size: 2.3em;
					bottom: 20px;
					//bottom: 40px;
				}
				
				#boxHolder h2 {
					font-size: 1.3em;
					color: #b3b3b3;
					bottom: 10px;
					//bottom: 25px;
				}
				
				#boxHolder a:hover h2 {
					color: #ffde00;
				}
				
#features {
	margin-bottom: 375px;
	//margin-bottom: 0px;
}

	#features div.small {
		position: relative;
		float: left;
		width: 262px;
		margin-right: 26px;
	}
	
		#features div.small h1, #news h1 {
			margin: 0px 0px 12px 0px;
			font-size: 1.7em;
			color: #989898;
			font-weight: normal;
		}
		
		#features div.small p {
			font-size: 1.2em;
			line-height: 1.33em;
		}
		
	#news {
		position: relative;
		float: left;
		width: 413px;
	}
	
		#news a.arrow {
			position: absolute;
			right: 8px;
			display: none;
		}
		
		#arrow_up { top: 13px; }
		#arrow_down { top: 274px; }
	
		#newsContent {
			position: relative;
			overflow: hidden;
			height: 242px;
		}
		
			#newsHolder {
				position: absolute;
				width: 413px;
			}
		
			#news .news {
				position: relative;
				display: block;
				height: 76px;
				background: #3d4045;
				margin-bottom: 7px;
				cursor: pointer;
			}
			
			#news .news:hover {
				text-decoration: none;
			}
			
				#news .news img {
					position: absolute;
					top: 6px;
					right: 6px;
				}
				
				#news div.content {
					position: absolute;
					top: 6px;
					left: 6px;
					width: 308px;
				}
				
					#news .news h1 {
						font-size: 1.7em;
						color: #fff;
						font-weight: normal;
						margin: 1px 0px;
					}
					
					#news .news:hover h1 {
						color: #ffde00;
					}
					
					#news .news p {
						font-size: 1.1em;
						margin: 1px 0px;
						color: #b3b3b3;
					}
					
					#news .news p.yellow {
						color: #ffde00;
					}
