body{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #f0fff2;
}

p, ul, a, ul li {
	margin: 0px;
	padding: 0px;
}

#bg_layer_top{
	background-image: url(../img/bg_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 350px;
	min-width: 1007px;
	min-height: 350px;
	top: 0;
}

#container{
	height: 100%;
	width: 100%;
	min-width: 1007px;
	min-height: 760px;
	text-align: center;
	background-image: url(../img/bg_bottom.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#page{
	position: relative;
	z-index: 5;
	text-align: left;
	margin: 0px auto;
	padding: 0px 0 0 1px;
	width: 1007px;
}


/* ============================================================ */
/* HEADER */
/* ============================================================ */

#header {
	margin: 0px;
	padding: 0px;
	height: 170px;
	position: relative;
}

#logo {
	border: none;
	overflow: hidden;
	width: 278px;
	height: 170px;
	position: absolute;
	top: 0px;
	left: 62px;
}

#logo span{
	width: 278px;
	height: 170px;
	display: block;
	background-image: url(../img/logo.jpg);
}

#slogan {
	overflow: hidden;
	width: 339px;
	height: 58px;
	position: absolute;
	top: 35px;
	right: 17px;
	padding: 0px;
	margin: 0px;
}

#slogan span{
	width: 339px;
	height: 58px;
	display: block;
	background-image: url(../img/slogan.jpg);
}

#contact_link{
	background: url(../img/contact.jpg) 0px 0px;
	width: 87px;
	height: 35px;
	display: block;
	overflow: hidden;
	text-indent: 200px;
	position: absolute;
	z-index: 10;
	top: 184px;
	left: 242px;
}

#contact_link:hover{
	background: url(../img/contact.jpg) 0px 35px;
}


/* ============================================================ */
/*   MENU    */
/* ============================================================ */




#menu {
	list-style-type: none;
	position: absolute;
	top: 89px;
	left: 368px;
	padding: 0px;
	margin: 0px;
}

#menu li {
	position: absolute;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	height: 53px;
}

#menu li a {
	display: block;
}

#menu li a span{
	display: block;
	height: 53px;
	cursor: pointer;
}

#menu li.active {
	z-index: 10;
}

#mp_home {
	width: 103px;
	left: 0px;
}

#mp_home  a span {
	background: url(../img/menu_home.jpg) 0px 53px;
}

#mp_home  a:hover span {
	background: url(../img/menu_home.jpg) 0px 106px;
}

#mp_home.active a span {
	background: url(../img/menu_home.jpg) 0px 0px;
}

#mp_services {
	width: 126px;
	left: 3px;
}

#mp_services  a span {
	background: url(../img/menu_services.jpg) 0px 53px;
}

#mp_services  a:hover span {
	background: url(../img/menu_services.jpg) 0px 106px;
}

#mp_services.active  a span {
	background: url(../img/menu_services.jpg) 0px 0px;
}


#mp_rooms {
	width: 108px;
	left: 123px;
}

#mp_rooms  a span {
	background: url(../img/menu_rooms.jpg) 0px 53px;
}

#mp_rooms  a:hover span {
	background: url(../img/menu_rooms.jpg) 0px 106px;
}

#mp_rooms.active  a span {
	background: url(../img/menu_rooms.jpg) 0px 0px;
}


#mp_location {
	width: 136px;
	left: 227px;
}

#mp_location  a span {
	background: url(../img/menu_location.jpg) 0px 53px;
}

#mp_location  a:hover span {
	background: url(../img/menu_location.jpg) 0px 106px;
}

#mp_location.active  a span {
	background: url(../img/menu_location.jpg) 0px 0px;
}

#mp_rates{
	width: 103px;
	left: 356px;
}

#mp_rates  a span {
	background: url(../img/menu_rates.jpg) 0px 53px;
}

#mp_rates  a:hover span {
	background: url(../img/menu_rates.jpg) 0px 106px;
}

#mp_rates.active  a span {
	background: url(../img/menu_rates.jpg) 0px 0px;
}


#mp_booknow {
	width: 136px;
	left: 478px;
}

#mp_booknow  a span {
	background: url(../img/menu_booknow.jpg) 0px 0px;
}

#mp_booknow  a:hover span {
	background: url(../img/menu_booknow.jpg) 0px 53px;
}



/* ============================================================ */
/*  Langmenu */
/* ============================================================ */

#langmenu {
	list-style-type: none;
	position: absolute;
	top: 12px;
	right: 208px;
	padding: 0px;
	margin: 0px;
}

#langmenu li {
	position: absolute;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	height: 22px;
}

#langmenu li a {
	display: block;
}

#langmenu li a span{
	display: block;
	height: 22px;
	cursor: pointer;
}

#langmenu li.lang_active {
	z-index: 10;
}

#lang_hu {
	width: 36px;
	left: 0px;
}

#lang_hu  a span {
	background: url(../img/lang_hu.jpg) 0px 0px;
}

#lang_hu  a:hover span {
	background: url(../img/lang_hu.jpg) 0px 23px;
}

#lang_hu.lang_active a span {
	background: url(../img/lang_hu.jpg) 0px 23px;
}


#lang_en {
	width: 30px;
	left: 35px;
}

#lang_en  a span {
	background: url(../img/lang_en.jpg) 0px 0px;
}

#lang_en  a:hover span {
	background: url(../img/lang_en.jpg) 0px 23px;
}

#lang_en.lang_active a span {
	background: url(../img/lang_en.jpg) 0px 23px;
}

#lang_de {
	width: 30px;
	left: 64px;
}

#lang_de  a span {
	background: url(../img/lang_de.jpg) 0px 0px;
}

#lang_de  a:hover span {
	background: url(../img/lang_de.jpg) 0px 23px;
}

#lang_de.lang_active a span {
	background: url(../img/lang_de.jpg) 0px 23px;
}

