#info p {margin-left:0px; margin-right:5px;}

a.screen, a.screen:visited {
color:#c00; 
position:relative; 
z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; /*Resmin Saklamasi */
width:200px; /* Genişlik */
height:0; /* no height to solve an Opera bug that makes it selectable when hidden */
border:0px solid #000; /* Çerçeve ekle */
left:5; /* Resmin Saga Sola Hareketi */
top:-160px; /* Resmin yukari ve asagi resim hareketi */
}
a.screen:hover {
text-decoration:none; 
border:0px none; /* needed for this to work in IE */ 
z-index:1000
}
a.screen:hover b {
visibility:visible; /* Resmi Görünür Yap */
height:150px; /* Yükseklik */
cursor:pointer; /* for IE */
z-index:500; 
}
a.screen:hover b img {
border:0px none; /* remove the link border */
}
