body, html {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}

img {
    border: 0px;
}

#container {
	width: 690px;
	height: 650px;
	overflow: hidden;
}

#left {
    width: 532px;
    margin: 0px;
    padding: 0px;
    float: left;
    padding-right: 5px;
    background: #fff;
}

#left #title {
    width: 532px;
    height: 83px;
    background: url('../frame/gallery_header_bg.gif') repeat-x bottom #fff;
    position: relative;
    padding: 0px;
    margin: 0px;
}

#left #title img {
	float: left;
	/* BEKA-nal csak, de me'???? */
}

/* ez is csak bekahoz */
#left #title h1 {
	color: #8C0000;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 6px;
	position: absolute;
	text-transform: uppercase;
	left: 130px;
	top: 10px;
}

#left #title .play, #left #title .stop, #left #title #prev, #left #title #next {
    display: block;
    position: absolute;
    top: 58px;
    width: 19px;
    height: 20px;
}

#left #title .play {
    right: 30px;
    background: url('../frame/gallery_play.gif') no-repeat center #fff;
}

#left #title .stop {
    right: 30px;
    background: url('../frame/gallery_stop.gif') no-repeat center #fff;
}

#left #title #prev {
    right: 50px;
    background: url('../frame/gallery_prev.gif') no-repeat center #fff;
}

#left #title #next {
    right: 10px;
    background: url('../frame/gallery_next.gif') no-repeat center #fff;
}

#left #header {
    height: 40px;
    padding: 5px;
    margin-bottom: 10px;
    background: #D4E4F7;
    color: #000;
}

#left #header h2 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin: 0px;

}

#left #header div {	/* datum */
    font-size: 10px;
}

#left #image_container {
    position: relative;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 500px;
    height: 420px;
}

#left #image {
}

#left #image b {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 512px;
    text-align: center;
    color: #000;
}

#left #thumbs {
    margin: 5px 6px 0px 6px;
    padding: 0px;
    position: relative;
    width: 520px;
    height: 64px;
    overflow: hidden;
}

#left #scroll_left {
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 23px;
    height: 64px;
}

#left #scroll_left a {
    display: block;
    width: 23px;
    height: 64px;
    background: url('../frame/scroll_left.gif');
}

#left #scroll_right {
    background: #d1b7da;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 23px;
    height: 64px;
}

#left #scroll_right a {
    display: block;
    width: 23px;
    height: 64px;
    background: url('../frame/scroll_right.gif');
}

#left #slider_box {
    position: absolute;
    left: 23px;
    top: 0px;
    width: 474px;
    height: 64px;
    overflow: hidden;
}

#left #slider {
    background: #D4E4F7;
    position: absolute;
    left: 0px;
    top: 0px;
}

#left #slider a {
    display: block;
    padding: 5px 4px 5px 4px;
    height: 54px;
    text-decoration: none;
}

#left #slider a:hover {
    background: #518FDD;
}

#left #image_loading {
    display: none;
    position: absolute;
    left: 230px;
    top: 190px;
}

#left #thumbs_loading {
    display: none;
    position: absolute;
    left: 230px;
    top: 25px;
}


#right {
    float: left;
    width: 149px;
    height: 650px;
    padding: 0px;
    background: #fff;
}

#right h2 {
    margin-top: 0;
    margin-bottom: 0;
    background: url('../frame/gallery_header_bg.gif') repeat-x bottom #fff;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding-top: 13px;
    padding-left: 42px;
	width: 110px;
    height: 70px;
}

#right select {
    width: 118px;
    border: 1px solid #8ca7c0;
    margin: 13px 0px 15px 18px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

#right #thumbs_gal_container {
    position: relative;
}

#right #gal_loading {
    display: none;
    position: absolute;
    top: 20px;
    left: 50px;
}

#right #thumbs_gal {
    width: 152px;
    height: 554px;
    overflow: auto;
    background: #D4E4F7;
}

#right #thumbs_gal a {
    text-decoration: none;
    color: #000000;
    font-size: 10px;
    display: block;
    text-align: center;
    padding: 15px;
}

#right #thumbs_gal a:hover {
    background: #518FDD;
}

#right #thumbs_gal a img {
    margin-bottom: 8px;
}

#right #thumbs_gal_container #bekabottom {
	width: 144px;
	margin-left: 5px;
	height: 9px;
}

.clear {
    clear: both;
    height: 0px;
    font-size: 0px;
}
