﻿.icon-arrow-left
{
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  margin-top: 1px;
  background-image: url("../images/glyphicons-halflings.png");
  background-repeat: no-repeat;
  background-position: -240px -96px;
}

.icon-arrow-right
{
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  margin-top: 1px;
  background-image: url("../images/glyphicons-halflings.png");
  background-repeat: no-repeat;
  background-position: -264px -96px;
}
