@charset "UTF-8";
/* CSS Document */

div.hearingAidWrapper {
float:left;
padding-right: 20px;
height:152px;
}
.hearingAid {
position: relative;
top: 0;
left: 0;
cursor:pointer;
width:120px;
overflow:hidden; 
height:200px;
}

.hearingAid div {
position: absolute;
top: 0;
left: 0;
display: none;
height: 152px;
width: 120px;
}

.ClearFloat{
height:20px;
clear:both;
}