#lang_fr {
	width: 28px;
	left: 94px;
}

#lang_fr  a span {
	background: url(../img/lang_fr.jpg) 0px 0px;
}

#lang_fr  a:hover span {
	background: url(../img/lang_fr.jpg) 0px 23px;
}

#lang_fr.lang_active a span {
	background: url(../img/lang_fr.jpg) 0px 23px;
}

#lang_es {
	width: 26px;
	left: 120px;
}

#lang_es  a span {
	background: url(../img/lang_es.jpg) 0px 0px;
}

#lang_es  a:hover span {
	background: url(../img/lang_es.jpg) 0px 23px;
}

#lang_es.lang_active a span {
	background: url(../img/lang_es.jpg) 0px 23px;
}

#lang_it {
	width: 32px;
	left: 146px;
}

#lang_it  a span {
	background: url(../img/lang_it.jpg) 0px 0px;
}

#lang_it  a:hover span {
	background: url(../img/lang_it.jpg) 0px 23px;
}

#lang_it.lang_active a span {
	background: url(../img/lang_it.jpg) 0px 23px;
}



/* ============================================================ */
/*  CONTENT */
/* ============================================================ */



#content {
	width: 1007px;
	margin: 0px;
	padding: 0px;
}

#content_left {
	width: 340px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#content_right_outer {
	margin: 0px;
	padding: 0px;
	width: 667px;
	float: right;
	background-image: url(../img/content_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#content_right  {
	position: relative;
	background-color: #483b2a;
	color: white;
	margin: 15px 30px 0px 20px;
	padding: 0px;
}

#content_right a {
	color: #e99c42;
}

#content_right_foot{
	margin: 0px;
	padding: 0px;
	height: 75px;
}


/* ============================================================ */
/*  CONTENT FOOTER   */
/* ============================================================ */


#bottom_menu{
	float: left;
	list-style-type: none;
	margin: 23px 0px 0px 43px;
	padding: 0px;
}

#bottom_menu li{
	float: left;
	padding: 0px;
	margin: 0px;
}

#bottom_menu li a {
	padding: 5px 11px 5px 10px;
	text-decoration: none;
	color: white;
	background-image: url(../img/pipe.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
}

#bottom_menu li a:hover {
	color: #c39820;
}

#bottom_menu #bm_booknow a {
	background: none;
}



#link_to_top_en {
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	color: #cbf4b1;
	font-size: 11px;
	text-indent: 39px;
	line-height: 31px;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 32px;
	width: 169px;
	margin: 14px 0px 30px 0px;
	padding: 0px;
	float: right;
}

#link_to_top_en:hover {
	color: white;
	background-position: 0px -32px;
}

#footer {
	clear: both;
	color: #589d41;
	text-align: right;
	padding: 16px 10px 25px 0px;
	margin:0px;
	position: relative;
}

/* ============================================================ */
/*	RIGHT COL	*/
/* ============================================================ */



#address {
	overflow: hidden;
	height: 56px;
	width: 340px;
	font-family: Georgia;
}

#address span {
	display: block;
	height: 56px;
	width: 340px;
	background-image: url(../img/address_all.jpg);
}

#special_offer {
	background: url(../img/special_offer_en.jpg);
	width: 340px;
	margin: -2px 0 0 0;
	padding: 47px 0px 0px 0px;
	position: relative;
	overflow: visible;
	z-index: 20;
}

#special_offer br {
	line-height: 20px;
}

#special_offer p {
	font-family: Georgia;
	background: url(../img/address_bg.jpg);
	padding: 9px 22px 11px 35px;
	color: #7d5601;
	font-size: 11px;
	text-align: justify;
	line-height: 16px;
}
#special_offer .corner {
	position:absolute;
	display: block;
	width: 30px;
	height: 50px;
	background: url(../img/corner.jpg) left 7px no-repeat;
	right: 0;
	bottom: -7px;
}
#offer_left {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	color: #79dec1;
	text-transform: uppercase;
	float: left;
	position: relative;
	left: 1px;
}

#offer_right {
	font-family: Georgia;
	font-size: 18px;
	color: #79dec1;
	float: right ;
	position: relative;
	bottom: 4px;
}
#special_offer a,
#special_offer .more {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #82bf3d;
	font-size: 11px;
	font-style: italic;
}

#left_panel_down {
	position: absolute;
}

#gallery {
	position: absolute;
	top: 0px;
	left: 0px;
}

#gallery_menu {
	width: 340px;
	height: 36px;
	overflow: hidden;
	position: absolute;
}

#gallery_menu span {
	width: 340px;
	height: 36px;
	display: block;
	background-image: url(../img/photogal.jpg);
}

#gallery_window {
	position: absolute;
	top: 36px;
	height: 207px;
	width: 340px;
	background-image: url(../img/gallery_bottom.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#gallery_window a,
#gallery_window a:visited{
	text-decoration: none;
	border: none;
}

#gallery_window .thumbnail{
	position: absolute;
	margin-left: 30px;
	z-index: 1;
	height: 176px;
	width: 310px;
	border: 0px;
}


#gallery_nav {
	list-style-type: none;
	position: absolute;
	top: 10px;
	left: 224px;
	padding: 0px;
	margin: 0px;
}

#gallery_nav li {
	position: absolute;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	height: 22px;
}

#gallery_nav li a {
	display: block;
}

#gallery_nav li a span{
	display: block;
	height: 22px;
	cursor: pointer;
}


/* GALLERY NAVIGATION */

#gn_1 {
	width: 20px;
	left: 0px;
}

#gn_1  a span {
	background: url(../img/gal_nav_1.jpg) 0px 0px;
}

#gn_1.active a span {
	background: url(../img/gal_nav_1.jpg) 0px 22px;
}

