@import url(main.css);

/*========== HOME PAGE SPECIFIC LAYOUT ==========*/
	#leftFrame {min-height: 700px;}
	#leftFrame .thumbs {
		float: left;
		margin-left: 14px;
		margin-top: 24px;
		left: 0;
		width: 163px;
		height: 120px;
		border: 1px solid #c9c9c9;
		cursor: pointer;
	}
	#leftFrame .thumbs a {cursor: pointer;}
	#leftFrame .thumbs:hover cite {
		background: #4d4d4d;
		color: white;
	}
	#leftFrame .starter {margin-left: 0;}
	#leftFrame .thumbs p {
		width: 100%;
		height: 100px;
		text-align: center;
	}
	#leftFrame .thumbs cite {
		position: relative;
		display: block;
		padding: 0 5px;
		border-top: 1px solid #c9c9c9;
		height: 19px;
		font-size: 10px !important;
		line-height: 19px;
		font-style: normal;
		color: #626262;
		background: white;
	}
	#leftFrame .thumbs span {	
		position: absolute;
		top: 0;
		right: 5px;
	}
	#veil {
		display:block;
		position:absolute;
		top:0;
		left:10px;
		width:722px;
		min-height:700px;
		height:100%;
		z-index:5000;
		background-color: black;
		-moz-opacity: 0.4;
		opacity:0.40;
		filter: alpha(opacity=40);
	}
	#spinner {
		margin: 50px 300px;
		width: 132px;
		position: absolute;
		top: 0;
		left: 0;
		z-index:5100;
		border: 2px solid silver;
		text-align: center;
		
	}
	