@charset "UTF-8";

/*----------------------------------------------------
	RollOver
----------------------------------------------------*/
/*/////// AlphaOver ///////*/
.alphaOver img:hover {
	opacity: .5;
}
 
.alphaOver img {
	transition: opacity 0.25s ease-out;
}


/*/////// AlphaOverUp ///////*/
.alphaUp img:hover {
	opacity: 1;
}
 
.alphaUp img {
	opacity: .5;
	transition: opacity 0.35s ease-out;
}