@media screen and (max-device-width: 480px){
    {
	position: static !important;
	float: none !important;
	background-image: none !important;
	color: #000;
	background-color: #fff;
}
object,embed,select,#flash,#flash_inner,#map{
	display: none;
}
{
    img{
        max-width:100%;
        height:auto;
    }
}
