/************************************
            By Dan Harper
        http://www.danharper.me

           For NETTUTS.com

     Check out http://vivawp.com
************************************/


.ui-tabs-hide {
		display: none;
		}


.ui-tabs-nav a #deluxebtn{
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url(images/deluxe_btn_bg.png);
	float: left;
	background-position: 1px;
	z-index: 200;
		}
 .ui-tabs-nav a #originalbtn{
	text-decoration: none;
	background-repeat: no-repeat;

	background-image: url(images/original_btn_bg.png);
	float: left;
	background-position: 1px 1px;
		}
	.ui-tabs-selected a #originalbtn{
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	list-style-image: none;
	float: left;
	
		}
		
	.ui-tabs-selected a #deluxebtn{
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	list-style-image: none;

	float: left;
		}
		
