/** 
 * Gallery plugin style sheet
 *
 * @since 02.04.2005
 * @author Gaj Capuder <gaj.capuder@siol.net>
 */

 
.gallery div.picture {
	float 			: left;
	width			: 122px;
	margin-right	: 20px;
} 
 
.gallery .picture img {
	border			: 1px solid #000000;
	margin-bottom	: 1px;
} 

.gallery div.picture h2 {
	margin			: 0px;
	font-size		: 1.1em;
	margin-bottom	: 10px;
}

.gallery .picture div.info {
	background-color: #F0F0F0;
	padding			: 5px;
} 

.gallery .picture div.info p {
	margin-bottom	: 5px;
}

.gallery .picture div div.author span {
	font-weight		: bold;
}

.gallery .picture div div.number span {
	font-weight		: bold;
}

.gallery .spacer {
	height: 20px;
}
