    /*----[Simple tabs]----*/
ul.tabs,
ul.tabs2
{
	height: 29px;
	width: 100%;		
}
ul.tabs5 {
	height: 20px;
	width: 100%;
	margin-top:5px;
}
ul.tabs li {
	float: left;
	display: inline;	
	height: 29px;
	background:#920d0d;
}
ul.tabs2 li {
	float: left;
	display: inline;	
	height: 29px;
	background:#633778;
}
ul.tabs5 li {
	float: left;
	display: inline;	
	height: 20px;
	background:#920d0d;
}
ul.tabs li.first-tab {
	margin: 0;
	width:318px;
	background:#ed0000;
}
ul.tabs2 li.first-tab {
	margin: 0;
	width:318px;
	background:#854ba0;
}
ul.tabs5 li.first-tab {
	margin: 0;
	width:98px;
	background:#ed0000;
}
ul.tabs li a,
ul.tabs2 li a {		
	display: block;
	text-decoration: none;
	position: relative;
	width:318px;
	
}
ul.tabs5 li a {		
	display: block;
	text-decoration: none;
	position: relative;
	width:98px;
	
}
ul.tabs li a span,
ul.tabs2 li a span {
	font-weight: bold;
	font-size:16px;
	color:#FFF;
	display: block;
	cursor: pointer;
	text-align:center;
	white-space: nowrap /* White space nowrap added for larger text sizes in IE*/
}
ul.tabs5 li a span {
	font-weight: bold;
	font-size:10px;
	color:#FFF;
	display: block;
	cursor: pointer;
	text-align:center;
	white-space: nowrap /* White space nowrap added for larger text sizes in IE*/
}
ul.tabs li a:link,
ul.tabs li a:visited,
ul.tabs li a:hover,
ul.tabs li a:active {
    background:#920d0d;
	height: 29px;    
}
ul.tabs2 li a:link,
ul.tabs2 li a:visited,
ul.tabs2 li a:hover,
ul.tabs2 li a:active  {
    background:#633778;
	height: 29px;    
}
ul.tabs5 li a:link,
ul.tabs5 li a:visited,
ul.tabs5 li a:hover,
ul.tabs5 li a:active {
    background:#920d0d;
	height: 20px;    
}
ul.tabs li a span {
    background:#920d0d;
	padding-top:6px;	
}
ul.tabs2 li a span {
    background:#633778;
	padding-top:6px;	
}
ul.tabs5 li a span {
    background:#920d0d;
	padding-top:5px;	
}
ul.tabs li a:hover {
    background:#ed0000;
	height: 29px;
}
ul.tabs2 li a:hover {
    background:#854ba0;
	height: 29px;
}
ul.tabs5 li a:hover {
    background:#ed0000;
	height: 20px;
}
ul.tabs li a:hover span {
    background:#ed0000;
}
ul.tabs2 li a:hover span {
    background:#854ba0;
}
ul.tabs5 li a:hover span {
    background:#ed0000;
}

ul.tabs li.active a:link,
ul.tabs li.active a:visited,
ul.tabs li.active a:hover,
ul.tabs li.active a:active,
ul.tabs5 li.active5 a:link,
ul.tabs5 li.active5 a:visited,
ul.tabs5 li.active5 a:hover,
ul.tabs5 li.active5 a:active {
    background:#ed0000;    
}
ul.tabs2 li.active2 a:link,
ul.tabs2 li.active2 a:visited,
ul.tabs2 li.active2 a:hover,
ul.tabs2 li.active2 a:active {
    background:#854ba0;    
}
ul.tabs li.active a span,
ul.tabs5 li.active5 a span{
    background:#ed0000;        
    cursor: default;
}
ul.tabs2 li.active2 a span {
    background:#854ba0;        
    cursor: default;
}    
    /*----[Slider in tabs]----*/

    /*----[Basic slider/cycle with external controls]----*/

/*----[Carousel]----*/
.carousel-show-image-instutional {
    margin: 3px 0 0 0;
	height:145px;
}
.tab-container-institutional, .tab-container-institutional2 {
    height: 160px;
}
.tab-container-institutional .tab-content-institutional  
{
	border: 1px solid #dbdbdb; 
	height:173px
}
.tab-container-institutional2 .tab-content-institutional2  
{
	border: 1px solid #dbdbdb; 
	height:173px
}
.tab-content-institutional5 
{
	margin-top:6px;
}