﻿.b-dealsofday 
{
	max-height: 150px;
	width: 620px;
	overflow: hidden;
    float: left;
    display: inline-block;
}

.b-dealofday > li {
	line-height: 14px;
}

.b-dealsofday__title {
	color: #2B9BDB;
	margin-top: 12px;
}

.b-dealsofday__carusel {
}

.b-dealsofday__item {
	width: 100px;
}

.b-dealofday {
	cursor: pointer;
	height: 110px;
	width: 110px;
	line-height: 13px;
	background: url("images/arrowBlue.png") no-repeat;
	background-position: center;
	text-align: center;
}

.b-dealofday > li {
	line-height: 12px;
}

.b-dealofday.b-dealofday_active
{
	background: url("images/arrowOrange.png") no-repeat;
	background-position: center;
}

.b-dealofday__debtor 
{
	height: 40px;
	font-size: 11px;
}

.b-dealofday__olduser
{
	background: url("../../images/oldUser.png") no-repeat;
	min-height: 13px;
	padding-left: 18px;
}

.b-dealofday__newuser
{
	background: url("../../images/newUser.png") no-repeat;
	min-height: 13px;
	padding-left: 18px;
}

.b-dealofday__juruser
{
	background: url("../../images/bank_blue.png") no-repeat;
	min-height: 13px;
	padding-left: 18px;
}


.b-dealofday__desc, .b-dealofday__amount, .b-dealofday__period, .b-dealofday__periodname {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

.b-dealofday__periodname {
	height: 30px;
}


.b-dealofday__creditor {
	height: 20px;
	font-size: 11px;
}

/* Стилизуем карусель */
/*--Баннеры--Горизонтальный список*/

.jcarousel-skin-tango .jcarousel-container-horizontal
{
	width: inherit;
	height: 110px;
	padding: 0 28px 0 37px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal
{
	width: inherit;
	height: 113px;
}

.jcarousel-skin-tango .jcarousel-item
{
	height: 113px;
}

.jcarousel-skin-tango .jcarousel-container
{
	background: none;
	border: none;
	width: 555px;
}

/*--Баннеры--Кнопки для горизонтального списка*/

.jcarousel-skin-tango .jcarousel-prev-horizontal
{
	width: 13px;
	background: url("images/arrowLeftOff.png") no-repeat center;
}

.jcarousel-skin-tango .jcarousel-next-horizontal
{
	width: 13px;
	background: url("images/arrowRightOff.png") center no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-horizontal:focus
{
	background: url("images/arrowRightOn.png") center no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active
{
	background: url("images/arrowRightOff.png") center no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active
{
	cursor: default;
	opacity: 0.3;
	filter: alpha(opacity=30);
	background: url("images/arrowRightOff.png") center no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-horizontal:focus
{
	background: url("images/arrowLeftOn.png") center no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active
{
	background: url("images/arrowLeftOff.png") center no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active
{
	cursor: default;
	opacity: 0.3;
	filter: alpha(opacity=15);
	background: url("images/arrowLeftOff.png") center no-repeat;
}