/* Enter Your Custom CSS Here */
.movieslider, .nagimg{
 	float:right; 
  /*margin-bottom:10px;*/
}

@media screen and (max-device-width: 480px) {
    .movieslider, .nagimg{
 	float:none;
    text-align:center;
    margin:10px auto;
}
  .mobclear{
   	clear:both; 
    margin-bottom:10px;
  }
  

}

