.ui-tabs-nav {
	list-style: none;
	display:block;
	/*margin-left:11px;*/
	margin-left:-10px;
	*margin-left:-32px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}
.ui-tabs-nav li {
	width:80px;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
  display: block;
	line-height:54px;
	font-weight:bold;
	outline:0;
}
.ui-tabs-nav a {
  white-space: nowrap; /* required in IE 6 */
  outline: 0; /* prevent dotted border in Firefox */
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
  width: auto;
  height: auto;
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
  display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
  display: inline-block;
}
#rotate {
	height:266px;
	/*display:none;*/
	float:left;
}
