﻿/* css file for step number and navigation arrows */

#arrow-wrap {
    width: 176px;
    height: 44px;
    position: relative;
    margin: 0px auto -1px auto;  /* centers the arrow area to the page */
    clear:both;
    top: -2px;
    left: -6px;
}

#arrow-left {
    position: absolute;
    left: 7px;
    top: 1px;
    width: 36px;
    height: 46px;  
}

#arrow-right {
    position: absolute;
    left: 100px !important;
    top: 1px;
    width: 21px;
    height: 38px;
}

.arrow-box {
    position: absolute;
    background: #fff url('images/button.gif');
    height: 25px;    
    left: 34px !important;
    top: 10px;
}
 /*   font-size: small;  */

.text {
    margin: 2px;
    color: #fff;
    text-align:center;
    position: relative;
    top: 2px;
    left: 0px;
    height: 14px;
    }

