	div#referenciak {
		background-image: url("../images/referenciak.png");
		background-repeat: no-repeat;
		background-position: left top;
		width: 940px;
		height: 319px;
		position: relative;
		left: 0px;
		top: 0px;
		z-index: 0;
	}
	
	
		div#referenciak_nyilak {
			background-image: url("../images/referenciak_nyilak.png");
			background-repeat: no-repeat;
			background-position: left top;
			width: 940px;
			height: 319px;
			position: absolute;
			left: 0px;
			top: 0px;
		}
		
		div#referenciak_nyilak #prev:link, div#referenciak_nyilak #prev:visited {
			float:left;
			width: 70px;
			height: 319px;
			display: inline;
			
		}
		
			div#referenciak_nyilak #prev:hover { text-decoration: none; }
	
	
		div#referenciak_nyilak #next:link, div#referenciak_nyilak #next:visited {
			float: right;
			width: 70px;
			height: 319px;
			display: inline;
		}
			div#referenciak_nyilak #next:hover { text-decoration: none; }
			
			#prev {
				background-image: url("../images/referenciak_nyil_prev.png");
				background-repeat: no-repeat;
				background-position: left top;
				position: absolute;
				left: 0px;
				top: 0px;
				display: block;
				width: 66px;
				height: 319px;
			} 
				#prev:hover { text-decoration: none; }
			
			#next {
				background-image: url("../images/referenciak_nyil_next.png");
				background-repeat: no-repeat;
				background-position: left top;
				position: absolute;
				right: 0px;
				top: 0px;
				display: block;
				width: 66px;
				height: 319px;
			}
				#next:hover { text-decoration: none; }
			
	
		div#referenciak_view {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 901px;
			height: 320px;
			overflow: hidden;
			margin-left: 19px;
		}
	
		div#referenciak_scroller {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 20000px;
		}
			
			div.referencia {
				float:left;
				width: 214px;
				height: 175px;
				display: inline;
				
				padding-left: 87px;
				padding-top: 145px;
				padding-right: 600px;

				text-align: center;
			}
			
				div.referencia h1 {
					font-family: 'Philosopher', Arial;
					font-size: 15px;
					font-weight: bold;
					line-height: 18px;
					color: #FFF;
					margin: 0px;
					padding: 0px;
				}
			
				div.referencia.evhonlapja h1 {
					margin-top: 70px;
				}
				
				div.referencia a {
					font-family: 'Philosopher', Arial;
					font-size: 12px;
					font-weight: normal;
					line-height: 18px;
					color: #FFF;
				}
				
				div.referencia p {
					font-family: 'Philosopher', Arial;
					font-size: 13px;
					font-weight: normal;
					line-height: 18px;
					color: #FFF;
				}
				
				div.referencia a.tovabb {
					background-image: url("../images/tovabb_white.png");
					font-family: 'Philosopher', Arial;
					font-size: 12px;
					font-weight: bold;
					line-height: 18px;
					color: #FFF;
				}

