@charset "UTF-8";
/*
 * Bootstrap Image Gallery Demo CSS 3.0.0
 * 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
 */

/*body {
    padding-top: 80px;
    background: #fff;
    color: #333;
}
h1 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
*/
.modal {
	overflow: auto;
	color: #333;
}

.img-circlev {
	border-radius: 5%;
	width: 128px;
    height: 72px;
    -webkit-transition:/* width 1s, height 1s,*/ -webkit-transform 1s, border-radius 1s; /* For Safari 3.1 to 6.0 */
    transition:/* width 1s, height 1s,*/ transform 1s, border-radius 1s;
}
.btn {
	background-color:#FFF;
}
