#MenuIzq
{
	position: absolute;
	width: 125px;
	overflow: hidden;
	left:30px;
	top:40px;
}

#MenuFotos1
{
	height: 446px;
	width:118px;
/*
	overflow: hidden;
	clear: both;
*/
	float: left;
	margin-top: 5px;
}
#MenuFotos2
{
	overflow: hidden;
	border: solid 1px #CCCCCC;
	padding-right: 2px;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#MenuFotos1 div.scrollholder
{
	position: relative;
	width: 100%;
	height: 95%;
	overflow: auto;
	z-index: 1;
}
#MenuFotos1 div.scroll
{
	position: absolute;
	left: 0;
	top: 0;
    width: 85%;
	z-index: 2;
}

/* <Scroll> */
div.track
{
	position: relative;
	float:right;
	top: 0px;
	width: 11px;
	height: 100%;
	background: url("../images/slidetrack.gif") 5px 0px repeat-y;
	z-index: 3;
}
div.drag_bar
{
	position: absolute;
	width: 100%;
	height: 14px;
	cursor: pointer;
	background: url("../images/slidebar.gif") no-repeat;
	z-index: 4;
}  
div.track:hover div.drag_bar
{
	background-position: 100% 0px;
}
/* </scroll> */

