        #tabwrapper{
            width: 100%;
            border: 0px solid #000000;
			margin-left: 0;
			margin-top: 0;
			margin-bottom: 0;
			/*float:left;*/
        }

		#tab1{
		width:108px; 
		height:31px; 
		background:url('../images/new_tab_ttm/01_hot_events.jpg') no-repeat;
		float:left;
		}
	
		#tab2{
		width:108px; 
		height:31px; 
		background:url('../images/new_tab_ttm/03_latest_ticket.jpg') no-repeat;
		float:left;
		}
		
		#tab3{
		width:108px; 
		height:31px; 
		background:url('../images/new_tab_ttm/02_this_week.jpg') no-repeat;
		float:left;
		}
		
		#tab4{
		width:108px; 
		height:31px; 
		background:url('../images/new_tab_ttm/04_coming_soon.jpg') no-repeat;
		float:left;
		}
		#tab5{
		width:108px; 
		height:31px; 
		background:url('../images/new_tab_ttm/05_shopping_voucher.jpg') no-repeat;
		float:left;
		}



		#heading {
			display: block;
			text-align: center;
			margin-bottom: 1em;
            padding: 0px;
			float:none;
			width:540px;			
			height: 31px;
			margin-left: 0;
			margin-top: 0;
			/*margin-bottom: 0;*/
			/*background:#0033FF;*/
			/*background: url('../images/tab-repeat.gif') repeat-x; */
		}
		
		#heading * {
			display: inline;
			padding: 0px;
			user-select: none;
			cursor: pointer;
			vertical-align: middle;
			width: 540px;
			height: 31px;
			margin-left: 0;
			margin-top: 0;
			margin-bottom: 0;
			/*float:left;*/
			}
		
		#heading li { height:31px; float:left; width:108px;}
		
/* active tabs 		
		#heading li.active {
			background-color: #EF3535;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-opera-border-radius: 3px;
			-moz-border-radius: 3px;
		}
		*/

		#heading #tab1.active{
		width:108px; 
		height:31px; 
		background:url('../images/new_tab_ttm/01_hot_events_over.jpg') no-repeat;
		float:left;
		}
	
		#heading #tab2.active{
		width:108px; 
		height:31px; 
		background:url('../images/new_tab_ttm/03_latest_ticket_over.jpg') no-repeat;
		float:left;
		}
		
		#heading #tab3.active{
		width:108px; 
		height:31px; 
		background:url('../images/new_tab_ttm/02_this_week_over.jpg') no-repeat;
		float:left;
		}
		
		#heading #tab4.active{
		width:108px; 
		height:31px; 
		background:url('../images/new_tab_ttm/04_coming_soon_over.jpg') no-repeat;
		float:left;
		}
		
                #heading #tab5.active{
		width:108px; 
		height:31px; 
		background:url('../images/new_tab_ttm/05_shopping_voucher_over.jpg') no-repeat;
		float:left;
		}
		
                #panes {
			text-align: justify;
			border-style: none;
			width: 540px;
			margin: 0 auto 5px auto;
			float:left;
		}
		
		#previous, #next, #stop { 
		    margin:0px; 
			padding: 0px; 
			display:inline; 
			height:0px; 
			width:0px; 
			float: left; 
			cursor: pointer; 
		}