.shoveler {
	position: static;
	height: 175px;
	margin-left: -13px;
	overflow: visible;
}

.shoveler .shoveler-content {
	clear: both;
	margin: 0 25px;
	width: 520px;
	height: 175px;
	overflow: hidden;
	position: absolute;
}

.shoveler #back-button {
	margin: 43px 0 0 0;
	width: 25px;
	height: 42px;
	position: absolute;
	display: inline;
	background: transparent url(/images/pre-arrow.png) no-repeat scroll right 0;
	cursor: pointer;
}

.shoveler #next-button {
	margin: 43px 0 0 548px;
	width: 25px;
	height: 42px;
	position: absolute;
	display: inline;
	background: transparent url(/images/next-arrow.png) no-repeat scroll right 0;
	cursor: pointer;
}

[if IE] .shoveler #back-button {clear:both;margin-left:-30px;}
[if IE] .shoveler #next-button {clear:both;margin-left:518px;}


.shoveler ul {
	font-size: 90%;
	padding: 0;
	margin: 0;
	position: absolute;
}

.shoveler li.shoveler {
	float: left;
	list-style-image: none;
	list-style-type: none;
}

.shoveler #shoveler-list a
{
	float: left;
	padding-top: 75px;
	margin: -71px /*-56px*/ 5px 0 9px;
/*	height: 133px;/*40px;*/
	width: 175px;
	text-align: center;
}

.shoveler div#pageIndicator {
	height: 20px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	top: 132px;
	text-align: center;
}

.shoveler div#pageIndicator div {
	padding: 0 4px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline;
}

.circleFilled {
	background-image: url(/images/circle_filled.gif);
}

.circleEmpty {
	background-image: url(/images/circle_empty.gif);
}

div#shovelerTootip {
	position: absolute;
	height: 64px; /*height: 72px */
	width: 180px;
	text-align: center;
	margin: 0;
	padding: 40px 10px 0 10px;
	z-index: 100;
	display: inline;
	background-image: url(/images/tooltip-box.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	margin-top: auto;
	margin-bottom: auto;
    font-size: 90%;
    line-height:1.3;
}




