#menu {
	visibility: show;
    width: 100%;
	right: 0px;
    position: fixed;
	z-index: 1000;
}
#menuhide {
	visibility: hidden;
    top: 0px;
	right: 0px;
	overflow-y: auto;
	background-color: rgba(0, 0, 0, 0);
    position: absolute;
	z-index: 1001;
}
#menushow {
	visibility: show;
    top: 0px;
	right: 0px;
	background-color: transparent;
    position: fixed;
	z-index: 1002;
}

#menuback {
	visibility: hidden;
	width:300px;
	height:auto;
    top: 0px;
	right: 0px;
    position: fixed;
	background-color: rgba(0, 0, 0, 0);
	z-index: 8;
    overflow-y: auto;
}
#menutext_new {
	background-color: rgba(0, 0, 0, 0.7);
	margin-top:-20px;
	padding:20px 0px 6px 10px;
}
#menutext_screen {
	/*height:800px;*/
	background-color: rgba(0, 0, 0, 0.7);
	margin-top:10px;
	padding:1px 0px 1px 10px;
}
#menutext_paper {
	background-color: rgba(0, 0, 0, 0.7);
	margin-top:10px;
	padding:1px 0px 1px 10px;
}

.navmenu {
	font-family: myfont_bold;
	font-size:20px;
	line-height:24px;
	color:#fff;
}
.navmenu a {
	color:#c9c9c9;
	/*text-decoration:underline;*/
}
.navnew {
	font-family: myfont_bold;
	font-size:20px;
	line-height:24px;
	color:#fff;
}
.navnew a{
	color:#fff;
	/*text-decoration:underline;*/
}
.navmenu a:hover {
	color:#fff;
}

#playshow {
	visibility: show;
    height: 80px;
    top:-3px;
	background-color: transparent;
    position: relative;
	z-index: 13;
}
#playhide {
	visibility: hidden;
    height: 80px;
    top:-83px;
	background-color: transparent;
    position: relative;
	z-index: 14;
}

#myFrame {
	position: static;
	z-index: -10;
}
#play_stop {
	position: static;
	z-index: 1;
}
.play_games {
	position: relative;
	z-index: 70;
	top:-800px;
}

#leftbtn {
	visibility: show;
    top: 43%;
	left: 0px;
	background-color: transparent;
    position: absolute;
	z-index: 100;
}
#rightbtn {
	visibility: show;
    top: 43%;
	right: 0px;
	background-color: transparent;
    position: absolute;
	z-index: 100;
}
#sliderbtn {
	visibility: show;
    top: 0px;
	left: 0px;
    width: 100%;
	background-color: rgba(0, 0, 0, 0);
    position: relative;
	z-index: 101;
}


@media only screen and (max-width : 960px){
#menuback {
	visibility: hidden;
	width:320px;
	height:100%;
    top: 0px;
	right: 0px;
    position: fixed;
	background-color: rgba(0, 0, 0, 0);
	z-index: 8;
    overflow-y: auto;
}
/*
#menutext_screen {
	height:250px;
    overflow: hidden;
}
*/
#leftbtn {
	visibility: show;
    top: 40%;
	left: 0px;
	background-color: transparent;
    position: absolute;
	z-index: 100;
}
#rightbtn {
	visibility: show;
    top: 40%;
	right:0px;
	background-color: transparent;
    position: absolute;
	z-index: 100;
}
.navmenu {
	font-family: myfont_bold;
	font-size:20px;
	line-height:24px;
	color:#fff;
}



}