@charset 'UTF-8';
/*
 * jQuery Image Gallery Plugin CSS Example 1.3.1
 * https://github.com/blueimp/jQuery-Image-Gallery
 *
 * Copyright 2011, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://creativecommons.org/licenses/MIT/
 */

html, body { 
  height: 100%;
  margin: 0;
  background: #222;
  color: #fff;
  font-family: Verdana,Arial,sans-serif;
  font-size: 14px;
}

a {
  color: #fff;
}

img {
  border: 0;
}

#demo {
  padding:30px 55px;
  width:1132px;
}

#options {
  margin: 30px 0;
}