﻿body {
}


#banners
{
position:relative;
clear:both;
padding-top:10px;
}

#banner1
{
padding:10px;
background-color:beige;
}

#stepleft, #stepright, #banner1
{
position:absolute;
}

#stepleft
{
top:370px;
left:20px;
z-index:100;
}
#stepright
{
top:370px;
left:1190px;
z-index:100;
}
#footer
{
clear:left;
}
#dotdiv
{
position:relative;
width:100%;
float:left;
overflow:hidden;
}
#dots
{
margin-bottom:4px;
   position:relative;
   float:left;
   margin:0;
   padding:0;
   left:50%;
   text-align:center;
}
#dots li
{
line-height: 24px;
display:inline-block;
border-radius:7px;
width: 14px;
height: 14px;
margin-right:20px;
background-color:#ccc;
color:transparent;
right:50%;
   position:relative;
   float:left;
}
#dots li.selected
{
background-color:#333;
}
