/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
	.ui-tabs-hide {
		display: none;
	}
}

/* Hide useless elements in print layouts... */
@media print {
	.ui-tabs-nav {
		display: none;
	}
}

/* Skin */
#intab {
text-align: right;
padding: 10px 0;
}
#intab li {
display: inline;
}
#intab .ui-tabs-selected {
display: none;
}
#intab a:hover img {
filter: alpha(opacity=70);
opacity: 0.7;
-moz-opacity: 0.7;
}
