@charset "utf-8";
/* CSS Document */

a[rel=thumbnail], a[rel=thumbnail]:hover {
	display:block;
	float:left;
	margin:30px;
	margin-bottom:10px;
	margin-top:0px;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	color:#000;
	position:relative;
}
a[rel=thumbnail] img {
	display:block;
	margin-top:4px;
	z-index:1;
}
a[rel=thumbnail] span {
	width:100%;
	z-index:2;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(../../images/nav_next.png);
	background-repeat:no-repeat;
	background-position:center center;
}
a[rel=thumbnail]:hover span {
	width:100%;
	z-index:2;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(../../images/nav_next_hov.png);
	background-repeat:no-repeat;
	background-position:center center;
}

a.hidden {
	display:none;
	visibility:hidden;
	margin:0px;
}

div#content {
	padding-left:25px;
	min-height:360px;
}

div#content div {
	display:block;
	float:left;
}

div.sticky {
	width:131px;
	height:136px;
	display:block;
	position:absolute;
	top:302px;
	right:-60px;
	z-index:-1;
	background-image:url(../../images/sticky_form.png);
	background-repeat:no-repeat;
	background-position:top right;
}
a.sticky, a.sticky:hover {
	width:76px;
	height:110px;
	position:absolute;
	top:313px;
	right:-60px;
	z-index:1;
}