	#mainbox-container {
		width: 840px;
		position: relative;
		overflow: hidden;
	}
	
		#mainbox-container ul {
			width: 20000em;
			position: relative;
			list-style: none;
			margin: 0;
			padding: 0;
		}

		#mainbox-container li {
			float: left;
		}

		.mainbox td>div img {
			display: none;
		}
		#mainbox .mainbox_image {
			width: 840px;
			height: 274px;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			position: relative;
		}
			
		#mainbox #mainbox-pagination {
			position: absolute;
			top: 240px;
			right: -141px;
			width: 555px;
			height: 34px;
			padding: 0 170px 0 0;
			text-align: right;
			background-image: url(kepek/lapozas_hatter.png);
			background-repeat: repeat-x;
		}
		
		#mainbox #mainbox-pagination a {
			display: inline-block;
			width: 12px;
			height: 34px;
			background-image: url(kepek/pont_feher.png);
			background-repeat: no-repeat;
			background-position: center center;
			margin: 0 2px 0 2px;
		}
		
		#mainbox #mainbox-pagination a:hover {
		}
		
		#mainbox #mainbox-pagination a.active {
			background-image: url(kepek/pont_sarga.png);
		}
