#wrapper {width:700px; height:520px; margin:auto;}

.sliderbutton {float:left; width:32px; padding-top:210px;}
.sliderbutton img {background:#C4A873; cursor:pointer}
.sliderbutton img:hover {background:#B23300;}
#slideshow {float:left; width:600px; height:500px; background:#fff}
#slides { position:relative; width:600px; height:500px; list-style:none; overflow:hidden;}
#slides li {width:600px; height:500px;}
#slides li .link{width:600px; height:450px; text-align:center; display:block;}
#slides li img{ height:450px;}
#slides li p{width:600px; text-align:center; display:block; line-height:16px; font-size:14px; margin-top:5px; letter-spacing:0px;}

.pagination { list-style:none; height:100px; margin:auto;}
.pagination li {
	float:left; 
	cursor:pointer; 
	padding:4px;  
	margin:4px 4px 0 0; 
	text-align:center;
	font-size:14px;
	width:25px;
	line-height:15px;
	border:1px solid #C4A873; 
	color:#60491C; }
.pagination li:hover { background:#B23300; color:#FFFFFF;}
li.current {background:#C4A873; color:#FFFFFF; }

li#content {width:650px; height:500px; padding:5px; background:#fff}
