﻿

#box{
  background: #d9d9d9;
  width: 30px;
  height: 30px;
  border-radius:30px;
  text-align: center;
}

#box span{
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
}

.firstBox{
    clear:left;
    float:left;
    display:inline;
    margin-left:50px;
}
.nextBox{
  display:inline;
  float:left;
  clear:right;
}
.normal{
  margin-top:5px;
}
.selected{
  background-repeat: no-repeat;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:30px;
  border: 5px solid #F78553;
}
.separator{
  display:inline;
  float:left;
  clear:right;
  width:175px;
  height:2px;
  background: #d9d9d9;
  margin-top:18px;
}
.firstText{
    clear:left;
    float:left;
    display:inline;
    text-align: left;
}
.nextText{
  display:inline;
  float:left;
  clear:right;
  text-align: center;
}
.lastText{
  display:inline;
  float:left;
  clear:right;
  text-align: right;
}

.labelText{
    white-space: nowrap;
    text-overflow: clip;
    position:relative;
    margin:0 auto;
    left: -75%;
}

.NavContainer{
    position: relative; 
    margin: 0 auto; 
    width: 580px; 
    height: auto;
}

