
/* ikeyazilim */

#tumcalis { 
width: 33px;
height: 53px;
position: fixed;
right: 10px;
top: 149px;
border: 0px;
}

.ex img{
width: 59px;
height: 53px;
border: 0px solid #ccc;
    margin-left: -2px;
    -webkit-transition: margin-left 0.5s ease-out;
    -moz-transition: margin-left 0.5s ease-out;
    -o-transition: margin-left 0.5s ease-out;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.ex img:hover {
    margin-left: -16px;
	filter:alpha(opacity=100);
	opacity:1.0;
}
