#wrapper {
	width: 815px;
	height: 250px;
    margin: 0;
    padding: 0 auto;
	background-image: url(../img/bg_facillity_tab.png) ;
	background-repeat: repeat-x;
	background-color: #eaeaea;
}
#wrapper_curriculum {
	width: 815px;
	height: 300px;
    margin: 0;
    padding: 0 auto;
	background-image: url(../img/bg_facillity_tab.png) ;
	background-repeat: repeat-x;
	background-color: #eaeaea;
}
.smoothTabs ul{
    width: 740px;
    height: 24px;
    list-style: none;
    margin: 0;
    padding: 0px;
}
.smoothTabs li{
    width: 150px;
    float: left;
    margin: 0 1px 0 0;
    padding: 6px;
	background: #eaeaea;
    cursor: pointer;
    text-align: center;
    font-size: 0.9em;
	color: #808080;
}
.smoothTabs li:hover{
    background-color: #808080;
	color: #fff;
    opacity: 0.5;
}
.smoothTabs div{
    width: 740px;
	height: 300px;
	margin: 10px 0;
    padding: 10px;
    font-size: 0.9em;
	line-height: 1.5em;
	
}
li.smoothTabsLiCurrent{
    color: #000;
	font-weight: bold;
}
.smoothTabsDivHidden {
    display: none;
}