#controllers ul li a {
	font-size:0.875em;
	font-family:Helvetica,Arial,sans-serif;
	text-decoration: none;
	color: #002b54;
}
a img {
	border: none;
}

ul#imageviewer,#controllers ul {
	margin:0;
	padding:0;
}
#slideshow {
	margin-bottom:10px;	
	width: 585px;
	height: 133px;
	overflow: hidden;
	position: relative;
float:left;
margin-left:16px;
margin-top:4px;
}
#slideshow #slideshowloader {
	position: absolute;
	top: 50px;
	left: 290px;
	background: url('/visage/static/10014/loading.gif') no-repeat center center;
	z-index: 6;
	width: 32px;
	height: 0;
	padding: 32px 0 0 0;
	display: block;
	overflow: hidden;
}
#slideshow ul#imageviewer {
	width: 585px;
	height: 111px;
	overflow: hidden;
	z-index: 1;
}
#slideshow ul#imageviewer li {
	width: 585px;
	height: 111px;
	position: absolute;
}

#slideshow #controllers {
	width: 585px;
	height: 22px;
	position: absolute;
	top: 110px;
	left: 0;	
	z-index: 5;
	background: url('/visage/static/10014/bg_sprite.gif') no-repeat 0 -26px;
}

#slideshow #controllers ul {
	list-style: none;
	float: left;
	position: absolute;
	left: 40px;
	top: 1px;
}

#slideshow #controllers ul li {
	float: left;
	padding: 0 2px;
	text-align: center;
}

#slideshow #controllers ul li a {
	width: 25px;
	display: block;
	height: 17px;	
	padding-top: 3px;
	overflow: hidden;
	color: #002b54;	
	background: url('/visage/static/10014/bg_sprite.gif') no-repeat -119px -102px;
font-size:10px;
}

#slideshow #controllers ul li a:hover,
#slideshow #controllers ul li a.active {
	text-decoration: none;
	color: #f25a31;
	background-position: -94px 0;
}
#slideshow #controllers a#previous,
#slideshow #controllers a#next,
#slideshow #controllers a#control {
	height: 0;
	width: 12px;
	padding: 13px 0 0 0;
	display: block;
	overflow: hidden;
	background-image: url('/visage/static/10014/bg_sprite.gif');
	background-repeat: no-repeat;
}

#slideshow #controllers #previous {
	position: absolute;
	left: 500px;
	top: 5px;
	background-position: -70px 0;
}

#slideshow #controllers #next {
	position: absolute;
	left: 540px;
	top: 5px;
	background-position: -82px 0;
}

#slideshow #controllers #control {
	position: absolute;
	left: 520px;
	top: 5px;
}

#slideshow #controllers .play {
	background-position: -46px 0;
}

#slideshow #controllers .pause {
	background-position: -58px 0;
}

#slideshow #controllers #control {
	position: absolute;
	left: 520px;
	top: 5px;
}
#slideshow #controllers #next {
	position: absolute;
	left: 540px;
	top: 5px;
	background-position: -82px 0;
}
