
/*ikeyazilim brand mark ikeyazilim.com.tr*/

#ikeyazilim { 
width: 28px;
height: 28px;
position: fixed;
right: 10px;
bottom: 10px;
border: 0px;
}

.ex img{
	height: 28px;
    width: 28px;
	border: 0px;
	filter:alpha(opacity=70);
	opacity:0.7;
	
}

.ex img:hover {
	border: 0px;
	filter:alpha(opacity=100);
	opacity:1.0;
	
}
