#preview_wrap {
	position: relative;
	margin: 0 auto;
	margin-top: 15px;
	padding: 11px;
	width: 650px;
	height: 356px;
	z-index: 20;
	border: 4px solid silver;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
	-webkit-box-shadow: inset 2px 2px 5px rgba(0,0,0,.5);
	-moz-box-shadow: inset 2px 2px 5px rgba(0,0,0,.5);
	box-shadow: inset 2px 2px 5px rgba(0,0,0,.5);
	background-color: #eee;
}
#preview_outer {
	overflow: hidden;
	width: 650px;
	height: 356px;
	position: relative;
}
#preview_inner {
	text-align: left;
	height: 100%;
	position: relative;
}
#preview_inner > .slide{
	float: left;
	width: 650px;
	height: 356px;
	position: relative;
}
#preview_inner > .slide a {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	padding: 20px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	background-color: #000;
	filter:alpha(opacity=80);  /* for IE */
	opacity:0.8;  /* CSS3 standard */
	border-bottom: none; /* rmk added for IE7 to shut-up! */
}
#preview_inner > .slide a > .splash {
	position: absolute;
	bottom:10px;
	right: 0;
	width: 50%;
	font-size: 12px;
	margin-right: 45px;
}
#thumbs {
	margin: 0 auto;
	padding-top: 30px;
	position: relative;
	width: 745px;
	text-align: center;
}
#thumbs span {
	margin: 10px 12px;
	width: 80px;
	height: 68px;
	cursor: pointer;
	display: inline-block;
	/* Safari 4 does not support an inset shadow */
	-webkit-box-shadow:       5px 5px 25px rgba(0,0,0,.5);
	/* Chrome 5 does, Safari 4 will ignore this declaration */
	-webkit-box-shadow: inset 5px 5px 25px rgba(0,0,0,.5);
	-moz-box-shadow: inset 5px 5px 25px rgba(0,0,0,.5);
	box-shadow: 5px 5px 25px rgba(0,0,0,.5);
}
#arrow {
	position: absolute;
	top: -1px;
	z-index: 10;
	background: url('arrow.gif') top center no-repeat;
	width: 104px;
	height: 39px;
	display: none;
}
