﻿/* popup image stuff
-----------------------------------------------------------------------------------------------*/
#buttons {
	position: relative;
    overflow: hidden;
	text-decoration: none;
}

#buttons .splashDefault
{
    top: 20px;
	left: 215px;
	position: absolute;
    z-index:50;
}

#buttons a.p1 .splash,
#buttons a.p1:visited .splash
{
	visibility:hidden;
    top: 20px;
	left: 215px;
	position: absolute;
    z-index:50;
}

#buttons a.p1:hover .splash
{
    visibility: visible;
    top: 20px;
    left: 215px;
    position: absolute;
    z-index:50;
}
