/*alap fehér négyzet amiben a kis képek vannak, ez az enyém*/
#mContainer {
	position:relative;
	margin:auto;
	width:450px;
	height:200px;
	border:0px solid #000;
}
/*egész blokk elhelyezése*/
#imageContainer {
	position:absolute;
	width:100px;
	top:5px;
	left:5px;
}

#mContainer #imageContainer img {
	/*
	width:32px;
	height:32px;
	*/
	position:absolute;
	/*border:1px solid #000;*/
	cursor:pointer;
	-moz-opacity:.5;
	opacity:.5;
	filter:Alpha(opacity=50);
	z-index:100;
}

/*szürke árnyék*/
#imageDestination {
	/*position:absolute;
	top:100px;
	left:200px;
	width:250px;
	height:155px; 
	border:1px solid #000;
	background:#C0C0C0;
	z-index:0;*/
}

#imageDestination {
	position:absolute;
	top:70px;
	left:150px;
	width:270px;
	height:340px; /*szürke árnyék*/
	/*border:1px solid #000;*/
	z-index:0;
}


#controls {/*nagy négyzet elhelyezkedése*/
	width:400px;
	position:relative;
	margin:auto;
	margin-top:190px;
	padding-top:20px;
	font:9px verdana;
	color:#FFFF99;
	text-align:left;
	/*border-top:2px solid #000;*/
}

#caption {   /*ezek a kávék leírásai*/
	text-align:center;
	font:14px verdana;
	position:relative;
	left:230px;
/*	position:absolute;
*/	top:15px;
	width:180px;
}

#credits {
	position:relative;
	margin:auto;
	margin-top:30px;
	width:160px; 
	font-family:verdana;
	font-size:9px;
	/*background:#CC3333;*/
}



hr { /*nem látom*/
	 /*
	width:400px;
	height:1px;
	text-align:left;
	color:#000;
	background: #33FF00;
	border-style:none;
	clear:both;
	margin:10px 0 5px 0;*/
}


#credits img { /*nem látom*/
/*
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	border:1px solid #000000;
	width:80px;
	height:79px;
	*/
}
 
    a.uj:link {
      text-decoration: none;	  
	  color:#FF0;
	  font-size:14px;
    }

    a.uj:visited {
      text-decoration: none;
	  color:#FF0;
	  font-size:14px;
    }

    a.uj:hover {
      text-decoration: none;
      color: #FFF;
    }
  