body {padding:0; margin:0; width:100%; font-size:12px; font-family:Arial, sans-serif;}
#small img {width:100px; height:75px; margin-right:5px;}

#big-container {top:210px; position:absolute; width:100%; height:630px; overflow:hidden;}
#big img {width:800px; height:600px; margin-right:5px;}
#big {
	position:absolute;
	left:0;
	top:0;
	width:5900px;
}

a:link {color: #0055CC; text-decoration:underline;}
a:hover {color:#CC0000; text-decoration:none;} 

#small {cursor:pointer;
	position:absolute;
	left:50%;
	top:80px;
	margin-left:-375px;
	width:750px;
	height:75px;
	margin-bottom:50px;
}

#mover {
	position:absolute;
	width:112px;
	left:-6px;
	height:85px;
	top:-5px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; 
	//filter:alpha(opacity=30);
	opacity:0.3;
	background-color:red;
	cursor:move;
}

#tip {
	position:absolute;
	top:170px;
	left:50%;
	width:20em;
	margin-left:-375px;
	color:#aaa;
	font-family:Arial, sans-serif;
	font-size:12px;
	font-style:italic;
}

body h1 {
	position:absolute;
	top:30px;
	color:#666;
	font-size:20px;
	font-weight:normal;
	left:50%;
	margin-left:-270px;
	font-family:Arial, sans-serif;
}

#author-photos {
	position:absolute;
	left:50px;
	top:790px;
	height:100px;
	color:#fff;
	z-index:100;
}