#main {
	overflow:auto;
	visibility: visible;
	background-color: #333333;
	/*text-align: left;
	float: left;*/
	position: relative;
	width: 400px;
	height: 220px;
	/*display: inline;*/
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	left: 5px;
	top:0px;
	line-height: 18px;
	/*white-space: normal;*/
}

#discography {
	overflow:auto;
	visibility: visible;
	background-color: #333333;
	position: relative;
	width: 400px;
	height: 220px;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	left: 5px;
	top:5px;
	line-height: 18px;
	background-attachment: fixed;
	background-image: url(../images/discographyCds.gif);
	background-repeat: no-repeat;
	background-position: left top;

	/*white-space: normal;*/
}


#flags {
	height: 13px;
	width: 60px;
	position:relative; 
	left:200px; 
	top:80px; 
	z-index:1;
}

#photos{
	position:static;
 	left:5px; 
	top:0px; 
 	z-index:3;
	height:251px;
	width:359px;
	overflow:auto;
	
	background-color: #333333;
		}

/*Αυτό αφορά το layer που δείχνει τη φωτογραφία*/
#photosShow{
	position:  static;
	left:0px;
	top:0px;
	width:309px;
	height:420px;
	z-index:5;
	overflow: auto;
	text-align: center;
	vertical-align: middle;
	visibility: visible;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;



}

#photosShow01{
	position:  absolute;
	left:auto;
	top:auto;
	width:245px;
	height:380px;
	z-index:4;
	overflow: visible;
	text-align: justify;
	vertical-align: top;
	clip:   rect(auto auto auto auto);
}

