/* MIRSSION */
#content {
	position: absolute;
	width: 760px;
	top: 365px;
	background: #FF0033  url(../images/main/back_cont.png) top left no-repeat;
	left: 10px;
	height: 1000px;
	background-image: url(../images/main/back_cont.png);
}
#vline {
	position:absolute;
	left:197px;
	top:30px;
	width:3px;
	height:970px;
	overflow: visible;
	background: url(../images/main/line_vcont.png);
}
/*etiketa*/
.arxeio {
	background: url(../images/main/labels/arxeio_l.png) no-repeat;
}
.archive {
	background: url(../images/main/labels/archive_l.png) no-repeat;
}
#screen_1, #screen_2, #screen_3, #screen_4, #screen_5, #screen_6, #screen_7, #screen_8 {
	position: absolute;
	height: auto;
	width: 480px;
	top: 30px;
	left: 235px;
	text-align: left;
}
/*LIGHTBOX CSS*/
.section {
	margin: 0;
}
.section ul {
	list-style: none; margin-top:5px;
}
.section ul li {
	display: inline;
}
.section ul a {
	background-color:#ECECEC;
	border:1px solid #ECECEC;
	padding: 0;
	display:block;
	float:left;
	margin:5px;
}
.section ul a:hover {
	background-color:#FFFFFF;
	border:1px solid #333;
}
.section ul a img {
	border:1px solid #ECECEC;
}
.section ul a.lightbox-enabled img {
	border:1px solid #ECECEC;
}