#gn_2 {
	width: 16px;
	left: 20px;
}

#gn_2  a span {
	background: url(../img/gal_nav_2.jpg) 0px 0px;
}

#gn_2.active a span {
	background: url(../img/gal_nav_2.jpg) 0px 22px;
}

#gn_3 {
	width: 15px;
	left: 36px;
}

#gn_3  a span {
	background: url(../img/gal_nav_3.jpg) 0px 0px;
}

#gn_3.active a span {
	background: url(../img/gal_nav_3.jpg) 0px 22px;
}

#gn_4 {
	width: 16px;
	left: 51px;
}

#gn_4  a span {
	background: url(../img/gal_nav_4.jpg) 0px 0px;
}

#gn_4.active a span {
	background: url(../img/gal_nav_4.jpg) 0px 22px;
}

#gn_prev {
	width: 25px;
	left: 67px;
}

#gn_prev  a span {
	background: url(../img/gal_nav_prev.jpg) 0px 0px;
}

#gn_prev a:hover span {
	background: url(../img/gal_nav_prev.jpg) 0px 22px;
}

#gn_next {
	width: 24px;
	left: 92px;
}

#gn_next  a span {
	background: url(../img/gal_nav_next.jpg) 0px 0px;
}

#gn_next a:hover span {
	background: url(../img/gal_nav_next.jpg) 0px 22px;
}




/* BUTTONS NAVIGATION */

#side_menu {
	list-style-type: none;
	position: absolute;
	top: 212px;
	left: 30px;
	padding: 0px;
	margin: 0px;
}

#side_menu li {
	position: absolute;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	width: 309px;
}

#side_menu li a {
	display: block;
}

#side_menu li a span{
	display: block;
	width: 309px;
	cursor: pointer;
}
#sm_3d {
	height: 34px;
	top: 0px;
}

#sm_3d  a span {
	height: 34px;
	background: url(../img/sm_3d.jpg) 0px 0px;
}

#sm_3d  a:hover span, #sm_3d.active  a span {
	background: url(../img/sm_3d.jpg) 0px 33px;
}

#sm_wellness {
	height: 33px;
	top: 33px;
}

#sm_wellness  a span {
	height: 33px;
	background: url(../img/sm_wellness.jpg) 0px 0px;
}

#sm_wellness  a:hover span, #sm_wellness.active  a span {
	background: url(../img/sm_wellness.jpg) 0px 33px;
}

#sm_aptserv {
	height: 37px;
	top: 65px;
}

#sm_aptserv  a span {
	height: 37px;
	background: url(../img/sm_aptserv.jpg) 0px 0px;
}

#sm_aptserv  a:hover span, #sm_aptserv.active  a span {
	background: url(../img/sm_aptserv.jpg) 0px 37px;
}


#sm_longterm {
	height: 37px;
	top: 103px;
}

#sm_longterm  a span {
	height: 37px;
	background: url(../img/sm_longterm.jpg) 0px 0px;
}

#sm_longterm  a:hover span, #sm_longterm.active  a span {
	background: url(../img/sm_longterm.jpg) 0px 36px;
}


#sm_night {
	height: 37px;
	top: 140px;
}

#sm_night  a span {
	height: 37px;
	background: url(../img/sm_night.jpg) 0px -3px;
}

#sm_night  a:hover span, #sm_night.active  a span {
	background: url(../img/sm_night.jpg) 0px 38px;
}


#sm_event {
	height: 37px;
	top: 176px;
}

#sm_event  a span {
	height: 37px;
	background: url(../img/sm_event.jpg) 0px 0px;
}

#sm_event  a:hover span, #sm_event.active  a span {
	background: url(../img/sm_event.jpg) 0px 37px;
}


#sm_health {
	height: 37px;
	top: 213px;
}

#sm_health  a span {
	height: 37px;
	background: url(../img/sm_health.jpg) 0px 0px;
}

#sm_health  a:hover span, #sm_health.active  a span {
	background: url(../img/sm_health.jpg) 0px 37px;
}


#sm_opera {
	height: 37px;
	top: 250px;
}

#sm_opera  a span {
	height: 37px;
	background: url(../img/sm_opera.jpg) 0px 0px;
}

#sm_opera  a:hover span, #sm_opera.active  a span {
	background: url(../img/sm_opera.jpg) 0px 37px;
}


#sm_landmarks {
	height: 37px;
	top: 287px;
}

#sm_landmarks  a span {
	height: 37px;
	background: url(../img/sm_landmarks.jpg) 0px 0px;
}

#sm_landmarks  a:hover span, #sm_landmarks.active  a span {
	background: url(../img/sm_landmarks.jpg) 0px 37px;
}


#sm_walkin {
	height: 37px;
	top: 324px;
}

#sm_walkin  a span {
	height: 37px;
	background: url(../img/sm_walkin.jpg) 0px 0px;
}

#sm_walkin  a:hover span, #sm_walkin.active  a span {
	background: url(../img/sm_walkin.jpg) 0px 38px;
}


#sm_street {
	height: 37px;
	top: 360px;
}

#sm_street  a span {
	height: 37px;
	background: url(../img/sm_street.jpg) 0px 0px;
}

#sm_street  a:hover span, #sm_street.active  a span {
	background: url(../img/sm_street.jpg) 0px 37px;
}


#sm_bp {
	height: 37px;
	top: 398px;
}

#sm_bp  a span {
	height: 37px;
	background: url(../img/sm_bp.jpg) 0px 0px;
}

#sm_bp  a:hover span, #sm_bp.active  a span {
	background: url(../img/sm_bp.jpg) 0px 37px;
}


#sm_howto {
	height: 37px;
	top: 434px;
}

#sm_howto  a span {
	height: 37px;
	background: url(../img/sm_howto.jpg) 0px 0px;
}

