
div.pages {
	float: left;
	width: 100%;	
	background-color: #ececec;
}

div.pages div.container {
	float: right;
	width: auto;
}

div.pages div.container div.title {
	float: left;
	width: auto;
	height: inherit;
	border-right: 1px solid #fff;
	white-space: nowrap;
	padding: 8px 5px 8px 0px;
}

div.pages div.container div.left {
	float: left;
	width: 35px;
	border-right: 1px solid #fff;
}

div.pages div.container div.left img {
	border-width: 0px;
}

div.pages div.container div.right {
	float: left;
	width: 35px;
}

div.pages div.container div.right img {
	border-width: 0px;
}

div.pages div.container div.page {
	float: left;
	width: 30px;
	text-align: center;
	border-right: 1px solid #fff;
	font-size: 14px;
}

div.pages div.container div.page a {
	display: block;
	width: inherit;
	padding: 6px 0px;
	font-weight: bold;
	color: #16436b;
}

div.pages div.container div.page div.selected-title {
	width: inherit;
    padding: 6px 0px;
    font-weight: normal;
	color: #898989;
}
