#ramec {
width: 360px;
margin: 0px auto;
border: solid 2px #e3d4d4;
background: #000000;
}

#wrap {
    margin: 0px 00px;
}

#ContentWrap {
	position: absolute;
	top: -350px;
	height: 500px;
}

#Main,
#Images,
#ContentWrap {
/* 	height: 500px; */
}

#Main,
#Images {
	position: absolute;
	top: 0;
}

#Main {
	width: 700px;
}

#Images {
	top: 10px;
  left: 700px;
	width: 10000px;
	white-space: nowrap;
}

#Drugi {
	top: 300px;
  left: 650px;
	width: 10000px;
	white-space: nowrap;
		position: absolute;
}

#Treti {
	top: 800px;
  left: 650px;
	width: 10000px;
	white-space: nowrap;
		position: absolute;
}

#Ctvrty {
	top: 1300px;
  left: 650px;
	width: 10000px;
	white-space: nowrap;
		position: absolute;
}

/* vertical-center */
.verticalCenter {
	display: table;
}
.verticalCenter .middle {
	display: table-cell;
	vertical-align: middle;
}
