#dim
{
	position:            absolute;
	z-index:             100;
	top:                 0px;
	left:                0px;
	height:              100%;
	width:               100%;
	background-color:    black;
	filter:              alpha(opacity=50);
	-moz-opacity:        0.5;
	-khtml-opacity:      0.5;
	opacity:             0.5;
}

#slides
{
	display:             none;
	position:            absolute;
	top:                 70px;
	width:               100%;
	z-index:             110;
}

.slide
{
	position:            relative;
	top:                 0;
	border:              1px solid black;
	padding:             20px;
	display:             none;
	margin-left:         auto;
	margin-right:        auto;
	background-color:    white;
	z-index:             120;
	font-size:           12px;
}

.ruler
{
	padding:             0 0 30px 0;
	background-image:    url('/script/ruler.gif');
	background-position: bottom left;
	background-repeat:   no-repeat;
	margin-bottom: 15px;
}

.close
{
	position:            absolute;
	right:               20px;
	bottom:              20px;
	padding-right:       20px;
	background:          transparent url('/script/x.gif') no-repeat right center;
}

.slidenav
{
	position:            absolute;
	right:               20px;
	bottom:              40px;
}

.disabled
{
	color: #ccc;
	padding-right: 15px;
}

.prev
{
	padding-right: 15px;
}

