/** 
 * Gallery plugin style sheet
 *
 * @since 04.05.2006
 * @author Gaj Capuder <gaj.capuder@spletna-postaja.com>
 */

.box.gallery h2 {
	border-bottom		: 1px solid #dddddd;
	padding-bottom		: 15px;
}

.box.gallery div.picture {
	float				: left;
	margin-left			: 10px;
}

.box.gallery div.picture.list {
	width				: 132px;
}

.box.gallery div.picture.first {
	margin-left			: 0px;
}

.box.gallery .picture img.picture {
	border				: 1px solid #dddddd;
	padding				: 2px;
	margin-top			: 10px;
}

.box.gallery .picture address {
	font-style			: normal;
	color				: #999999;
	font-size			: 11px;
}

.box.gallery .picture h3 {
	font-weight			: normal;
	margin-top			: 2px;
	margin-bottom		: 5px;
}

.box.gallery .picture .comments {
	margin-top			: 3px;
}

.box.gallery .single .rating {
	float				: right
}

.box.gallery .spacer {
	border-bottom		: 1px solid #dddddd;
	padding-top			: 10px;
}

#center .box.gallery a.more {
	color				: #ffffff;
	text-align			: left;
	float				: right;
}

#center .gallery .paging .more {
	margin-top			: 0px;
}

#center .box.gallery .paging .prev {
	float				: left; 
	padding-left		: 14px;
	width				: 143px;
}


/* single pic */
.box.gallery div.picture.single {
	float				: none;
	margin-left			: 0px;
}

.box.gallery div.picture.single address {
	margin-bottom		: 10px;
}

.box.gallery div.picture.single .comments {
	float				: left;
}

.box.gallery div.picture.single .views {
	float				: left;
	margin-right		: 10px;
	margin-top			: 2px;
}

#center .box.gallery div.picture.single a.more.next {
	background-image	: url(/dsg/gallery_next.gif);
	width				: 201px;
	padding-right		: 0px;
}

#center .box.gallery div.picture.single a.more.prev {
	background-image	: url(/dsg/gallery_prev.gif);
	width				: 201px;
	text-align			: right;
	padding-right		: 4px;
	padding-left		: 0px;
}

#center .box.gallery div.picture.single h3 {
	margin-top			: 10px;
	margin-bottom		: 10px;
	font-weight			: bold;
}
