body {
	background: #EEE;	
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

#content {
	width: 750px;
	margin: 50px auto;
	padding: 20px;
	background: #FFF;	
	border: 1px solid #CCC;
}

h1 {
	margin: 0;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #CCC;	
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;	
	padding: 7px 0;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

a { 
	outline-color: #888;	
}

#preview_wrap {
	margin: 0 auto;
	padding: 22px;
	width: 550px; 
	height: 400px;
	background: url('image/bg_preview.gif') top left no-repeat;
}

#preview_outer {
	overflow: hidden;
	width: 550px;
	height: 400px;
	position: relative;
}

#preview_inner {
	text-align: left;
	height: 100%;
	position: relative;
}

#preview_inner div {
	float: left;
	width: 550px;
	height: 400px;
	position: relative;
}

#preview_inner div a {
	position: absolute;
	bottom: 0;
	left: 0;	
	display: block;
	width: 100%;
	text-indent: 20px;
	padding: 20px 0;
	color: #fff;
	background: url(image/bg_trans.png);
	text-decoration: none;
	font-size: 18px;
}

#thumbs {
	padding-top: 30px;
	position: relative;
	width: 750px;
	text-align: center;	
}

#thumbs span {
	padding: 12px;
	width: 80px;
	height: 80px;
	cursor: pointer;
	background: url('image/bg_thumb.gif') top left no-repeat;
	display: inline-block;
}

#arrow {
	position: absolute;
	top: -13px;
	background: url('image/bg_arrow.gif') top center no-repeat;
	width: 104px;
	height: 39px;
	display: none;
}