/* html, body {
	margin:0;
	padding:0;
	background: #131313;
}

a
{
	outline: none;
}
 */
div.content
{
	display: none;
}

div.slideshow-container {
	position: relative;
	padding: 6px;
	clear: both;
	width: 502px;
	height: 398px;
	background: url('/img/galleriffic/bg.png') top left no-repeat;
}

div.slideshow {
	width: 502px;
	height: 398px;
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute	
}

div.slideshow a.advance-link {
	display: block;
	width: 502px;
	height: 398px;
	line-height: 0px;
	text-align: center;
}


div.slideshow img {
	vertical-align: middle;
	border: 0;	
}

div.navigation_container
{
	position: absolute;
	z-index: 1000;
	bottom:5px;
	width: 502px;
	left: 6px;
	/* background: url(/img/galleriffic/nav_bg.png); */
	height:37px
}

div.navigation
{
	position:relative;
	bottom:-12px;
	padding-left: 10px;
	width: 200px;
	float: left;
}

div.controls
{
	float: right;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding:0;

}
ul.thumbs li {
	float: left;
	padding: 2px;
	margin: 0;
	list-style: none;
}
a.thumb {
	padding: 0;
	border: none;
	display: block;
	width: 10px;
	height: 10px;
	background: url(/img/galleriffic/bullet.png) top left no-repeat;
}
ul.thumbs li.selected a.thumb {
	display: block;
	width: 10px;
	height: 10px;
	background: url(/img/galleriffic/bullet_active.png) top left no-repeat;
}

a.next
{
  	display: block;
  	float:left;
  	padding:0;
  	width:24px;
  	height:24px;
  	background: url(/img/galleriffic/controls.png) 0px -24px no-repeat;
}

a.pause
{
  	display: none;
  	float:left;
  	padding:0;
  	width:27px;
  	height:23px;
  	background: url(/img/galleriffic/controls.gif) 0px -72px no-repeat;
}

a.play
{
  	display: none;
  	float:left;
  	padding:0;
  	width:27px;
  	height:23px;
  	background: url(/img/galleriffic/controls.gif) 0px -48px no-repeat;
}

a.prev
{
    	float:left;
    	margin: 0px 8px;
  	display: block;
  	width:24px;
  	height:24px;
  	background: url(/img/galleriffic/controls.png) 0px 0px no-repeat;
}

div.controls
{
   	padding: 7px;
  	width:110px;
}

div.ss-controls {
	float:left;
}
div.nav-controls {
	float:right;
}
