@charset "utf-8";
/* CSS Document */

#wrapper {
	width:950px;
}

img.link_l{
	width:464px;
	height:94px;
	margin-right:8px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:20px;
}


img.link_r{
	width:464px;
	height:94px;
	margin-right:0px;
	margin-left:8px;
	margin-top:0px;
	margin-bottom:20px;
}

a.overwhite:hover img{
    cursor:pointer;
    filter: alpha(opacity=50);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=50)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
	
	transition: all .1s;
}