/* CSS Document */
#wrapper {
width: 798px;
margin: 0 auto;
}
#slider {
width: 768px;
height:408px;
margin: 0 auto;
position: relative;
border-left:1px solid #999999;
border-right:1px solid #999999;
}
#slider img{
behavior: url("../js/iepngfix2.htc");
}
.scroll {
height:408px;
width: 768px;
overflow: auto;
overflow-x: hidden;
position: relative;
clear: left;
background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}
.scrollContainer div.panel {
padding: 0px 210px 20px 20px;
height:408px;
width: 540px;
}
ul.navigation {
position:absolute;
top:0px;
left:570px;
z-index:999;
list-style: none;
margin: 0;
padding: 0;
border-left:1px solid #CCCCCC;
behavior: url("../js/iepngfix2.htc");
}
ul.navigation li {
margin-right: 10px;
behavior: url("../js/iepngfix2.htc");
}
ul.navigation a {
color: #000;
text-decoration: none;
height:114px;
width:198px;
display:block;
cursor:pointer;
behavior: url("../js/iepngfix2.htc");
background:url(../../topics/img/woolsh/white.png);
}
ul.navigation a:hover {
}
ul.navigation a.selected {
background:url(../../topics/img/woolsh/black.png);
behavior: url("../js/iepngfix2.htc");
}
ul.navigation a:focus {
outline: none;
}
.scrollButtons {
position: absolute;
top: 180px;
cursor: pointer;
z-index:1000;
}
.scrollButtons.left {
left: -17px;
behavior: url("../js/iepngfix2.htc");
}
.scrollButtons.right {
right: -17px;
behavior: url("../js/iepngfix2.htc");
}
.hide {
display: none;
}