
body {
	background-color:#fff;
}
#close {
	padding-bottom:.3em;
	padding-right:.2em;
}
#close a {
	color:#666;
	font:13px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#close a:hover {
	color:#666;
	text-decoration:underline;
}
#container {
	height:360px;
	text-align:right;
	width:600px;
	margin: 0 auto;
}
div.slideshow ul {
	bottom:-16px;
	position:absolute;
	right:0;
	z-index:1000;
}
div.slideshow ul a {
	cursor:pointer;
	display:block;
	float:left;
	height:360px;
	overflow:hidden;
	width:30px;
}
div.slideshow ul a.prev {
	-moz-opacity:0.75;
	background-image:url(arrow_prev.png);
	filter:alpha(opacity=75);
	height:360px;
	opacity:0.75;
	position:relative;
	right:540px;
	width:30px;
}
div.slideshow ul a.next {
	-moz-opacity:0.75;
	background-image:url(arrow_next.png);
	filter:alpha(opacity=75);
	height:360px;
	opacity:0.75;
	width:30px;
}
div.slideshow ul a.prev:hover, div.slideshow ul a.next:hover {
	background-position:-30px 0;
}
div.slideshow ul li {
	float:left;
	list-style:none;
}
.style1 {
	float:left;
}
.style2 {
	float:right;
}
.style1, .style2 {
	color:#666;
	font:9px Arial, Helvetica, sans-serif;
	padding-top:3px;
}
