/*  This file is part of Sava CMS.

    Sava CMS is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, Version 2 of the License.

    Sava CMS is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Sava CMS.  If not, see <http://www.gnu.org/licenses/>.

*/

@import url(milnar_layout.css);
@import url(milnar_nav.css);
@import url(milnar_type.css);
@import url(milnar_form.css);
@import url(p7exp.css);

/* @group Galleries
=================================================== */
#svGallery ul {
	margin: 0;
	list-style: none;
}

#svGallery ul li {
	float: left;
	list-style: none;
	margin: .5em;
	text-align: center;
}

#svGallery ul li img { margin: 0; }

#svGallery ul li p {
	text-align: center;
	margin: 0;
	font-size: .9em;
}


#svGallery img {
	border:1px solid #CCC;
	padding:0.5em;
}

/* @end Galleries
--------------------------------------------------- */
