.shoveler {
	position:static;
	height:147px;
	margin-left: -13px;
	overflow: visible;
}

.shoveler .shoveler-content {
	clear:both;
	margin: 0 25px;
	width: 520px;
	height: 133px;
	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 {
	margin: 0 13px; 
	float:left;
	width:104px;
	height: 133px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background: #FFFFFF url(/images/shoveler-frame.gif) no-repeat scroll left bottom;
}

.shoveler #shoveler-list a
{
	background-repeat: no-repeat;
	background-position: top center;
	overflow:hidden; 
	float: left;
	padding-top: 75px;
	margin: -71px /*-56px*/ 5px 0 5px;
/*	height: 133px;/*40px;*/
	width: 91px;
	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;
}




