.reallytab {
	width: 100%;
}
.reallytab h2 {
	padding-bottom: 25px;
}
.reallytab .panels li {
	background: url(../../pics/bullet-point.gif) no-repeat 0px 12px !important;
}
.reallytab .tabsWrapper {
	overflow: hidden;
	position: relative;
}
.reallytab .tabs {
	margin: 0; 
	padding: 0;
	width: 1500px;
	height: inherit !important;
}
.reallytab .tabs .tab,
.reallytab .arrow {
	margin: 0 4px 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
	white-space: nowrap;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	height: 30px;
	line-height: 30px;
	background: #ddd;
}
.reallytab .tabsScroller {
	overflow: hidden;
}
.reallytab .left {
	position: absolute;
	left: 0;
	top: 0;
}
.reallytab .right { 
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}
.reallytab .tabs .tab.first {
}
.reallytab .tabs .tab.last {
}
.reallytab .tabs .tab.open {
	background: #fff;
}
.reallytab .tabs .tab a,
.reallytab .arrow a {
	display: block;
	color: #000;
	padding: 0 12px;
}
.reallytab .tabs .tab.open a {
	color: #666;
	cursor: default;
}

.reallytab .panels {
	clear: both;
	padding: 20px 60px 0px 60px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.reallytab .panels .panel {
	display: none;
}
.reallytab .panels .panel.open {
	display: block !important;
	min-height: 100px;
}

.reallytab p {
	line-height: 20px;	
}

.reallytab td {
	padding-bottom: 15px;
}