#sm_howto  a:hover span, #sm_howto.active  a span {
	background: url(../img/sm_howto.jpg) 0px 38px;
}



/* ============================================================ */
/* CONTENT SPECIFIC  */
/* ============================================================ */

/* H1 */

#h1_home{
	margin: 17px 0px 0px 20px;
	padding: 0px;
	height: 93px;
	width: 273px;
	overflow: hidden;
}

#h1_home span{
	display: block;
	height: 93px;
	width: 273px;
	background-image: url(../img/title_home.jpg);
}

#h1_location{
	margin: 17px 0px 0px 20px;
	padding: 0px;
	height: 93px;
	width: 236px;
	overflow: hidden;
}

#h1_location span{
	display: block;
	height: 93px;
	width: 236px;
	background-image: url(../img/title_location.jpg);
}

#h1_street{
	margin: 17px 0px 0px 20px;
	padding: 0px;
	height: 93px;
	width: 336px;
	overflow: hidden;
}

#h1_street span{
	display: block;
	height: 93px;
	width: 336px;
	background-image: url(../img/title_street.jpg);
}
#h1_walk {
	margin: 17px 0px 0px 20px;
	padding: 0px;
	height: 93px;
	width: 614px;
	overflow: hidden;
}

#h1_walk span{
	display: block;
	height: 93px;
	width: 614px;
	background-image: url(../img/title_walk.jpg);
}
#h1_budapest {
	margin: 17px 0px 0px 20px;
	padding: 0px;
	height: 93px;
	width: 239px;
	overflow: hidden;
}

#h1_budapest span{
	display: block;
	height: 93px;
	width: 239px;
	background-image: url(../img/title_budapest.jpg);
}
#h1_landmarks {
	margin: 17px 0px 0px 20px;
	padding: 0px;
	height: 93px;
	width: 614px;
	overflow: hidden;
}

#h1_landmarks span{
	display: block;
	height: 93px;
	width: 614px;
	background-image: url(../img/title_landmarks.jpg);
}

#h1_services{
	margin: 17px 0px 0px 20px;
	padding: 0px;
	height: 93px;
	width: 209px;
	overflow: hidden;
}

#h1_services span{
	display: block;
	height: 93px;
	width: 209px;
	background-image: url(../img/title_services.jpg);
}

#h1_rooms{
	margin: 17px 0px 0px 20px;
	padding: 0px;
	height: 93px;
	width: 209px;
	overflow: hidden;
}

#h1_rooms span{
	display: block;
	height: 93px;
	width: 209px;
	background-image: url(../img/title_rooms.jpg);
}

#h1_booknow{
	margin: 17px 0px 0px 20px;
	padding: 0px;
	height: 93px;
	width: 252px;
	overflow: hidden;
}

#h1_booknow span{
	display: block;
	height: 93px;
	width: 252px;
	background-image: url(../img/title_booknow.jpg);
}

#h1_rates{
	margin: 17px 0px 0px 20px;
	padding: 0px;
	height: 93px;
	width: 188px;
	overflow: hidden;
}

#h1_rates span{
	display: block;
	height: 93px;
	width: 188px;
	background-image: url(../img/title_rates.jpg);
}

#h1_wellness{
	margin: 17px 0px 0px 20px;
	padding: 0px;
	height: 93px;
	width: 236px;
	overflow: hidden;
}

#h1_wellness span{
	display: block;
	height: 93px;
	width: 236px;
	background-image: url(../img/title_wellness.jpg);
}

#h1_night{
	margin: 17px 0px 0px 20px;
	padding: 0px;
	height: 93px;
	width: 617px;
	overflow: hidden;
}

#h1_night span{
	display: block;
	height: 93px;
	width: 617px;
	background-image: url(../img/title_night.jpg);
}

#h1_aptserv{
	margin: 17px 0px 0px 20px;
	padding: 0px;
	height: 93px;
	width: 431px;
	overflow: hidden;
}

#h1_aptserv span{
	display: block;
	height: 93px;
	width: 431px;
	background-image: url(../img/title_aptserv.jpg);
}

#h1_longterm{
	margin: 17px 0px 0px 20px;
	padding: 0px;
	height: 93px;
	width: 431px;
	overflow: hidden;
}

#h1_longterm span{
	display: block;
	height: 93px;
	width: 431px;
	background-image: url(../img/title_longterm.jpg);
}

#h1_health{
	margin: 17px 0px 0px 20px;
	padding: 0px;
	height: 93px;
	width: 617px;
	overflow: hidden;
}

#h1_health span{
	display: block;
	height: 93px;
	width: 617px;
	background-image: url(../img/title_health.jpg);
}

#h1_event{
	margin: 17px 0px 0px 20px;
	padding: 0px;
	height: 93px;
	width: 353px;
	overflow: hidden;
}

#h1_event span{
	display: block;
	height: 93px;
	width: 353px;
	background-image: url(../img/title_event.jpg);
}

#h1_opera{
	margin: 17px 0px 0px 20px;
	padding: 0px;
	height: 93px;
	width: 500px;
	overflow: hidden;
}

#h1_opera span{
	display: block;
	height: 93px;
	width: 500px;
	background-image: url(../img/title_opera.jpg);
}

#h1_howto{
	margin: 17px 0px 0px 20px;
	padding: 0px;
	height: 93px;
	width: 617px;
	overflow: hidden;
}

#h1_howto span{
	display: block;
	height: 93px;
	width: 617px;
	background-image: url(../img/title_howto.jpg);
}


#h1_contact{
	margin: 17px 0px 0px 20px;
	padding: 0px;
	height: 93px;
	width: 617px;
	overflow: hidden;
}

#h1_contact span{
	display: block;
	height: 93px;
	width: 617px;
	background-image: url(../img/title_contact.jpg);
}

