#table_photorating {
	overflow:hidden;
	position:relative;
}
#imagerating {
	width: 206px;
	overflow:hidden;
	position:relative;
	top:0px;
	z-index:2;
	display:block;
}
.image-blok {
	margin:0px;
	border:none;
	height:206px;
	width:206px;
	padding:0px;
}

.images {
	position: relative;
	z-index:1;
	top:0px;
	padding:0px;
	 border:none;
	 width:206px;
}
.scroll-top {
	width: 100%;
	height:20px;
	background-image:url('button.png');
	background-position: top;
	background-repeat:no-repeat;
	cursor: pointer;
	margin-bottom: 5px;
}
.scroll-top:hover {
	background-image:url('button-hover.png');
}
.scroll-bottom {
	width: 100%;
	height:20px;
	background-image:url('button.png');
	background-position: bottom;
	background-repeat:no-repeat;
	cursor: pointer;
	margin-top: 5px;
}
.scroll-bottom:hover {
	background-image:url('button-hover.png');
}
.rating_number {
	background-color:#000;
	padding:1px;
	font-size:50px;
	font-weight:bolder;
	line-height:60px;
	color:#DCEEFF;
	opacity: 0.5;
}
