/* pop-overs */
#museum_info
{
	position: relative;;
}
#museum_info h2 span
{
	display:none;
	visibility: none;
}


#museum_info div {
	display: block;
	position: absolute;
	top: -10000px;
	left: -10000px;
	width: 270px;
	height: 371px;
	padding: 15px !important;
	color: #0d0d0d;
	font-size: 11px;
	line-height: 14px;
}

#ripleys_info.active, #guinness_info.active, #hollywood_wax_popup.active, #hannahs_info.active, #hannahs_info_2.active, #chaos_info.active, #stars_info.active, #walk_of_fame_guide_info.active, #outbreak.active, #outbreak_pf.active {
	top: 71px;
	left: 190px;
}

#ripleys_info {
	background: #9db52d url(../images/tickets/ripleys_info.jpg) 13px 13px no-repeat scroll;
}

#guinness_info {
	background: #f7ac3b url(../images/tickets/guinness_info.jpg) 13px 13px no-repeat scroll;
}
#hollywood_wax_popup {
	background: #0070b1 url(../images/tickets/hollywood_wax_info.jpg) no-repeat ;
	background-size: cover;
	
}
#hollywood_wax_popup p {
	color: #fff; 
	padding: 0 10px;
}

#walk_of_fame_guide_info {
	width: 343px !important;
	height: 366px !important;
	padding: 10px !important;
	background: #a1e0f7 url(../images/tickets/walk_of_fame_guide.jpg) 10px 8px no-repeat scroll;
}

#chaos_info {
	background: #000 url(../images/tickets/chaos_info.jpg) 13px 11px no-repeat scroll;
	color: #fff !important;
}

#hannahs_info {
	background: #003d7e url(../images/tickets/hannahs_info.jpg) 13px 11px no-repeat scroll;
	color: #fff !important;
}
#hannahs_info_2  {
    background: #003d7e url(../images/tickets/hannahs_info.png) 13px 11px no-repeat scroll;

    color: #fff !important;
}

#stars_info {
	background: #003d7e url(../images/tickets/stars_info.jpg) 13px 11px no-repeat scroll;
	color: #fff !important;
}

#outbreak {
	background: #003d7e url(../images/tickets/outbreak_info.jpg) 13px 11px no-repeat scroll;
	color: #fff !important;
}

#outbreak_pf {
	background: #461e0e url(../images/tickets/outbreak_info_pf.jpg) 13px 11px no-repeat scroll;
	color: #fff !important;
}

#museum_info p {
	clear: both;
}

#ripleys_info h2 {
	height: 283px;
}

#guinness_info h2 {
	height: 273px;
}
#hollywood_wax_popup h2 {
	height: 280px;
}
#walk_of_fame_guide_info h2 {
	height: 260px;
}

#chaos_info h2 {
	height: 275px;
}

#chaos_info p {
	padding: 0 5px;
}

#hannahs_info h2,
#hannahs_info_2 h2 {
	height: 275px;
}

#stars_info h2 {
	height: 275px;
}

#hannahs_info p,
#hannahs_info_2 p {
	padding: 0 5px;
}

#stars_info p {
	padding: 0 5px;
}

#outbreak h2, #outbreak_pf h2 {
	height: 275px;
}

#outbreak p, #outbreak_pf p {
	padding: 0 5px;
}

#museum_info p.back {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 56px;
	height: 21px;
	background: transparent url(../images/tickets/close.png) 0 0 no-repeat scroll;
}

#chaos_info p.back {
	background: transparent url(../images/tickets/close_black.gif) 0 0 no-repeat scroll !important;
}
#outbreak p.back {
	background: transparent url(../images/tickets/close_blue.gif) 0 0 no-repeat scroll !important;
}
#outbreak_pf p.back{
	background: transparent url(../images/tickets/close.png) 0 0 no-repeat scroll !important;
}
#hollywood_wax_popup p.back{
	background: transparent url(../images/tickets/close_blk_txt.png) 0 0 no-repeat scroll !important;
}


#hannahs_info p.back,
#hannahs_info_2 p.back {
	background: transparent url(../images/tickets/close_blue.gif) 0 0 no-repeat scroll !important;
}

#stars_info p.back {
	background: transparent url(../images/tickets/close_blue.gif) 0 0 no-repeat scroll !important;
}


#museum_info p.back a{
	display:block;
	text-indent: -1000em !important;
	overflow: hidden;
	width: 123px;
	height: 15px;
}