.default-tab .ju-tabs-title-left ul.ju-tabs-title li {
	background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-bottom: 15px;
  padding: 0px;
  position:relative;       
    -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.default-tab ul.ju-tabs-title li:hover, .default-tab ul.ju-tabs-title li.active {
	background-color: #eaecef;
}

.default-tab .ju-tabs-title-bottom ul.ju-tabs-title {
	width: 100%;
	z-index: 9999;
}

.default-tab .ju-tabs-title-wrap {
	float: left;
  width: 255px !important;
}

.default-tab .ju-tabs-title-wrap.ju-tabs-title-right {
	background: none repeat scroll 0% 0% transparent;
	margin-left: -1px;
	border-left: 1px solid #E7E7E7;
}

.default-tab.ju-tabs-wrap ul.ju-tabs-title li h3 {
	display: block;
font-family: Arial, Helvetica, sans-serif;
line-height: 21px;
color: #f57e27;
font-size: 17px;
font-weight: bold;
text-decoration: none;
text-align: center;
padding: 20px;
}

.default-tab.ju-tabs-wrap ul.ju-tabs-title h3 span.ju-tabs-arrow {
	display: none;
}

.default-tab.ju-tabs-wrap .ju-tabs-panel .ju-tabs-content .ju-tabs-subcontent {
	padding: 0px 5px;
}