﻿ div.d_hover {
    position:absolute;
    z-index:1000;
}

div.d_hoverTop {
	background: url('../images/hover_top.png') no-repeat;
    width:253px;
    padding: 10px 0px 0px 3px;
	text-align:center;
}

div.d_hoverBottom {
	background: url('../images/hover_bottom.png') no-repeat;
    width:253px;
    height:24px;
    margin-left:2px;
}