#h1_3d{
	margin: 17px 0px 0px 20px;
	padding: 0px;
	height: 93px;
	width: 396px;
	overflow: hidden;
}

#h1_3d span{
	display: block;
	height: 93px;
	width: 396px;
	background-image: url(../img/title_3d.jpg);
}

/* H2  */


#content_right h2 {
	font-family: 'Trebuchet MS', Verdana;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	margin: 13px 0px 0px 34px;
	padding: 0px;
	background-repeat: no-repeat;
}

#content_right #h2_haven {
	width: 296px;
	height: 23px;
	overflow: hidden;
}

#content_right #h2_haven span {
	width: 296px;
	height: 23px;
	display: block;
	background: url(../img/h2_haven.jpg) 0px 0px;
}

#content_right #h2_opera {
	width: 555px;
	height: 23px;
	overflow: hidden;
}
#content_right #h2_opera span{
	width: 555px;
	height: 23px;
	display: block;
	background: url(../img/h2_opera.jpg) 0px 0px;
}

#content_right #h2_welcome {
	width: 411px;
	height: 23px;
	overflow: hidden;
}
#content_right #h2_welcome span{
	width: 411px;
	height: 23px;
	display: block;
	background: url(../img/h2_welcome.jpg) 0px 0px;
}

#content_right #h2_relax {
	width: 174px;
	height: 23px;
	overflow: hidden;
	margin: 13px 0px 0px 33px;
}
#content_right #h2_relax span{
	width: 174px;
	height: 23px;
	display: block;
	background: url(../img/h2_relax.jpg) 0px 0px;
}

#content_right #h2_charm {
	width: 326px;
	height: 23px;
	overflow: hidden;
	margin: 13px 0px 0px 31px;
}
#content_right #h2_charm span{
	width: 326px;
	height: 23px;
	display: block;
	background: url(../img/h2_charming.jpg) 0px 0px;
}


#content_right #h2_walkin {
	width: 291px;
	height: 23px;
	overflow: hidden;
	margin: 13px 0px 0px 0px;
}

#content_right #h2_walkin span{
	width: 291px;
	height: 23px;
	display: block;
	background: url(../img/h2_walkin.jpg) 0px 0px;
}

#content_right #h2_bp {
	width: 126px;
	height: 23px;
	overflow: hidden;
	margin: 13px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
}

#content_right #h2_bp span{
	width: 126px;
	height: 23px;
	display: block;
	background: url(../img/h2_bp.jpg) 0px 0px;
}

#content_right #h2_street {
	width: 194px;
	height: 21px;
	overflow: hidden;
	margin: 13px 0px 14px 0px;
	padding: 2px 0px 0px 0px;
}

#content_right #h2_street span{
	width: 194px;
	height: 21px;
	display: block;
	background: url(../img/h2_street.jpg) 0px 0px;
}

#content_right #h2_nearby {
	width: 413px;
	height: 25px;
	overflow: hidden;
	margin: 10px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
}

#content_right #h2_nearby span{
	width: 413px;
	height: 25px;
	display: block;
	background: url(../img/h2_nearby.jpg) 0px 0px;
}

#content_right #h2_comfort {
	width: 373px;
	height: 22px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content_right #h2_comfort span{
	width: 373px;
	height: 22px;
	display: block;
	background: url(../img/h2_comfort.jpg) 0px 0px;
}

#content_right #h2_hotel {
	width: 99px;
	height: 20px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content_right #h2_hotel span{
	width: 99px;
	height: 20px;
	display: block;
	background: url(../img/h2_hotel.jpg) 0px 0px;
}

#content_right #h2_amenities {
	width: 292px;
	height: 19px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content_right #h2_amenities span{
	width: 292px;
	height: 19px;
	display: block;
	background: url(../img/h2_amenities.jpg) 0px 0px;
}

#content_right #h2_enjoy {
	width: 352px;
	height: 21px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content_right #h2_enjoy span{
	width: 352px;
	height: 21px;
	display: block;
	background: url(../img/h2_enjoy.jpg) 0px 0px;
}

#content_right #h2_types {
	width: 179px;
	height: 18px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content_right #h2_types span{
	width: 179px;
	height: 18px;
	display: block;
	background: url(../img/h2_types.jpg) 0px 0px;
}

#content_right #h2_map {
	width: 224px;
	height: 21px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content_right #h2_map span{
	width: 224px;
	height: 21px;
	display: block;
	background: url(../img/h2_map.jpg) 0px -2px;
}

#content_right #h2_reach {
	width: 179px;
	height: 24px;
	overflow: hidden;
	margin: 0px 0px 11px 0px;
	padding: 0px 0px 0px 0px;
}

#content_right #h2_reach span{
	width: 179px;
	height: 24px;
	display: block;
	background: url(../img/h2_reach.jpg) 0px -3px;
}

#content_right #h2_inquiry {
	width: 111px;
	height: 27px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content_right #h2_inquiry span{
	width: 111px;
	height: 27px;
	display: block;
	background: url(../img/h2_inquiry.jpg) 0px -2px;
}

#content_right #h2_prices {
	width: 95px;
	height: 25px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content_right #h2_prices span{
	width: 95px;
	height: 25px;
	display: block;
	background: url(../img/h2_prices.jpg) 0px -2px;
}




/* H3  */


#content_right #h3_meeting {
	width: 469px;
	height: 16px;
	overflow: hidden;
	margin: 9px 0px 0px 0px;
}

#content_right #h3_meeting span{
	width: 469px;
	height: 16px;
	display: block;
	background: url(../img/h3_meeting.jpg) 0px 0px;
}

#content_right #h3_allroad {
	width: 241px;
	height: 23px;
	overflow: hidden;
	margin: 12px 0px 0px 0px;
}

