div#hilight-box{
	width:770px;
	height:320px;
	border:solid 1px #ddd;
	margin-left:15px;
}

.bx-pager {
    margin:5 auto;
    text-align:center;
    height:25px;
}

.bx-pager a {
	font-size: 2px;
	color: #d2d2d2;
    margin:4px;
    display:inline-block;
    width:9px;
    height:9px;
    background: url('images/bullets.gif') no-repeat top left;
}

div.bx-pager a:hover, div.bx-pager a.pager-active
{
    text-decoration:none;
    color:#b1d240;
    background: url('images/bullets.gif') no-repeat 0px -9px;
}