#flagslider, #programmeslider {
	float:left;
    width: 780px;
    height: 475px;
    margin: 10px 0 10px 0px;
    position: relative;
    
}

#programmeslider {
	 height: 550px;
}

.scroll {
	float: left;
    height: 475px;
    /*width: 630px; jquery will sort this if js is enabled*/
    width: 700px;
    margin-bottom: 10px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: right;
}

.scroll2 {
	float: left;
    height: 550px;
    /*width: 560px; jquery will sort this if js is enabled*/
    width: 700px;
    margin-bottom: 10px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: right;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 410px;
    width: 610px;
}

.scrollContainer2 div.panel {
    padding: 20px;
    height: 510px;
    width: 540px;
}

ul.navigation {
	float: left;
    list-style: none;
    width: 150px;
    margin: 0;
    padding: 0;
}

ul.navigation2 {
	float: left;
    list-style: none;
    width: 220px;
    margin: 0;
    padding: 0;
}

ul.navigation li, ul.navigation2 li {
	/*hide so jquery can show it if js is enabled*/
    display: none;
    margin: 0px;
    padding: 0;
	background: transparent;
}

ul.navigation a {
	display: block;
    color: #333;
    text-shadow: 0 1px 0 #FFF;
    margin: 0;
    padding: 0;
    padding: 0px 0 0 20px;
    width: 130px;
    height: 95px;
    text-align: center;
    text-decoration: none;
}

ul.navigation2 a {
	display: block;
    color: #333;
    text-shadow: 0 1px 0 #FFF;
    margin: 0;
    padding: 12px 0 0 20px;
    width: 200px;
    height: 40px;
    text-align: center;
    text-decoration: none;
}


ul.navigation a img{
	margin: 10px auto 5px auto;
}

ul.navigation2 a{
	font-size: 18px;
	line-height: 26px;
	left: 8px;
}

ul.navigation a:hover, ul.navigation2 a:hover {
    color: #666;
}

ul.navigation a.selected{
    color: #ffffff; text-shadow: 1px 0 0 #666; background: transparent url(../img/layout/selected.gif) no-repeat 0 -1px;
}

ul.navigation2 a.selected {
    color: #ffffff; text-shadow: 1px 0 0 #666; background: transparent url(../img/layout/selected2.gif) no-repeat 0 -1px;
}

ul.navigation a:focus, ul.navigation2 a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 230px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
