body { 
    margin: 0px;
    padding: 0; 
    font-family: calibri;
    font-size: 100%;
    
}

#wrapper {
    width: 100%;
    margin: 0 auto;
	background: #fff;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 100%;
    margin: 0 auto;
}

.scroll {
    height: 640px;
    width: 100%;
    overflow: hidden;
    overflow-x: hidden;
    clear: left;
    background: #FFFFFF;
}

.scrollContainer div.panel {
    padding: 10px;
    height: 210px;
    width: 100%;
}


ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 11px;
	font-size:15px;
}

ul.navigation a {
    padding: 9px;
    color: #000;
    text-decoration: none;
	background-color: #77C9FF;
}

ul.navigation a:hover {
    background-color: #0067AA;
	color: #fff;
}

ul.navigation a.selected {
    background-color: #0067AA;
	 color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 250px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -40px;
}

.scrollButtons.right {
    right: -40px;
}

.hide {
    display: none;
}

.scrollContainer  th:nth-child(1){
    color:#f0f0f0;
    border-bottom:1px solid #0067AA;
   width:130px;
	font-size: 16px;
}
.scrollContainer  td:nth-child(odd){
    text-align: center;
	font-size: 14px;
}
.scrollContainer  td:nth-child(even){
    text-align: center;
	font-size: 14px;
}
.scrollContainer  td:hover{
     background-color: #0067AA;
	color: #fff;
font-weight: bold;	
}
.scrollContainer div tr
{
	height: 40px;
}
.scrollContainer div .head
{
	font-size: 19px;
	color: #fff;
	text-shadow:1px 1px 1px #000;
	 background-color:#0067AA;
}