.fullscreenbutton
{
	position: absolute;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 0;
        top:5px;
        right:5px;
	/*display: none; */
	background: #eee;
        border:1px solid #fff;
        width:100px;
	opacity: 0.75;
        z-index: 10000;
}

.fullscreenbutton a
{
    display:block;
    width:100%;
    height:20px;
    line-height: 20px;
    color:#333;
    font-weight: bold;
    text-decoration: none;
}
