/*-*-*-*-*-*-*-*-*-*- VISUAL -*-*-*-*-*-*-*-*-*-*/
#visual {
width: 940px;
height: 290px;
padding-left: 0px;
margin:0px;
overflow: hidden;
}
 
* html #visual {
width: 940px;
}
  
#visual div.tabbed-ui {
  width: 940px;
  position: relative;
}

* html #visual div.tabbed-ui {
  width: 940px;
} 

#visual div.tabbed-ui .tabs {
position: absolute;
z-index: 100;
left:43px;
top: 270px;
}

#visual .tabs li {
width: 11px;
margin-right: 10px;
display: block;
text-decoration: none;
height: 11px;
float: left;
}
 
#visual .tabs li a {
width: 31px; 
height: 11px;
display: block;
cursor: pointer;
font-size:13px;
}
#visual .tabs li a span {
  width: 31px; height: 31px;
  display: block;
  line-height: 26px;
  cursor: pointer;
}
#visual .tabs li a:link,
#visual .tabs li a:visited {
  	background: transparent url(../images/slider-switch.png) bottom center no-repeat;
	width: 11px;
	display: block;  
}

#visual .tabs li a:hover,
#visual .tabs li a:active,
#visual .tabs li a:focus,
#visual .tabs li.ui-tabs-selected a {
  	background: transparent url(../images/slider-switch.png) top center no-repeat;
	text-decoration:none;
	
} /*\*/ * html #visual .tabs li a:hover,
* html #visual .tabs li a:active,
* html #visual .tabs li a:focus,
* html #visual .tabs li.ui-tabs-selected a {
  background: transparent url(../images/slider-switch.png) top center no-repeat;
text-decoration:none;
} /**/

.ui-tabs-panel {
height: 0px;
}
.ui-tabs-hide {
display: none;
}


