
* {
	margin: 0;
	padding: 0;
}
/*
body {
	margin: 0;
	text-align: center;
	background: #B7BCC3 url(../img/body_bg.gif) repeat-x;
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, arial, sans-serif;
	color: #666;
	font-size: 65.5%;
}
*/
/*
a:link, a:visited { color: #069; text-decoration: none; }
a:hover, a:visited:hover { text-decoration: underline; }
*/

#OuterContainer {

	padding: 0;
	margin: 0 auto;
}

#Galeria {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background-color: #dedede;
	border: 5px solid #ccc;
	font-size: 0px;
}

#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}

#LinkContainer {
	float:left;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
background-color: #ccc;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 50%;
	height: 100%;
	background: transparent url(../img/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
font-size:20px;
padding-bottom:2px;
}

#PrevLink span , #NextLink span { display:block;  }

#PrevLink { left: 0; float: left; text-align:left}
#NextLink { right: 0; float: right; text-align:right }

/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(../img/prev_minus.gif) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(../img/next_plus.gif) 80% 50% no-repeat; }

/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(../img/prev1.png) 0 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(../img/prox1.png) 100% 50% no-repeat; }

#CaptionContainer {
	margin: 0 auto;
	width: 200px;
	text-align: left;
	background-color: #ccc;
	}

#CaptionContainer p {
	padding: 5px 10px 10px 10px;
	font-size: 11px;
}

#Counter {
	font-weight: bold;
	color: #999;
	padding-right: 5px;
}
#About p {
	margin: 0 20px;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
}

#About {
	margin: 0 auto;
	width: 200px;
	text-align: left;
	background-color: #efefef;
	border-bottom: 1px solid #dedede;
}

#AboutBody {
	margin-top:2px;
	margin-bottom:5px;
}

#AboutBody p {
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4em;
	margin: 0 20px 10px 20px;
	padding: 0;
}
 .menuGaleria{
float:left;
color:#000;
margin:0;
padding:10px;
}
#About span {
 border-right-style:dotted;
 border-right-color:#546B8F;
 border-right-width:thin;
 margin:2px;
 padding:2px;
padding-right:5px;
 }
#About span a {color:#6faf30; text-decoration:none; font-size:11px; font-weight:normal; }
#About span a:link {color:#6faf30; text-decoration:none; font-size:11px; font-weight:normal; }
#About span a:visited {color:#6faf30; text-decoration:none; font-size:11px; font-weight:normal; }
#About span a:visited:hover {color:#6faf30; text-decoration:none; font-size:12px; font-weight:bold; }
#About span a:hover {color:#6faf30; text-decoration:none; font-size:11px; font-weight:normal; }
#About span a:active{color:#6faf30; text-decoration:none; font-size:11px; font-weight:normal; }
/* hovers */
 #About span a:hover{color:#6faf30; text-decoration:none; font-size:12px; font-weight:bold;}
