        #tabwrapper{
            width: 100%;
            border: 0px solid #000000;
        }

		#tab1{
		width:100px; 
		height:31px; 
		background:url('../images/tab1-up.gif') no-repeat;
		}
	
		#tab2{
		width:100px; 
		height:31px; 
		background:url('../images/tab2-up.gif') no-repeat;
		}
		
		#tab3{
		width:100px; 
		height:31px; 
		background:url('../images/tab3-up.gif') no-repeat;
		}
		
		#tab4{
		width:100px; 
		height:31px; 
		background:url('../images/tab4-up.gif') no-repeat;
		}
		#tab5{
		width:100px; 
		height:31px; 
		background:url('../images/tab5-up.gif') no-repeat;
		}



		#heading {
			display: block;
			text-align: center;
			margin-bottom: 1em;
            padding: 0px;

			height: 31px;
			background: url('../images/tab-repeat.gif') repeat-x; 
		}
		
		#heading * {
			display: inline;
			padding: 0px;
			user-select: none;
			cursor: pointer;
			vertical-align: middle;
			width: auto;
			height: 31px;
			}
		
		#heading li { height:31px; float:left; width:100px;}
		
/* 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:100px; 
		height:31px; 
		background:url('../images/tab1-dwn.gif') no-repeat;
		}
	
		#heading #tab2.active{
		width:100px; 
		height:31px; 
		background:url('../images/tab2-dwn.gif') no-repeat;
		}
		
		#heading #tab3.active{
		width:100px; 
		height:31px; 
		background:url('../images/tab3-dwn.gif') no-repeat;
		}
		
		#heading #tab4.active{
		width:100px; 
		height:31px; 
		background:url('../images/tab4-dwn.gif') no-repeat;
		}
		
                #heading #tab5.active{
		width:100px; 
		height:31px; 
		background:url('../images/tab5-dwn.gif') no-repeat;
		}
		
                #panes {
			text-align: justify;
			border-style: none;
			width: 530px;
			margin: 0 auto 5px auto;
		}
		
		#previous, #next, #stop { 
		    margin:0px; 
			padding: 0px; 
			display:inline; 
			height:0px; 
			width:0px; 
			float: none; 
			cursor: pointer; 
		}