/*RESET STYLING*/
html, body, div, a, img , ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* Customisations */
.bx-wrapper, #bx-pager {
	max-width: 700px !important;
}

#bx-pager {
	text-align: center;
	margin: -30px auto;
}

#bx-pager a {
	margin: 0 3px;
}

#bx-pager a img {
	padding: 3px;
	border: solid #ccc 1px;
	max-height: 100px;
}

#bx-pager a:hover img,
#bx-pager a.active img {
	border: solid #5280DD 1px;
}