/**
 * This file is part of
 *
 * SiriusGallery
 *
 * for pragmamx (www.pragmamx.org)
 *
 * $Revision 1.20 $
 * $Author: PragmaMx $
 * $Date: 2015-07-27 14:54:33 +0200 (Mo, 27. Jul 2015) $
 *
 */

.sg-pictures {
     background-color:none; 
}

ul.sg-pictures {
    background-color:none;
    /*border:5px;*/
   
}

ul.sg-pictures li{
	/*color:none;
	background-color: transparent;
    background-image: none;
	background:url(./img/windows.jpg) no-repeat center;
    margin: 5px 5px 5px 5px;*/
    padding: 5px 5px 5px 5px;
	margin:auto;
	display:inline-block;
	width:auto;
	text-align:center;
	vertical-align:top;
}

ul.sg-pictures > li:before{
	content:none !important;
}

ul.sg-pictures li a {
	background-color: transparent;
    background-image: none;
	border:none;
	margin:auto !important;
}
li.sg-pictures:hover {
	/*background-color: #ddd;*/
	text-decoration:none;
	/*border-color:#999999;*/
	/*color:#111;*/
}
.sg-pictures a:active {
	top:1px;
}
ul.sg-pictures li >img {
	max-height:70px;
	max-width:90px;
	width:auto;
	margin:auto !important;
	
}
li.sg-pictures li >p {
	font-size:0.8em;
	overflow:hidden;
	margin:5px;
}
