@charset "UTF-8";
/*
 * Bootstrap Image Gallery Demo CSS
 * https://github.com/blueimp/Bootstrap-Image-Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
#blueimp-gallery a {
    color: #DA2528;
}
#blueimp-gallery a:hover {
    color: lightblue;
    text-decoration: none;
}
#blueimp-gallery .modal {
	overflow: auto;
	color: #333;
}