#tabs {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 40px;
	overflow:hidden;
	
}


#tabs ul.tabsItems {
  display: inline-table;
  width:100%
}
#tabs ul.tabsItems li {
  display: table-cell;
}



#tabs ul.tabsItems li {
	/*float: left;*/
	margin-right: 0;
	position:relative;
}

#tabs ul.tabsItems li a {display: block; padding: 16px 16px; background: #466774; text-decoration: none; color: #fff; text-align:center}
#tabs ul.tabsItems li.last-child a {padding:16px 21px 16px 22px}
#tabs ul.tabsItems li a:hover {background: #466774}


#tabs_container {
	padding: 40px 0;
	overflow: hidden;
	position: relative;
	background: white;
}

#tabs_container div {
	margin: 0;
}

.transition {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.make_transist {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hidescale {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideleft {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showleft {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hidescaleup {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscaleup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transform: rotatey(-90deg) scale(1.1);
	-moz-transform: rotatey(-90deg) scale(1.1);
	-o-transform: rotatey(-90deg) scale(1.1);
	-ms-transform: rotatey(-90deg) scale(1.1);
	transform: rotatey(-90deg) scale(1.1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.showflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;

	-webkit-transform: rotatey(0deg) scale(1);
	-moz-transform: rotatey(0deg) scale(1);
	-o-transform: rotatey(0deg) scale(1);
	-ms-transform: rotatey(0deg) scale(1);
	transform: rotatey(0deg) scale(1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.tabulous_active {
	/*
	background: white !important;
	color: #655c89 !important;
	*/
}

.tabulousclear {
	display: block;
	clear: both;
}

/*
.innerHomeTabs ul.tabsItems li .tabulous_active::after {
    color: #222222;
    content: "";
    position: absolute;
    bottom: -15px;
	margin:0 auto;
    left: 0;
	right:0;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #BC0048 transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACcQAAAAyCAYAAAB4IErqAAAABHNC…cIc+LNehznEOfzKHPfA595nPoc5xDn8xhAJujoE/nkPc/uudLapl/Zw4AAAAASUVORK5CYII=')!important;
    background-repeat: repeat-x;
    display: block;
    width: 0;
	z-index:10001
}
*/


.currentHomeTabs ul.tabsItems li .tabulous_active::after {
    color: #222222;
    content: "";
    position: absolute;
    bottom: -15px;
	margin:0 auto;
    left: 0;
	right:0;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #466774 transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACcQAAAAyCAYAAAB4IErqAAAABHNC…cIc+LNehznEOfzKHPfA595nPoc5xDn8xhAJujoE/nkPc/uudLapl/Zw4AAAAASUVORK5CYII=')!important;
    background-repeat: repeat-x;
    display: block;
    width: 0;
	z-index:10001
}


.opera-now ul.tabsItems li .tabulous_active::after {
    color: #222222;
    content: "";
    position: absolute;
    bottom: -15px;
	margin:0 auto;
    left: 0;
	right:0;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #BC0048 transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACcQAAAAyCAYAAAB4IErqAAAABHNC…cIc+LNehznEOfzKHPfA595nPoc5xDn8xhAJujoE/nkPc/uudLapl/Zw4AAAAASUVORK5CYII=')!important;
    background-repeat: repeat-x;
    display: block;
    width: 0;
	z-index:10001
}

.classical-music ul.tabsItems li .tabulous_active::after {
    content: "";
    position: absolute;
    bottom: -15px;
	margin:0 auto;
    left: 0;
	right:0;
    border-width: 15px 15px 0;
    border-style: solid;
	border-color: #005B86 transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACcQAAAAyCAYAAAB4IErqAAAABHNC…cIc+LNehznEOfzKHPfA595nPoc5xDn8xhAJujoE/nkPc/uudLapl/Zw4AAAAASUVORK5CYII=')!important;
    background-repeat: repeat-x;
    display: block;
    width: 0;
	z-index:10001

}

.choir-organ ul.tabsItems li .tabulous_active::after {
    color: #222222;
    content: "";
    position: absolute;
    bottom: -15px;
	margin:0 auto;
    left: 0;
	right:0;
    border-width: 15px 15px 0;
    border-style: solid;
	border-color: #737B1A transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACcQAAAAyCAYAAAB4IErqAAAABHNC…cIc+LNehznEOfzKHPfA595nPoc5xDn8xhAJujoE/nkPc/uudLapl/Zw4AAAAASUVORK5CYII=')!important;
    background-repeat: repeat-x;
    display: block;
    width: 0;
	z-index:10001

}

.international-piano ul.tabsItems li .tabulous_active::after {
    color: #222222;
    content: "";
    position: absolute;
    bottom: -15px;
	margin:0 auto;
    left: 0;
	right:0;
    border-width: 15px 15px 0;
    border-style: solid;
	border-color: #409E96 transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACcQAAAAyCAYAAAB4IErqAAAABHNC…cIc+LNehznEOfzKHPfA595nPoc5xDn8xhAJujoE/nkPc/uudLapl/Zw4AAAAASUVORK5CYII=')!important;
    background-repeat: repeat-x;
    display: block;
    width: 0;
	z-index:10001

}

.music-teacher ul.tabsItems li .tabulous_active::after {
    color: #222222;
    content: "";
    position: absolute;
    bottom: -15px;
	margin:0 auto;
    left: 0;
	right:0;
    border-width: 15px 15px 0;
    border-style: solid;
	border-color: #AD0D24 transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACcQAAAAyCAYAAAB4IErqAAAABHNC…cIc+LNehznEOfzKHPfA595nPoc5xDn8xhAJujoE/nkPc/uudLapl/Zw4AAAAASUVORK5CYII=')!important;
    background-repeat: repeat-x;
    display: block;
    width: 0;
	z-index:10001

}

.early-music-today ul.tabsItems li .tabulous_active::after {
    color: #222222;
    content: "";
    position: absolute;
    bottom: -15px;
	margin:0 auto;
    left: 0;
	right:0;
    border-width: 15px 15px 0;
    border-style: solid;
	border-color: #F04E25 transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACcQAAAAyCAYAAAB4IErqAAAABHNC…cIc+LNehznEOfzKHPfA595nPoc5xDn8xhAJujoE/nkPc/uudLapl/Zw4AAAAASUVORK5CYII=')!important;
    background-repeat: repeat-x;
    display: block;
    width: 0;
	z-index:10001

}

.teaching-drama ul.tabsItems li .tabulous_active::after {
    color: #222222;
    content: "";
    position: absolute;
    bottom: -15px;
	margin:0 auto;
    left: 0;
	right:0;
    border-width: 15px 15px 0;
    border-style: solid;
	border-color: #0092BD transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACcQAAAAyCAYAAAB4IErqAAAABHNC…cIc+LNehznEOfzKHPfA595nPoc5xDn8xhAJujoE/nkPc/uudLapl/Zw4AAAAASUVORK5CYII=')!important;
    background-repeat: repeat-x;
    display: block;
    width: 0;
	z-index:10001

}




