﻿.B1 #Gallery
{
}
.B1 #Gallery .GalleryIMGLoading
{
	background:#fff url('/images/useful/loading_white.gif') no-repeat center top;
	position:absolute;
	opacity:0.65;
	filter:alpha(opacity=65);
	display:none;
	width:100%;
	height:100%;
}
.B1 #Gallery a img
{
	margin:2px;
	width:150px;
	height:150px;
	display:inline-block;
	overflow:hidden;
	border:1px solid #d0d0d0;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	vertical-align:middle;
}
.B1 #Gallery a:hover img
{
	border-color:red;
}
.B1 #Gallery .RelatedLargePicContainer
{
	overflow:hidden;
}

/* Correcttion */
a.pp_next, a.pp_previous, a.pp_expand, a.pp_play, a.pp_pause, a.pp_arrow_previous, a.pp_arrow_next, a.pp_close 
{
	text-indent:1000px !important;
	overflow:hidden !important;
}
