#layout_back
{
	background-color:white;
}
.campaignPhotosPage
{
	background-color: white;
	overflow: hidden;
	position: relative;
}

.campaignPhotosPage a:hover
{
	text-decoration:underline;
	color: #7a7a7a;
}

.campaignPhoto
{
	display: inline;
	position: absolute;
}

.handlerInfo
{
	padding: 5px 12px 5px 12px;
	font-family: Georgia;
	color: #2A2A2A;
	font-size: 11px;
	background-color: white;
	position: absolute;
}

.infoImagen
{
	font-family: Georgia;
	font-size: 11px;
	background-color: white;
	position: absolute;
	padding: 20px;
}

.handlerSlide
{
	padding: 30px 10px 30px 10px;
	background-color: white;
	font-family:arial;
	font-size: 14px;
	position: absolute;
	cursor: pointer;
	_cursor: hand;
}

.textoFoto
{
	font-family: Georgia;
	font-size: 11px;
	display: inline;
	text-decoration: none;
	color: #2A2A2A;
	line-height: 16px;
}

.imagen
{
	width: auto;
	-ms-interpolation-mode: bicubic;
}
#imgZoom
{
	-ms-interpolation-mode: bicubic;
}
.loading
{
	background-image:url('../img/product/loading.gif');
	background-repeat:no-repeat; 
	background-position:center center; 
	top: 0px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	background-color: white;
}


.clicked
{
	display:inline;
}
