*{
	/* Universal page reset */
	margin:0;
	padding:0;
}

#imageList{
	/* The unordered list that is to be split into pages */

	width:400px;
	overflow:hidden;
	position:relative;
}

.swControls {
	background:url("../images/shd/imageNavContainer.gif") repeat scroll 0 0 transparent;
	float:left;
	height:25px;
	margin-top:10px;
	text-align:center;
	width:430px;
}

a.swShowPage:hover {
	color: #fff;
}

.swControls a.active {
	color: #FC8C37;
}

a.swShowPage {
	background:url("/images/shd/greyImageButton.gif") repeat scroll 0 0 transparent;
	display:inline-block;
	height:15px;
	margin:4px 3px;
	padding-top:2px;
	text-decoration:none;
	text-align: left;
	width:12px;
	padding-left: 5px;
	color: #fff;
	outline: 0;
}

.swControls a.active {
	color: #000;
	background:url("/images/shd/orangeImageButton.gif") repeat scroll 0 0 transparent;
}

.swControls a.disabled {
	opacity: 0.5;
	filter:alpha(opacity=50);
	cursor: default;
}