
		/*
        #panelRoomsTab { float:left; width:420px; height:35px; position:relative; }
			#panelRooms_btns { position:absolute; }
			#panelRooms_btns a { 
				float:left; 
				width:200px; 
				height:26px;
				padding-top:0px;
				display:block; 
				background:url(rooms-tab.png) no-repeat; 
				color:#FFF; 
				font-size:16px; 
				font-family:Tahoma;
				text-align:center;
				letter-spacing:-1px;
                padding:0px 0 0 10px;
				}
				
			#panelRoomsTab li a:hover , #panelRoomsTab li a.active { color:#921773; background:url(rooms-tab.png) no-repeat 0 -40px; }
		*/
        #panelRoomsTab { float:left; width:420px; height:26px; }
			#panelRoomsTab li { float:left; width:205px; height:26px; display:inline; }
			#panelRoomsTab li a { 
				float:left; 
				width:200px; 
				height:26px;
				padding-top:0px;
				display:block; 
				background:url(rooms-tab.png) no-repeat; 
				color:#FFF; 
				font:16px/26px 'Tahoma';
				text-align:center;
				letter-spacing:-1px;
				}
				
			#panelRoomsTab li a:hover , #panelRoomsTab li a.active { color:#921773; background:url(rooms-tab.png) no-repeat 0 -40px; }
        
			
	#panelRooms { float:left; width:1081px; padding:0 0 0px 0; background:url(panel-roomss-bg.png) bottom no-repeat #f0f0f0; z-index:999; border-radius:0 5px 5px 5px; }
    
		#panelRooms ul { float:left; font-size:11px; font-weight:bold; line-height:15px; margin-left:1px;}
		#panelRooms li { float:left; width:119px; height:18px; margin:1px 1px 0 0; display:inline; text-align:center; overflow:hidden; background:#797979; border-radius:2px; }
		#panelRooms li a { font-family:Tahoma;text-decoration:none; float:left; width:119px; height:17px; padding-top:1px; display:block; background:url(panelroom.png) no-repeat; color:#FFF; }
		#panelRooms li a:hover { color:#ff6 !important; background:url(panelroom.png) 0 -19px no-repeat !important; }
		
		#panelRooms .pr_orange a { background:url(panel-rooms.png) no-repeat 0 -20px; }
		#panelRooms .pr_blue a { background:url(panel-rooms.png) no-repeat 0 -40px; }
		#panelRooms .pr_pink a { background:url(panel-rooms.png) no-repeat 0 -60px; }
		#panelRooms .pr_darkblue a { background:url(panel-rooms.png) no-repeat 0 -80px; }
		#panelRooms .pr_red a { background:url(panel-rooms.png) no-repeat 0 -100px; }
		#panelRooms .pr_green a { background:url(panel-rooms.png) no-repeat 0 -120px; }
		#panelRooms .pr_violet a { background:url(panel-rooms.png) no-repeat 0 -140px; }
		#panelRooms .pr_darkyellow a { background:url(panel-rooms.png) no-repeat 0 -160px; }