		#wrapper{ width:745px; /* height:200px; */ float:left;  }
		#photoG	{ position:absolute; width:745px;height:155px; background-color:#cdcdcd; margin-left:0px; margin-bottom:0px; z-index:0; }
		#bar	{ position:absolute; width:745px; height:35px; margin-top:165px; }
		#title	{ float:left;width:200px; height:25px; color:#616161; font-family:Trebuchet MS;font-size:11px; font-weight:none; margin-top:5px; margin-left:5px;text-align:left; padding-top:3px; padding-left:5px; }
		#buttons{ float:right;width:215px; height:20px; color:#616161; font-family:Trebuchet MS;font-size:13px; font-weight:bold; margin-top:5px; margin-left:5px;text-align:left; padding-top:3px; padding-left:0px; }		
		.btn_off{ float:left;width:18px;height:18px;  font-family:Trebuchet MS;font-size:12px; font-weight:bold;color:#015a96; text-align:center; margin-right:3px; cursor:default; background-image:url('/imagens/ball_off.png?v=1'); }
		.btn_on{  float:left;width:18px;height:18px;  font-family:Trebuchet MS;font-size:12px; font-weight:bold;color:#ffffff; text-align:center; margin-right:3px; cursor:pointer; background-image:url('/imagens/ball_on.png?v=1'); }	

		
		/* @media screen and (max-width:767px){ */
		@media screen and (max-width:480px){
			#wrapper{ width:100%; height:auto;  }
			#photoG{ width:100%; height:auto; }
			#bar{ width:100%; display:none; }
			#title{ display:none; }
		}
		
