.gallery .img 
{
	float: left;
	margin: 0px 27px 30px 0px;
	text-align: center;
}
.gallery .img2
{
	float: left;
	margin: 0px 0px 30px 0px;
	text-align: center;
}

.gallery .img p, .gallery .img2 p
{
        padding-top: 5px;
        font-weight: bold;
}

.gallery .img a, .gallery .img2 a 
{
	display: inline-block;
	border: 1px solid #757575;
}

.gallery .img a:hover 
{
	border-color: #999;
}

.gallery .pagenavigation 
{
	height: 50px;
}

.gallery .prevpage a, .gallery .prevpage em 
{
	display: block; 
	width: 50px; 
	height: 39px;
	float: left; 
	margin: 0;
	text-indent: -1000px;
	background: url(../../images/previous.png) transparent no-repeat 0 0;
}

.gallery .nextpage a, .gallery .nextpage em 
{
	display: block; 
	width: 50px; 
	height: 39px;
	float: left; 
	margin: 0 6px 0 0;
	text-indent: -1000px;
	background: url(../../images/next.png) transparent no-repeat 0 0;
}

.gallery .parentlink a 
{
	display: block; 
	width: 50px; 
	height: 39px;
	float: left; 
	text-indent: -1000px;
	background: url(../../images/uppage.png) transparent no-repeat 0 0;
}

.gallery .pagenavigation a:hover 
{
	background-position: 0 -40px;
}

.gallery .prevpage em, .gallery .nextpage em 
{
	background-position: 0 -80px;
}

.gallery .pagelinks 
{
	float: right;
	border-right: 2px solid #666;
}

.gallery .pagelinks a, .gallery .pagelinks em 
{
	margin-top: 6px;
	padding: 0 6px;
	border-left: 2px solid #666;
	text-align: center;
	font: bold 11px verdana; color: #666;
}

.gallerycomment
{
        padding-bottom: 20px;
}
.gallerycomment2
{
        padding-bottom: 20px;
}
.gallerycomment2 .Otsikko_Iso_Musta
{
      padding-top: 6px;
}

.gallery .pagelinks em 
{
	color: #000;
}

.galleryclear 
{
	clear: both;
}


/* SLIMBOX */

#lbOverlay 
{
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer 
{
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading 
{
	background: #fff url(../slimbox/css/loading.gif) no-repeat center;
}

#lbImage 
{
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink 
{
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink 
{
	left: 0;
}

#lbPrevLink:hover 
{
	background: transparent url(../slimbox/css/prevlabel.gif) no-repeat 0 

15%;
}

#lbNextLink 
{
	right: 0;
}

#lbNextLink:hover 
{
	background: transparent url(../slimbox/css/nextlabel.gif) no-repeat 100% 

15%;
}

#lbBottom 
{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink 
{
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../slimbox/css/closelabel.gif) no-repeat 

center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber 
{
	margin: 10px 71px 0px 0px;
}

#lbCaption 
{
	font-weight: normal;
}
#lbNumber 
{
	font-weight: bold;
}
