error.fake_class {
}

.slide {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
}

#gallery {
	
	/* The width of the gallery */
	width:960px;
	overflow:hidden;
}

#gallery_slide{
	/* This is the container for the thumbnails */
	height:23px;
	text-align:center;
}

#gallery ul {
	margin:5px;
	padding:0px;
}

#gallery ul li{
	/* Every thumbnail is a li element */
	width:10px;
	display:inline-block;
	list-style:none;
	height:15px;
	overflow:hidden;
}

li.inact {
background:url(../pages/galleries/_r0/round_selector_inact.png) no-repeat;
}
li.inact:hover{
	/* The inactive state, highlighted on mouse over */

}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(../pages/galleries/_r0/round_selector.png) no-repeat;
}

li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	text-align:center;
}

#gallery ul li a{
	display:block;
	height:35px;
	padding-top:10px;
}

#gallery a img{
	border:none;
}

#gallery_spots {
	position:absolute;
	right:5px;
	bottom:-3px;
}