html {
	overflow-y: scroll;
}

.current-partner {
	display: none;
}

hr.divider {display: none;}

ul#thumbnails {
	list-style: none;
	padding: 0;
	overflow: hidden;
	height: 1%;
}

ul#thumbnails li {
	padding: 0;
	float: left;
	padding-bottom: 10px;
}

ul#thumbnails li.first {
	clear: left;
}

ul#thumbnails li a {
	display: block;
	width: 113px;
	text-decoration: none;
	text-align: center;
	margin-right: 13px;
	background: url(../images/partners/partner-shadow.png) no-repeat;	
}

ul#thumbnails li span {
	display: block;
	text-decoration: underline;
}

ul#thumbnails li em {
	font-style: normal;
}

ul#thumbnails li img {
	margin: 7px auto 15px auto;
}

ul#thumbnails li a:hover, ul#thumbnails li.current a {
	background-position: -113px 0;
}

p#instructions {
	font-style: italic;
	text-align: center;
}
