#slideshow-main{
	position: relative;
	width: 639px;
	height: 246px;
	overflow:hidden;
}
#slideshow-main img{
	border:0px;
	margin:0px;
	padding:0px;
}
.slideshow-nav{
	position:absolute;
	width: 20px;
	height: 18px;
	padding-top: 2px;
	background-color:#999999;
	color:#333333;
	border:1px solid #333333;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	opacity : 0.5; 
    filter : alpha(opacity=50);
}
.slideshow-nav:hover{
	cursor:pointer;
	opacity : 1; 
    filter : alpha(opacity=100);
}
#slideshow-nav-1{
	bottom: 8px;
	left: 8px;
}
#slideshow-nav-2{
	bottom: 8px;
	left: 32px;
}
#slideshow-nav-3{
	bottom: 8px;
	left: 56px;
}
#slideshow-corner{
	position:absolute;
	right:0px;
	bottom:0px;
	width:50px;
	height:50px;
	background-image:url(../images/corner.png);
	z-index:999;
}
#slideshow-download{
	position:absolute;
	right:60px;
	bottom:40px;
	width:104px;
	height:26px;
}