#topbar {
width: 890px;
height: 450px;
/*background: url(../images/top.png);*/
position: absolute;
top: 20px;
left: 50%;
margin-left: -445px;
z-index: 102;
}

#topbar .txt {
width: 258px;
height: 186px;
padding-top: 242px;
margin: 0 2px 0 17px;
float: left;
text-align: center;
color: #fff;
display: block;
text-decoration: none;
transition: 0.5s;
}

#topbar .txt:hover {
text-shadow: 0px 0px 20px white;
color: #fff;
}


.a-top {
font-size: 18px;
}

.a-price {
font-size: 24px;
font-weight: bold;
}

.a-count {
margin-top: 13px;
display: block;
}

.owners {
display: block;
font-size: 14px;
margin-top: 8px;
font-weight: bold;
}

button {
margin: 0;
padding: 0;
border: 0;
}


#topbar .package1 {
width: 274px;
height: 203px;
padding-top: 228px;
background: url(../images/s_no_light.png);
margin: 0 2px 0 17px;
float: left;
text-align: center;
color: #fff;
display: block;
text-decoration: none;
transition: 0.5s;
}

#topbar .package2 {
width: 274px;
height: 203px;
padding-top: 228px;
background: url(../images/g_no_light.png);
margin: 0 2px 0 17px;
float: left;
text-align: center;
color: #fff;
display: block;
text-decoration: none;
transition: 0.5s;
}

#topbar .package3 {
width: 274px;
height: 203px;
padding-top: 228px;
background: url(../images/bp_no_light.png);
margin: 0 2px 0 17px;
float: left;
text-align: center;
color: #fff;
display: block;
text-decoration: none;
transition: 0.5s;
}

.package1l {
background: url(../images/s_light.png);
}

.package2l {
background: url(../images/g_light.png);
}

.package3l {
background: url(../images/p_light.png);
}

#topbar .package1:hover {
background: url(../images/s_light.png);
margin-top: -10px;
}

#topbar .package2:hover {
background: url(../images/g_light.png);
margin-top: -10px;
}

#topbar .package3:hover {
background: url(../images/bp_light.png);
margin-top: -10px;
}