﻿.carousel-next
{
	position: absolute;
    top: 70px;
    right: 1px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../images/next-horizontal.gif) no-repeat 0 0;
	text-indent: -9999px;
}

.carousel-previous
{
    position: absolute;
    top: 70px;
    left: 1px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../images/prev-horizontal.gif) no-repeat 0 0;
	text-indent: -9999px;	
}

.carousel-control:hover
{
	background-position: -32px 0;
}

.disabled, .disabled:hover
{
    cursor: default;
    background-position: -96px 0;
}

.info .carousel-wrap
{
	margin-left: 25px;
	margin-right: 25px;
	overflow: hidden;
	width: 462px;
}