@CHARSET "UTF-8";
#containerFotoGaleria {
	position:relative;
	width:672px;/*752px;*/
	margin:auto;
	background-color: #FFF;
}
#containerFotoBig {
	float:left;
	width:562px;/*642px;*/
	height:422px;/*482px;*/
}
#containerFotoMini {
	position:relative;
	float:right;
	width:110px;
	height:422px;/*482px;*/
	overflow:hidden;
	background-color: #CCC;
}

#containerUpMenu {
	position:absolute;
	top:0px;
	left:5px;
	right:auto;
	width:100px;
	height:15px;
	z-index:100;
	background-color: #2062AE;
	background-image: url("up.jpg");
	background-repeat: no-repeat;
}

#containerDownMenu {
	position:absolute;
	bottom:0px;
	left:5px;
	right:auto;
	width:100px;
	height:15px;
	z-index:100;
	background-color: #2062AE;
	background-image: url("down.jpg");
	background-repeat: no-repeat;
}

#containerFotoGaleria .vscroll {
	position:absolute;
	padding-top:15px;
	padding-bottom:15px;
	z-index:50;
}

#containerFotoMini .vscroll img {
	cursor:pointer;
}

#containerFotoMini .fotoSmall {
	text-align:center;
	margin:5px auto;
	padding:0px;
	width:110px;
}

img#fotoBig {
border:1px solid #2062AE; 
}
