#Container {
	position: relative;
	height:400px;
	overflow:hidden;
	text-align: center;
}

#Photo {
	top: 20;
	left: 0;
	z-index: 5;
	margin-left:20px;	
	margin-right:20px;
	margin-top:20px;
}

#objMovie {
	position: absolute;
	top: 20;
	left: 0;
	z-index: 5;
	margin-left:20px;	
	margin-right:20px;
	visiblity: hidden;
}

#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}

#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}


#CaptionContainer {
	width: 100%;
	height:80px;
	position: relative;
	}

#divCaption {float:left;padding-top:20px;padding-left:20px;overflow:hidden;width:164px;height:71px}
#BigPicNavigation {float:right;padding-top:47px;padding-right:20px}