.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding:5px 20px 5px 10px;
border-bottom:1px solid #eeeeee;
background:url(../images/logo/maxmize.jpg) right top no-repeat;
float:left;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background:url(../images/logo/maxmize.jpg) right -30px no-repeat;
float:left;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
margin: 0px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}
.thepet{
float:left;
}
