#slider {
background-color: #fff;
}
#slider.nobg {
background-color: transparent;
}
.scroll {
min-height: 150px;
overflow: auto;
overflow-x: hidden;
position: relative;
}
.scrollContainer div.panel {
padding: 20px 50px;
width: 600px;
}
ul.navigation {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}
ul.navigation li {
display: inline;
margin: 0;
}
#contentnav a {
padding: 4px 8px;
color: #fff;
text-decoration: none;
}
#contentnav a:hover {
color: #000;
background-color: #fff;
}
#contentnav a.selected {
color: #fff;
background-color: #000;
}
/*#contentnav a.selected:hover {
color: #ccc;
}*/
#contentnav a:focus {
outline: none;
}
#previous, #next {
cursor: pointer;
}
.left {
width: 50px;
height: 50px;
background: url(../images/layout/cnav_left.png) no-repeat;
}
.left_press {
width: 50px;
height: 50px;
background: url(../images/layout/cnav_left_press.png) no-repeat;
}
.left_null {
width: 50px;
height: 50px;
background: url(../images/layout/cnav_left_null.png) no-repeat;
cursor: pointer;
}
.right {
width: 50px;
height: 50px;
background: url(../images/layout/cnav_right.png) no-repeat;
}
.right_press {
width: 50px;
height: 50px;
background: url(../images/layout/cnav_right_press.png) no-repeat;
}
.right_null {
width: 50px;
height: 50px;
background: url(../images/layout/cnav_right_null.png) no-repeat;
cursor: default;
}
.hide {
display: none;
}