#content_right #h3_allroad span{
	width: 241px;
	height: 23px;
	display: block;
	background: url(../img/h3_allroads.jpg) 0px 0px;
}


#content_right #h3_harmony {
	width: 282px;
	height: 21px;
	overflow: hidden;
	margin: 12px 0px 0px 0px;
}

#content_right #h3_harmony span{
	width: 282px;
	height: 21px;
	display: block;
	background: url(../img/h3_harmony.jpg) 0px 0px;
}

#content_right #h3_spa {
	width: 201px;
	height: 16px;
	overflow: hidden;
	margin: 20px 0px 0px 0px;
}

#content_right #h3_spa span{
	width: 201px;
	height: 16px;
	display: block;
	background: url(../img/h3_spa.jpg) 0px 0px;
}

#content_right #h3_culture {
	width: 148px;
	height: 16px;
	overflow: hidden;
	margin: 20px 0px 0px 0px;
}

#content_right #h3_culture span{
	width: 148px;
	height: 16px;
	display: block;
	background: url(../img/h3_culture.jpg) 0px 0px;
}

#content_right #h3_gastro {
	width: 179px;
	height: 16px;
	overflow: hidden;
	margin: 20px 0px 0px 0px;
}

#content_right #h3_gastro span{
	width: 179px;
	height: 16px;
	display: block;
	background: url(../img/h3_gastro.jpg) 0px 0px;
}

#content_right #h3_air,
#content_right #h3_rail1,
#content_right #h3_rail2,
#content_right #h3_rail3,
#content_right #h3_driving1,
#content_right #h3_driving2,
#content_right #h3_driving3
{
	margin: 0px 0px 0px 20px;
	padding: 4px 0px 5px 12px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: white;
	text-transform: uppercase;
}

#content_right #h3_air span {
	color: #e99c42;
}
#content_right #h3_rail1 span {
	color: #e65129;
}
#content_right #h3_rail2 span {
	color: #84e6f4;
}
#content_right #h3_rail3 span {
	color: #d1ff79;
}
#content_right #h3_driving1 span {
	color: #e99c42;
}
#content_right #h3_driving2 span {
	color: #e65129;
}
#content_right #h3_driving3 span {
	color: #84e6f4;
}


/* ============================================================ */
/*  PAGE-LAYOUTS  */
/* ============================================================ */

/* HOME  */

#content_right p {
	background-position: top left;
	background-repeat: no-repeat;
	color: white;
	font-family: Verdana;
	font-size: 11px;
	background-color: #564a3b;
	margin: 5px 6px;
	padding: 9px 36px 16px 41px;
	text-align: justify;
	border-width: 0px 0px 1px 0px;
	border-color: #856b21;
	border-style: solid;
	line-height: 17px;
	word-spacing: -1px;
}

#content_right p.not_last {
	padding: 9px 36px 0 41px;
	margin: 5px 6px -5px;
	border: none;
}

#p_haven {
	background-image: url(../img/dot_green.jpg);
}

#p_welcome{
	margin-top: 6px !important;
	background-image: url(../img/dot_orange.jpg);
}

#p_opera {
	margin-top: 8px !important;
	background-image: url(../img/dot_cyan.jpg);
}

#p_charm{
	margin-top: 7px !important;
	background-image: url(../img/dot_green.jpg);
}

#p_relax{
	margin-top: 8px !important;
	background-image: url(../img/dot_orange.jpg);
	border: none !important;
	padding: 9px 36px 28px 41px !important;
}



/* BUDAPEST  */

#content_right_bp_1 {
	background-color: #564a3b;
	margin: 4px 6px 5px 6px;
	padding: 0px 0px 20px 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #856b21;
	border-style: solid;
}
#content_right_bp_1 p {
	color: white;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	line-height: 17px;
	word-spacing: -2px;
	padding: 6px 33px 6px 40px;
	margin: 0px;
	border: none;
	background-position: -1px -3px;
	background-repeat: no-repeat;
	background-image: url(../img/dot_orange.jpg);
}

#content_right_bp_2 {
	background-color: #564a3b;
	margin: 6px 6px 5px 6px;
	padding: 3px 0px 20px 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #856b21;
	border-style: solid;
}
#content_right_bp_2 p {
	color: white;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	line-height: 17px;
	word-spacing: -2px;
	padding: 6px 33px 6px 40px;
	margin: 0px;
	border: none;
	background-position: -1px -3px;
	background-repeat: no-repeat;
	background-image: url(../img/dot_cyan.jpg);
}

#content_right_bp_3 {
	background-color: #564a3b;
	margin: 6px 6px 5px 6px;
	padding: 3px 0px 20px 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #856b21;
	border-style: solid;
}
#content_right_bp_3 p {
	color: white;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	line-height: 17px;
	word-spacing: -2px;
	padding: 6px 33px 6px 40px;
	margin: 0px;
	border: none;
	background-position: -1px -3px;
	background-repeat: no-repeat;
	background-image: url(../img/dot_green.jpg);
}

#content_right_bp_4 {
	background-color: #564a3b;
	margin: 6px 6px 5px 6px;
	padding: 3px 0px 20px 0px;
}
#content_right_bp_4 p {
	color: white;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	line-height: 17px;
	word-spacing: -2px;
	padding: 6px 33px 6px 40px;
	margin: 0px;
	border: none;
	background-position: -1px -3px;
	background-repeat: no-repeat;
	background-image: url(../img/dot_orange.jpg);
}


/* WALKIN IN DA NEIGHBOURHOOD */


#content_right_walkin{
	background-color: #564a3b;
	margin: 4px 6px 5px 6px;
	padding: 0px 0px 20px 0px;
}

#content_right_walkin p {
	color: white;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	line-height: 17px;
	word-spacing: -2px;
	padding: 6px 33px 6px 40px;
	margin: 0px;
	border: none;
	background-position: -1px -3px;
	background-repeat: no-repeat;
	background-image: url(../img/dot_orange.jpg);
}


