/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber .tabberlive 
{
	clear:both;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
 margin:0;
 /*padding: 3px 0;*/
 font: 12px Tahoma, sans-serif;
 display: inline;
 clear:both;
 float:left;
}

ul.tabbernav li {
 list-style: none;
 margin: 0;
 display:block;
 height:20px;
 line-height:20px;
 text-align:center;
 width:auto;
  float: left;
}

ul.tabbernav li a {
 padding: 3px 0.5em;
 margin-left: 3px;
 text-decoration: none;
 background-repeat:repeat-x;
 background-image:url('images/tabBackground.gif');
 color: #ddd;
 display: block;
 width:auto;
 height:20px;
 text-transform:capitalize;
}

ul.tabbernav li a:hover {
 color: white;
 background-image:url('images/tabBackgroundact.gif');
 background-repeat:repeat-x;
}

ul.tabbernav li.tabberactive a 
{
	background-repeat:repeat-x;
	background-image:url('images/tabBackground.gif');
	color: #fff;
	font-weight:bolder;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab{
 padding:3px;
 height: auto;
 font-size:1.2em;
 overflow:auto;
 clear:both;
 float:left;
 width:100%;
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

.tabberlive .tabbertab h2
{
	display:none;
}

.StreetViewTabs .tabberlive .tabbertab
{
	overflow:hidden;
}


/*.tabberlive .tabbertab a {
	color: #fff;
}
.tabberlive .tabbertab p{
	padding-top: 0.5em;
}
.tabber .tabbertab img, .tabberlive .tabbertab img {
	float: left;
	line-height: 0;
}
.tabber .tabtext, .tabberlive .tabtext {
	width: 260px;
	float: right;
	padding: 0px 5px 0px 5px;
}

#tpContent .tabber .tabtext, #tpContent .tabberlive .tabtext {
	width: 415px;
}
#tpContent h4{
	color:#fff;
}
#tpContent .tabber .tab1, #tpContent .tabberlive .tab1 {
    overflow:hidden;
	height: 620px;
}
#tpContent .tabber .tab1 object, #tpContent .tabberlive .tab1 object{
margin:1em;
}
*/