@charset "UTF-8";
.fullScreenControlWidget .fullScreenControl_fullScreenBtn{
	height: 67px;
    background-repeat: no-repeat;
    background-position: center 10px;
    width : 50px;
	background-image: url("../../images/widget/widget-fullscreen-gray.png");
}
.fullScreenControlWidget .fullScreenControl_fullScreenBtn:hover{
	background-image: url("../../images/widget/widget-fullscreen-white.png");
	color: #fff;
}