#show{
	position:relative;
		display:block;
		float:left;	
		width:500px;
		
		
	}
	
	#container{
		display:block;
		position:relative;
		float:left;
		z-index:1;
		background-color:#000;
		height:400px;
		padding-top:40px;
		
		
	}
	#toggle{
		display:none;
		position:absolute;
		float:left;
		right:0px;
		top:0px;
		z-index:1000;
		clear:both;
		cursor:pointer;
		
		
	}
	#myframe{
		position:relative;
		display:block;
		z-index:1000;
		float:left
		overflow:hidden;
		height:280px;
		width:499px
		
	}
	