ul.num{
	position:absolute;
	bottom:10px;
	right:15px;
	margin:0;
	padding:0;
}
ul.num li{
	float:left;
}
ul.num a {
    background: url(item.png) no-repeat 0 -25px;
    font-size:11px;
	font-weight:bold;
    display:block;
    height: 17px;
    width: 30px;
    text-align:center;
    text-decoration:none;
    color:#988762;
    padding:8px 0 0 0;
    margin:0 1px 0 0;
}
ul.num a:active {
    outline:none;
}
ul.num a:hover {
    background-position: 0 0;
    color:#fff;
}
ul.num a.current, ul.num a.current:hover, ul.num li.current a {
    background-position: 0 0;
    cursor:default !important;
    color:#fff !important;
}

.images{
	width:998px;
	height:283px;
	border:1px solid #ccc;
}
