

#ss-wrap {
	position:relative;
	display:none;
	/*width:686px;
	 height:315px; */
}

#slideshow {}
#detail-overlay { position:relative; }
.detail {
	padding-top:10px;
	width:auto;
	position:relative;
	background:none !important;
}
#detail-wrap {}
#arrow-left {
	position:absolute;
	left:15px;
	bottom:40%;
	background: url( ../img/arrow-left.png ) no-repeat 0 0;
	width:32px;
	height:32px;
	z-index:1001;
}
#arrow-right {
	position:absolute;
	right:15px;
	bottom:40%;
	background: url( ../img/arrow-right.png ) no-repeat 0 0;
	width:32px;
	height:32px;
	z-index:1002;
}
.detail a, .detail a:visited {
	text-decoration:none;
	color:#fff;
}
.ss-title {
	/* width:auto; */
	color: #000;
	font-weight:bold;
	font-size:20px;
	width:auto;
	display:block;
}
.ss-description {
	width:auto;
	display:block;
	color:#000;
	font-weight:normal;
	font-size:15px;
	text-decoration:none;
	margin-top:2px;
}

.pointer{ cursor:pointer; }

.flash-content { 
	position:absolute; top:0; left:0; 
	z-index:998;
}