#keskus-gallery { position: relative; height: 150px; width: 450px; }

#galleryFrame { position: absolute; width: 375px; height: 125px; top: 30px; left: 37px; overflow: hidden; }
#frameImages { position: absolute; top: 0px; width: 3800px; }
	#frameImages a { 
		position: relative;
		display: block;
		float: left;
		width: 105px;
		height: 75px;
		margin: 0 10px;
		text-align: center;
		background: transparent url(/pics/gallery-link-bg.gif) top left no-repeat;
		}
	#frameImages a img { position: relative; border: none; margin: 5px 0; }

a#pushLeft, a#pushRight { position: absolute; top: 53px; width: 25px; height: 25px; text-indent: 1000px; overflow: hidden; cursor: pointer; }
	a#pushLeft { left: 5px; background: transparent url(/pics/button-pushleft.gif) top left no-repeat; }
	a#pushRight { right: 5px; background: transparent url(/pics/button-pushright.gif) top left no-repeat; }

a#hellos { 
	position: absolute;
	right: 0px;
	top: 115px;
	width: 126px;
	height: 16px;
	background: transparent url(/pics/gallery-link-hellos.gif) 0px 0px no-repeat;
	color: #fff;
	padding: 3px 5px 2px 5px;
	line-height: 15px;
	font-family: "trebuchet ms", calibri, arial, sans-serif;
	cursor: pointer;
	}
