@charset "utf-8";
/* CSS Document */

#galeria
{
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	width: 490px;
	padding: 10px;
}

#galeria h2
{
	margin: 0;
	text-align: left;
	font-size: 13px;
}

#galeria #head
{
	background-image:url(../images/bk_euronewsline.png);
	background-position:center center;
	background-repeat:no-repeat;
	clear:both;
	height:10px;
	margin-bottom:15px;
	margin-top:15px;
	width:100%;
}
#galeria #foot
{
	width: 100%;
	height: 10px;
	margin-top: 5px;
	background-image:url(../images/bk_euronewsline.png);
	background-repeat:no-repeat;
	background-position: center center;
	clear:both;
}

#galeria img
{
	margin: 0 15px 10px 0;
	z-index: 999;
	cursor: pointer;
	border: 1px solid #CCC !important;
}

#galeriaBack
{
	z-index: 998;
	background-color: #666666;
	width: 100%;
	height: 100%;
	position: fixed;
}
