.wrapper{
	background-position: left bottom;
    background-repeat: no-repeat;
   	width:640px;
   	padding-bottom: 20px;
   	
}
.backgroundsl {
	background:#fff url(../images/bg.png) no-repeat;
	width:669px;
	height:515px;
	margin:0 auto;
	margin-top: 15px;
	padding: 4.5px 4.5px 30px;
	overflow:hidden;
}

#slider {
	width: 640px;
	height:480px;
	overflow:hidden;
	margin: 19px auto;
	cursor: pointer;
}

#slider > img{
	width:640px;
	height:480px;
	float:left;
	display:none;

}
#slider > img.first { display: block }

.left, .right {
	padding: 5px 15px;
	background-color:#F0F0F0;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: -18px;
	text-decoration:none;
	color: #666;
	float: left;
	cursor: pointer;
}

.left{
	margin-left: 260px;
}

.right{
	float:right;
	margin-right: 230px;
}

a.left{
	float:left;
	margin-left: 250px;
}

a.right{
	float:right;
	margin-right: 250px;
}

.hidden_caption{
	display: none;
}


#caption{
	margin: 0 auto;
    text-align: center;
    width: auto;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    height: 40px;
}

#navig{
	height:50px;
}