.overlay03 {
	top:350px;
	left:200px;
	width: 123px;
	z-index: 10000;
	position: absolute;
	height: 87px;
}

/* slideshow styles */
.slideshow {
	position: absolute;
	width: 316px;
	height: 448px;
	top:10px;
	z-index: 3000;
	margin-left: 239px;
}
.slideshowbg {
	position: absolute;
	width: 316px;
	height: 448px;
	top:10px;
	margin-left: 200px;
	z-index: 900;
}


.slideshow .photoSlide {
	width: 211px;
	height: 158px;
	position: absolute;
	top:16px;
	right:47px;
}
.photoSlide .thumb_slideshow {
	position:relative;
	width:211px;
	height:158px
}
.photoSlide .thumb_slideshow img {
	position:absolute
}
.hide { opacity:0; filter:alpha(opacity=0) }
.slideshow .movinfo {
	width: 208px;
	position: absolute;
	padding-top: 5px;
	top:175px;
	right:47px;
	text-align: justify;
}
.movinfo a.movtitle {
	font-weight: bold;
	color: #e1009c;
	text-decoration: none;
	font-size: 12px;
}
.movinfo a.movtitle:hover { text-decoration:underline }
.movinfo .movinfotxt {
	font-weight: normal;
	color: #fff;
	font-size: 11px;
	margin-top: -10px;
}
.movinfo .infolink {
	font-weight: bold;
	text-align: right;
	position: relative;
	display: block;
}
.movinfo   a {
	font-weight: bold;
	color: #e1009c;
	text-align: right;
	text-decoration: none;
}
.movinfo   a:hover { text-decoration:underline }
.movinfo   a:hover { text-decoration:underline }

#qsForm {
	display:block;
	width:390px;
	height:30px;
	margin:0 0 -4px 0;
	poisition:relative;
	padding-left:10px;
}
* html #qsForm { width:380px; }
#qsForm b {
	display:block;
	width:16px; height:30px;
	float:left;
	background:url(../searchbox.png) no-repeat;
}
#qsfSearch {
	display:block;
	width:310px; height:30px;
	float:left;
	line-height:30px;
	font-size:20px;
	border:none;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	background:#fff;
}
#qsfSubmit {
	display:block;
	width:32px; height:30px;
	float:left;
	border:none;
	margin:0;
	position:relative;
	background:transparent;
	cursor:pointer;
	outline:none;
}
#qsfSubmit span {
	width:32px; height:30px;
	border:none;
	margin:0; padding:0;
	position:absolute;
	top:-8px; left:-8px;
	background:url(../searchbox.png) no-repeat;
	background-position:-22px 0;
}
* html #qsfSubmit span { top:0; left:0; }
#searchOops {
	display:none;
	background:rgba(79,79,84,.92);
	color:#f0f0f6;
	padding:4px 6px;
	width:308px; height:0px;
	/*height:38px;*/
	border:1px solid #000;
	position:absolute;
	bottom:304px; right:58px;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-top-right-radius:4px;
	-webkit-border-top-left-radius:4px;
	overflow:hidden;
}
* html #searchOops { background:#59595f; height:48px; right:66px; }
#searchOops a {
	float:right;
	margin-right:6px;
	font-size:.9em;
	color:#fff;
	position:relative;
	top:-10px;
}

