@charset "utf-8";
/* CSS Document */


@keyframes entryon {
0% { opacity:1; }
100%{ opacity:0.3; }
}


#cont_entrys a.btn_selected .cont_cover{
animation: entryon 0.3s linear forwards ;
}
#cont_entrys a.btn_selected .cont_cover{
	filter:alpha(opacity=30);
}