#icon_box
{
overflow:hidden;
width:600px;
margin:0 auto;
}
       
icon_wrap
{
 width:300px;
height:219px;
float:left;
/*이미지는 Position 지정*/
position:relative;
}
         
#img_ball
{
text-align:center;
}
        
#img_iphone
{
margin-top:35px;
cursor:hand;
cursor:pointer;
}


