.products {

#rightImage{
width:275px;
height:275px;
float:left;
position:relative;}

#rightImage:hover{
width:300px;
height:300px;
top:-40px
z-index:1;
position:absolute;
box-shadow:2px -2px 10px 3px #888, inset 2px -2px 10px 3px #888;}

#rightImage:hover p {
position:relitive;
margin-top:30px;}​