.tabs {
	float:left;
	padding-bottom:30px;
	width:97%;
	position: relative;
}
.tabs .tab_item {
	background:url(images/principle-btn-l.png) no-repeat scroll left 1px;
	color:#36939B;
	cursor:pointer;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:5px;
	margin-top:5px;
	padding:0;
	position:relative;
	width:95px;
	z-index:100;

}
.trilogy .tabs .tab_item{
	width:190px;
}
.tabs .tab_item span{
	background:transparent url(images/principle-btn.png) no-repeat scroll right 1px;
	display:block;
	height:30px;
	margin-left:5px;
	padding-top:20px;
	text-align:center;
	padding-right:5px;
}
.tabs .tab_item span.two-lines{
	height:35px;
	padding-top:15px;
}
.tabs .tab_item:hover{
	color:#98002E;
}


.tabs .selected {
	background:url(images/hover-bg.png) no-repeat center 0;
	color:#fff;
}

.tabs .selected:hover  {
	background:url(images/hover-bg.png) no-repeat center 0px;
}
.tabbed_content .slide_content {
	overflow: hidden;
	position: relative;
	width:100%;
}
.tabbed_content div.application_slide_content  div.tabslider {
	width: 100%;
	float: left;
	min-height:280px;
  	height:auto !important;
  	height:280px;
	overflow:hidden;
}

.tabslider {
	width: 100%;
	float: left;
	min-height:245px;
  	height:auto !important;
  	height:245px;
	overflow:hidden;
}
.tabslider div {
	float:left;
	position:relative;
	width:98%
	height:400px;
}
.tabslider>div{
 display:none;
}
.tabslider ul {
	position:relative;
	float: left;
	width: 95%;
	margin: 0px;
	padding: 0px;
	margin-right: 40px;
}

.tabslider ul a {
	color: #ffffff;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: #aaaaaa;
}

.tabslider ul li {
	padding-bottom: 7px;
}

ul {
	margin-bottom: 2em;
}


/* Listen */
ul#news li{
	width:90%;
	text-align:left;
}

ul#portfolio li img{
	border: 1px solid #ccc;
	padding: 4px;
}


.fade{
	margin-bottom: 2em;
}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}