/* STREET HISTORY  */


#content_right_street{
	background-color: #564a3b;
	margin: 9px 6px 5px 6px;
	padding: 1px 0px 20px 0px;
}

#content_right_street p {
	color: white;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	line-height: 17px;
	word-spacing: -2px;
	padding: 6px 33px 6px 40px;
	margin: 0px;
	border: none;
	background-position: -1px -3px;
	background-repeat: no-repeat;
	background-image: url(../img/dot_green.jpg);
}

/* NEARBY ATTRACTIONS */


#content_right_nearby{
	margin: 3px 6px 5px 6px;
	padding: 5px 35px 20px 40px;
	background-color: #564a3b;
	list-style-image: url(../img/li_dot_green.jpg);
}

#content_right_nearby li{
	margin: 0px;
	padding: 5px 0px;
	background-image: url(../img/dots.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content_right_nearby li.last {
	background:none;
}

/* SERVICES */

#content_right_comfort{
	background-color: #564a3b;
	margin: 6px 6px 17px 6px;
	padding: 3px 0px 15px 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #856b21;
	border-style: solid;
}

#content_right_comfort p {
	color: white;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	line-height: 17px;
	word-spacing: -2px;
	padding: 6px 33px 0px 38px;
	margin: 0px;
	border: none;
	background-position: -1px -3px;
	background-repeat: no-repeat;
	background-image: url(../img/dot_green.jpg);
}

#content_right_hotel{
	margin: 6px 6px 19px 6px;
	padding: 7px 35px 20px 40px;
	background-color: #564a3b;
	list-style-image: url(../img/li_dot_orange.jpg);
	border-width: 0px 0px 1px 0px;
	border-color: #856b21;
	border-style: solid;
}

#content_right_hotel li {
	margin: 0px;
	padding: 5px 0px;
	background-image: url(../img/dots.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content_right_hotel li.last {
	background: none;
}

#content_right_amenities{
	margin: 6px 6px 5px 6px;
	padding: 7px 35px 17px 40px;
	background-color: #564a3b;
	list-style-image: url(../img/li_dot_cyan.jpg);
}

#content_right_amenities li {
	margin: 0px;
	padding: 5px 0px;
	background-image: url(../img/dots.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content_right_amenities li.last {
	background: none;
}

/* ROOMS */

#rooms_interior {
	margin: -14px 6px 17px 6px;
	padding: 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #856b21;
	border-style: solid;
	height: 340px;
	width: 605px;
}

#content_right_enjoy{
	background-color: #564a3b;
	margin: 6px 6px 17px 6px;
	padding: 3px 0px 15px 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #856b21;
	border-style: solid;
}

#content_right_enjoy p {
	color: white;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	line-height: 17px;
	word-spacing: -2px;
	padding: 5px 23px 0px 40px;
	margin: 0px;
	border: none;
	background-position: -2px -4px;
	background-repeat: no-repeat;
	background-image: url(../img/dot_green.jpg);
}

#content_right_types{
	margin: 6px 6px 5px 6px;
	padding: 8px 35px 17px 40px;
	background-color: #564a3b;
	background-repeat: no-repeat;
	background-position: top left;
	list-style-image: url(../img/li_dot_orange.jpg);
}

#content_right_types li {
	margin: 0px;
	padding: 5px 0px;
	background-image: url(../img/dots.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content_right_types li.last{
	background: none;
}


/* LOCATION  */

#content_right_map{
	background-color: #564a3b;
	margin: 7px 6px 17px 6px;
	padding: 0px 0px 15px 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #856b21;
	border-style: solid;
}
/*
#gmap_link {
	position: absolute;
	top: 136px;
	left: 432px;
	background-color: none;
	overflow: hidden;
	text-indent: 200px;
	width: 20px;
	height: 20px;
}*/

#gmap_tip {
	position: absolute;
	top: 121px;
	left: 447px;
	background-color: #4d4130;
	border: solid gray 1px;
	padding: 5px;
	overflow: hidden;
	display: none;
}

#content_right_map p {
	color: white;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	line-height: 17px;
	word-spacing: -2px;
	padding: 9px 30px 0px 41px;
	margin: 0px;
	border: none;
	background-position: -1px 0px;
	background-repeat: no-repeat;
	background-image: url(../img/dot_green.jpg);
}

#map_image{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: none;
}

#content_right_air{
	background-color: #564a3b;
	margin: 6px 6px 17px 6px;
	padding: 3px 0px 15px 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #856b21;
	border-style: solid;
}

#content_right_air p {
	color: white;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	line-height: 17px;
	word-spacing: -2px;
	padding: 6px 33px 0px 38px;
	margin: 0px;
	border: none;
	background-position: -1px -3px;
	background-repeat: no-repeat;
	background-image: url(../img/dot_orange.jpg);
}

#content_right_rail1{
	background-color: #564a3b;
	margin: 6px 6px 17px 6px;
	padding: 3px 0px 15px 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #856b21;
	border-style: solid;
}

#content_right_rail1 p {
	color: white;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	line-height: 17px;
	word-spacing: -2px;
	padding: 6px 33px 0px 38px;
	margin: 0px;
	border: none;
	background-position: -1px -3px;
	background-repeat: no-repeat;
	background-image: url(../img/dot_red.jpg);
}

#content_right_rail2{
	background-color: #564a3b;
	margin: 6px 6px 17px 6px;
	padding: 3px 0px 15px 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #856b21;
	border-style: solid;
}

#content_right_rail2 p {
	color: white;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	line-height: 17px;
	word-spacing: -2px;
	padding: 6px 33px 0px 38px;
	margin: 0px;
	border: none;
	background-position: -1px -3px;
	background-repeat: no-repeat;
	background-image: url(../img/dot_cyan.jpg);
}

