/* CSS Document */
.stepcarouseltop{
position:absolute;
top:6px;
left:20px;
}
.stepcarouseltop .belttop{
position:absolute;
left:0;
top:0;
}
.stepcarouseltop .paneltop{
float:left;
overflow:hidden;
margin:3px 5px 3px 5px;
width:180px;
height:105px;
border-width:1px;
border-color:#ffb346;
border-style:solid;
}
#galleryT{
width:936px;
height:110px;
}
#galleryT .paneltop{
height:105px;
font:bold 28px Arial;
text-align:center;
color:white;
}
#navlefttop {
position:absolute;
top:46px;
left:2px;
width:10px;
height:28px;
cursor:hand;
cursor:pointer;
}
#navrighttop {
position:absolute;
top:46px;
left:958px;
width:10px;
height:28px;
cursor:hand;
cursor:pointer;
}


.stepcarouselbot{
position:absolute;
top:17px;
left:148px;
}
.stepcarouselbot .beltbot{
position:absolute;
left:0;
top:0;
}
.stepcarouselbot .panelbot{
float:left;
overflow:hidden;
margin:3px;
width:129px;
height:55px;
border-right-width:1px;
border-right-color:#CCC;
border-right-style:solid;
}
#galleryB{
width:792px;
height:55px;
}
#galleryB .panelbot{
height:55px;
font:bold 28px Arial;
text-align:center;
color:white;
}
#navleftbot {
position:absolute;
top:28px;
left:131px;
width:10px;
height:28px;
cursor:hand;
cursor:pointer;
}
#navrightbot {
position:absolute;
top:28px;
left:944px;
width:10px;
height:28px;
cursor:hand;
cursor:pointer;
}