/* ==========================================================
 * bootstrap-arrows.css
 * http://bootstrap-arrows.iarfhlaith.com
 * ==========================================================
 * Copyright 2012 Iarfhlaith Kelly
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================== */
.arrow, [class^="arrow-"]{display:inline-block;width:39px;height:56px;*margin-right:.3em;line-height:14px;vertical-align:text-top;background-image:url("img/arrows.png");background-position:14px 14px;background-repeat:no-repeat;margin-top:1px;}
.arrow{background-position:-6px -44px;}
.arrow-primary{background-position:-91px -44px;}
.arrow-info{background-position:-176px -44px;}
.arrow-success{background-position:-261px -44px;}
.arrow-warning{background-position:-345px -44px;}
.arrow-danger{background-position:-430px -44px;}
.arrow-inverse{background-position:-515px -44px;}
.arrow-large{height:91px;width:46px;background-position:-45px -8px;}
.arrow-primary-large{height:91px;width:46px;background-position:-130px -8px;}
.arrow-info-large{height:91px;width:46px;background-position:-215px -8px;}
.arrow-success-large{height:91px;width:46px;background-position:-300px -8px;}
.arrow-warning-large{height:91px;width:46px;background-position:-384px -8px;}
.arrow-danger-large{height:91px;width:46px;background-position:-469px -8px;}
.arrow-inverse-large{height:91px;width:46px;background-position:-554px -8px;}     /* foo */
