@charset "utf-8";
/**
* Styleangaben zur Gallerie
*
* @link http://musikschule-glock.de/unterricht.php
* @package musikschule_glock/unterricht
* version 3.0
*/

ul#gallerie_1 {
	margin-top: 15px; margin-left: 10px;
}

ul#gallerie_1 li {
	list-style-type: none;
}

 /* Gallery Styling */
 .gallery .image-title,
 .gallery .image-description,
 .gallery .image-author,
 .gallery .image-link {
     display:none;
 }


 .gallery
 {
     width: 100%;
     text-align: left;
     margin-left: auto;
     margin-right: auto;
     padding: none;
 }


 .gallery ul.images
 {
     list-style-type: none;
     border: none;
     padding: none;
 }


 .gallery ul.images li.image
 {
     display: inline;
     line-height: 0;
 }

 .gallery ul.images li.image a
 {
     text-decoration: none;
     color: inherit;
     cursor: pointer;
     margin: 10px;
     display: inline-block;
     background: white;
     padding: 2px;
     line-height: 0;
 }


 .gallery ul.images li.image a img
 {
     border: none;
     padding: none;
 }


 .gallery ul.images li.image a:hover
 {
     box-shadow: 0px 0px 10px #222;
 }