/* h:slideshow skin */

/* Expect that the slideshow is given an explicit height and width */

.fs .h-slideshow {
	 padding-bottom: 20px;	/* allow room at the bottom for the controls */
}
.fs .h-slideshow ol.index li,
.fs .h-slideshow ol.index li span,
.fs .h-slideshow ul.controls li,
.fs .h-slideshow ul.controls li span {
	padding: 0;
	width: 13px;
	height: 13px;
}
.fs .h-slideshow ol.index li,
.fs .h-slideshow ul.controls li {	
	margin-right: 4px;
}
.fs .h-slideshow ol.index li span {
	background-image: url(../images/h-slideshow-countboxes.png);
	background-repeat: no-repleat;
	font-size: 70%;
	color: #003369;
	text-align: center;
	line-height: 13px;
	padding-top: 1px;
}
.ie .fs .h-slideshow ol.index li span {
	padding-top: 0;	
}
.fs .h-slideshow ol.index li.selected span {
	color: #fff;
}
.fs .h-slideshow ul.controls li span {
	background-image:  url(../images/h-slideshow-controls.png);
	background-repeat: no-repeat;
}
.fs .h-slideshow ol.index li span					{	background-position: 	0px		0px;	}
.fs .h-slideshow ol.index li.selected span		{	background-position: 	-14px	0px;	}
.fs .h-slideshow ol.index li span.hover			{	background-position: 	0px		-14px;	}
.fs .h-slideshow ol.index li.selected span.hover	{	background-position: 	-14px	-14px;	}

.fs .h-slideshow ul.controls li.prev span			{	background-position: 	0px		0px;	}
.fs .h-slideshow ul.controls li.pause span		{	background-position: 	-14px	0px;	}
.fs .h-slideshow ul.controls li.play span			{	background-position: 	-28px	0px;	}
.fs .h-slideshow ul.controls li.next span			{	background-position: 	-42px	0px;	}
.fs .h-slideshow ul.controls li.prev span.hover	{	background-position: 	0px		-14px;	}
.fs .h-slideshow ul.controls li.pause span.hover	{	background-position: 	-14px	-14px;	}
.fs .h-slideshow ul.controls li.play span.hover	{	background-position: 	-28px	-14px;	}
.fs .h-slideshow ul.controls li.next span.hover	{	background-position: 	-42px	-14px;	}


