



#slider {
    width: 400px;
    margin: 0 auto;
    position: relative;
	float: left;
	left: 20px;
	background-color: #b6150b;
	height: 184px;
	margin-right: 15px;
}

.scroll {
    height: 100px;
    width: 400px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	border-top: 1px solid #d23127;
	border-bottom: 1px solid #9c0000;
}

.scrollContainer div.panel {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
    height: 80px;
    width: 360px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

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

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

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

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

.hide {
    display: none;
}

.panel a{
 color: #000000;
 font-size: 20px;
}
/* Sustantia AB - 16/07/09 */
.panel a fontDefault{
	font-size: 20px;
}

.panel a .fontSmall{
 font-size: 17px;
  font-weight: bold;
}

.panel a .fontSmaller{
 font-size: 15px;
 font-weight: bold;
}

.aslide{
	text-decoration: none;
}