#content_right_rail3{
	background-color: #564a3b;
	margin: 6px 6px 17px 6px;
	padding: 3px 0px 15px 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #856b21;
	border-style: solid;
}

#content_right_rail3 p {
	color: white;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	line-height: 17px;
	word-spacing: -2px;
	padding: 6px 33px 0px 38px;
	margin: 0px;
	border: none;
	background-position: -1px -3px;
	background-repeat: no-repeat;
	background-image: url(../img/dot_green.jpg);
}

#content_right_driving1{
	background-color: #564a3b;
	margin: 6px 6px 17px 6px;
	padding: 3px 0px 15px 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #856b21;
	border-style: solid;
}

#content_right_driving1 p {
	color: white;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	line-height: 17px;
	word-spacing: -2px;
	padding: 6px 33px 0px 38px;
	margin: 0px;
	border: none;
	background-position: -1px -3px;
	background-repeat: no-repeat;
	background-image: url(../img/dot_orange.jpg);
}

#content_right_driving2{
	background-color: #564a3b;
	margin: 6px 6px 17px 6px;
	padding: 3px 0px 15px 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #856b21;
	border-style: solid;
}

#content_right_driving2 p {
	color: white;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	line-height: 17px;
	word-spacing: -2px;
	padding: 6px 33px 0px 38px;
	margin: 0px;
	border: none;
	background-position: -1px -3px;
	background-repeat: no-repeat;
	background-image: url(../img/dot_red.jpg);
}

#content_right_driving3{
	background-color: #564a3b;
	margin: 6px 6px 0px 6px;
	padding: 3px 0px 15px 0px;
	border: none;
}

#content_right_driving3 p {
	color: white;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	line-height: 17px;
	word-spacing: -2px;
	padding: 6px 33px 0px 38px;
	margin: 0px;
	border: none;
	background-position: -1px -3px;
	background-repeat: no-repeat;
	background-image: url(../img/dot_cyan.jpg);
}

#content_right_driving4{
	background-color: #564a3b;
	margin: 6px 6px 0px 6px;
	padding: 3px 0px 15px 0px;
	border: none;
}

#content_right_driving4 p {
	color: white;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	line-height: 17px;
	word-spacing: -2px;
	padding: 6px 33px 0px 38px;
	margin: 0px;
	border: none;
	background-position: -1px -3px;
	background-repeat: no-repeat;
	background-image: url(../img/dot_red.jpg);
}


#eventtable {
	margin: 0px 30px 0px 30px;
	color: white;
}

#eventtable  th{
	padding: 30px 0px 0px 0px;
	font-family: 'Trebuchet MS', Verdana;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	border-width: 0px 0px 2px 0px;
	border-color: #777;
	border-style: dotted;
}


#eventtable  td{
	color: white;
	font-family: Verdana;
	font-size: 11px;
}



/* ADDITIONAL COLORED ELEMENTS */



.colordiv p {
	color: white;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	line-height: 17px;
	word-spacing: -2px;
	padding: 5px 23px 0px 31px;
	margin: 0px;
	border: none;
	background-position: -10px -4px;
	background-repeat: no-repeat;
	background-image: url(../img/dot_green.jpg);
}

.green {
	color: #b3ca60;
}

.green p{
	background-image: url(../img/dot_green.jpg);
}

.cyan {
	color: #87e8ee;
}

.cyan p {

	background-image: url(../img/dot_cyan.jpg);
}

.red {
	color: #e75031;
}

.red p {

	background-image: url(../img/dot_red.jpg);
}

.orange {
	color: #e39e3f;
}

p.orange {

	background-image: url(../img/dot_orange.jpg);
}



.colordiv ul{
	margin: 3px 6px 5px 6px;
	padding: 5px 35px 20px 40px;
	background-color: #564a3b;
	list-style-image: url(../img/li_dot_green.jpg);
}

.colordiv ul li{
	margin: 0px;
	padding: 5px 0px;
	background-image: url(../img/dots.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.colordiv ul li.last {
	background:none;
}

.spacer500 {
	padding-top: 500px !important;
	width: 1px;
	background: none !important;
	border: none !important;

}

.spacer300 {
	padding-top: 300px !important;
	width: 1px;
	background: none !important;
	border: none !important;

}

.spacer150 {
	padding-top: 150px !important;
	width: 1px;
	background: none !important;
	border: none !important;

}

#logo_tripadvisor img, #logo_fb img, #logo_twitter img, #newsletter img, #addtoskype img {
	float: left;
	border: 0;
	margin: 0 3px;
}

#newsletter img {
	margin-left: 26px;
}

.clear {
	clear: both;
}

.bottom-line {
	border-bottom: 1px solid #856b21;
}

.wellness {
	border: none;
	margin: 10px auto 0;
	width: 600px;
}

.wellness img {
	display: block;
	margin: 10px auto;
	border: none;
}

.package-title {
	padding: 0 !important;
	margin: 15px 0 8px -20px !important;
	text-decoration: underline;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.package {
	border-collapse: collapse;
	margin: 5px auto 15px;
}

.package td {
	border: 1px solid white;
	padding: 5px;
}

.gallery {
	margin: 0 auto;
	text-align: center;
}

.gallery th {
	font-size: 13px;
}

.gallery img {
	padding: 0 10px 10px;
}

/*3d*/

#link3d {
	position: relative;
	display: block;
	cursor: pointer;
	width: 605px;
	height: 457px;
	background: url(../img/3d.jpg);
	overflow: hidden;
	text-indent: -1000px;
	margin: -14px 6px 0;
}
#spacer3d {
	width: 605px;
	height: 271px;
	background: url(../img/close3d.jpg);
	margin: 0 6px;
}