#slideshowContainer {
	position:absolute;
	z-index:10;
	left: 0;
}

#slideshow {
	position:relative;
	display:block;
	top:0;
	margin:0;
	padding:0;
	/*width: 172px;*/
width: 4000px;
	height: 258px;
	overflow:hidden;
	clear:both;
}

#slideshow li {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	background:none;
	border-style: none;
}

#slideshow li img { display: inline; top:0;
	border-style: none;
}

#thumbnailContainer {
	position: absolute;
	width:100px;
	height:30px;
	z-index: 13;
	bottom: 0;
	right: 109px;
}
#thumbnailContainer img {
	width: 15px;
	height: 15px;
	margin: 3px 0 0;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
}
.outline {
	position: absolute;
	padding: 0;
	z-index: 14;
	width: 	15px;
	height: 15px;
	background: url(/images/dot_filled.gif) no-repeat;
	top: 481px;
	margin-top: -28px;
	left: 122px;
}

.next, .previous, .start, .stop { cursor:pointer; display: block; margin:5px 15px 15px 15px; float:left; }

html body div.clear, html body span.clear { background:none; border:0; clear:both; display:block; float:none; font-size:0; margin:0; padding:0; overflow:hidden; visibility:hidden; width:0; height:0; }

html body div.clear, html body span.clear { background:none; border:0; clear:both; display:block; float:none; font-size:0; margin:0; padding:0; overflow:hidden; 	visibility:hidden; width:0; height:0; }



