.iPhButton{

width:50px;
height:55Px;
background-image:url(MovieButton.gif);

}

.iPhButton a:link, 
.iPhButton a:visited{
background-image:url(MovieButton.gif);

}
.iPhButton a:hover, 
.iPhButton a:focus{
background-image:url(MovieButton-over.gif);

}
#IPhoneContainer{
text-align:center;
z-index:4500;
	position:absolute;
	left:0;
	top:0;
	display:none;
	background-color:#ffcc00;
	font-size:200%;

}

@media screen and (max-device-width: 480px){
    img{
        max-width:100%;
        height:auto;
    }
}
