@charset "UTF-8";

.gainlayout { min-height: 0px; }

a.swtchPng{
	position: relative;
	z-index: 0;
	}

a.swtchPng:hover{
	background-color: transparent;
	z-index: 50;
	}

a.swtchPng  span{
    position: absolute;
    background-color: #cc9;
    padding: 4px;
    left: -1000px;
    border: 0px;
    visibility: hidden;
    color: #e00;
	font-weight: bold;
    text-decoration: none;
	}

a.swtchPng  span  img{
    border-width: 0px; 
    padding-bottom: 3px;
	}

a.swtchPng:hover  span{
    visibility: visible;
    top: 5px;
    left: 85px; 
	}
