#content {
padding: 0;
width: 960px;
background: url(../images/hands.jpg) 0 0 no-repeat;
border: 0;
}

#productlist {
width: 488px; 
height: 338px;
margin-left: 472px;
}

#productlist div {
float: left;
width: 240px;
height: 108px;
overflow: hidden;
background-image: url(../images/bg-homebox.jpg);
position: relative;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;

-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
}

#productlist div:hover {
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
background-position: 50% 50%;
}


.odd {
margin-right: 8px;
margin-bottom: 7px;
}

.last {
margin-bottom: 0;
}

#one { background-position: top left; }
#two { background-position: top right; }
#three { background-position: left center; }
#four { background-position: 100% 50%; }
#five { background-position: bottom left}
#six { background-position: bottom right; }


#productlist div h2 {
font-size: 16px;
left: 97px;
position:absolute;
top:19px;
z-index: 1;
}

#productlist div img {
left:17px;
position:absolute;
top:17px;
z-index: 1;
}

#productlist div p {
left:97px;
line-height:15px;
position:absolute;
top:38px;
width:138px;
margin: 0;
z-index: 1;
}

#productlist div a {
position: absolute;
z-index: 2;
top:0px; left:0px;
width: 100%;
height: 100%;
color: transparent;
text-indent: -9999px; /* ie6 */
background: url(../images/common/trans.gif) no-repeat; /* ie6 */
}

#productlist div h2 a  {
display:inline;
position:static;
text-indent:0;
color:inherit;
text-decoration:underline;
}