.nav-controls a
{
/*	text-indent:-1000px;*/
}
.nav-controls a img, .ss-controls a img
{
	width:20px;
}
.nav-controls .play
{
	background: url(../images/slideshow/controller-play.png) no-repeat;
}
.nav-controls .pause
{
	background: url(../images/slideshow/controller-pause.png) no-repeat;
}
.nav-controls .previous
{
	background: url(../images/slideshow/controller-previous.png) no-repeat;
}
.nav-controls .next
{
	background: url(../images/slideshow/controller-next.png) no-repeat;
}
.nav-controls, .ss-controls
{
	position:absolute;
	top:0px;
	right:0px;
	z-index:100;
}
/* SLIDESHOW STYLES */
ul.thumbs {
	position:relative;
	top:7px;
}
ul.thumbs li {
	display: inline;
}

.project-slideshow #gallery-adv{
	position: relative;
	width: 504px;
}
.category-sllideshow #gallery-adv{
	position: relative;
	width: 504px;
}

div.ss-controls {
	position:absolute;
	margin-right:25px;
}

a.next {
/*	bottom: 0px;*/
/*	position:absolute;*/
/*	margin-left:50px;*/
}
a.prev
{
	margin-right:50px;
}

