/** 
 * Gallery plugin style sheet
 *
 * @since 02.04.2005
 * @author Gaj Capuder <gaj.capuder@siol.net>
 */

 
.gallery div.picture {
	float 			: left;
	border-left		: 28px solid #fff;
	width			: 140px;
} 
 
.gallery .picture a.img {
	border: 1px solid #E8E8E8;
	margin-bottom: 3px;
	width: 138px;
	height: 150px;
	display: block;
	background: no-repeat center center;
} 

.gallery div.picture h2 {
	margin			: 0px;
}

.gallery .picture div.info {
	background-color: #F3F3F3;
	padding			: 5px;
} 

.gallery .picture div div.author span {
	font-weight		: bold;
}

.gallery .picture div div.number span {
	font-weight		: bold;
}

.gallery .spacer {
	height: 23px;
}



.gallery div.paging {
	clear: both;
	text-align: center;
}