﻿/*Homepage Fader*/


div.fader-content
{
	width:570px;
	height:260px;
	position:absolute;
	overflow:hidden;
}


#contentList, #contentList .sb-inner { background:#fff; }


#contentList
{
	width:570px;
	height:260px;
	position: relative;

}




/*#contentList .mp-navigator button {
	color:#666666;
	font-size:22px;
	font-weight:bold;
	height:35px;
	width:130px;
	background-color:#ababab;
}*/

.sb, .sbi, .sb *, .sbi * {
	position:relative;
	z-index:1;
}



#contentList .tabs button:hover {
  color: white;
  cursor: pointer;
  border: none;
  color: #ff6600;
}

#contentList .tabs button.active {
  color: Purple;
  border: none;
  background-image: none;
  background:none;
}

