.tab
{
float: left;
width: 52px;
height: 52px;
margin-left: 35px;
cursor: pointer;
background-repeat: no-repeat;
background-position: center center;
}

.tab-bg
{
display: none;
position: absolute;
background-image: url(../site-images/tab-bg.png);
	
background-repeat: no-repeat;
background-position: center center;
width: 80px;
height: 71px;
}

#tab-worldwide-access
{
background-image: url(../site-images/worldwide_access-52.png);
}

#tab-speed
{
background-image: url(../site-images/speed-52.png);
}

#tab-user-friendliness
{
background-image: url(../site-images/user_friendliness-52.png);
}

#tab-anonymity
{
background-image: url(../site-images/anonymity-52.png);
}

.tab-content
{
margin-top: 70px;
}

#tab-title
{
padding: 0px 0px 5px 5px;
width: 385px;
font-family: Calibri, Tahoma;
font-size: 14px;
color: red;
}

#tab-description
{
padding: 0px 0px 5px 5px;
width: 385px;
font-family: Calibri, Tahoma;
font-size: 14px;
color: white;
}
