/* CSS Document */
#bigimg {
border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
width: 402px;
}
#picwrap {
width: 402px;
height: 99px;
border: 1px solid #CCC;
}
#scroll_left {
width: 50px;
height: 99px;
float: left;
display: inline;
}
#container {
position: relative;
width: 300px; 
height: 99px;
overflow: hidden;
display: inline;
float: left;
}
#scroll_right {
width: 50px;
height: 99px;
float: right;
display: inline;
}
#scroller {
width: 1350px;
height: 101px;
}
.content {
display: inline;
width: 150px;
height: 99px;
float: left;
margin-top: 2px;
margin-bottom: 2px;
font-size: 8pt;
}



