/* Prevent the slideshow from flashing on load */
#mda-image {
  display: none; }
/*#mda-image {height:294px;}*/
#mda-image IMG { width:100%; }

/* Center the slideshow */
.container {
  margin: 0 auto; }

/* Show active item in the pagination */
.slidesjs-pagination .active {
  color: red; }

/* Media quires for a responsive layout */
/* For tablets & smart phones */
@media (max-width: 767px) {
  body {
    padding-left: 10px;
    padding-right: 10px; }

  .container {
    width: auto; } }
/* For smartphones */
@media (max-width: 480px) {
  .container {
    width: auto; } }
/* For larger displays 
@media (min-width: 1280px) { .container { width: 860px } }
*/
