/* 
    Document   : styles-carousel
    Created on : 11.06.2012, 10:01:45
    Author     : Admin
    Description:
        Purpose of the stylesheet follows.
*/

.left2{

	float: left;
    height: 105px;
    margin-left: 0px;
    width: 134px;
    margin-top: 10px;
}

.right2 {
    float: left;
    width: 100px;
    margin-top: 10px;
}
.left1{
    float: left;
    margin-left: 15px;
    width: 125px;

}
.left1 img{
    max-height: 100px;
}
.big2{

	margin-left: 0px;
}
.big{
    height: 210px;
	margin-left: 20px;
}
.right1 {
    float: left;
    width: 100px;
    margin-left: 10px;
}
.bx-next,
.bx-prev{
    width: 25px;
    height: 25px;
    top: 58px;
    position: absolute;
    text-indent: -999999px;
    z-index: 99;
}
.bx-prev{
    left: -5px;
	background: url("/img/aple/lstrelka.png") no-repeat scroll 0 50% transparent;
}

.bx-next {
    right: -3px;
	background: url("/img/aple/strelka.png") no-repeat scroll 0 50% transparent;
}
.index-block-all3 .bx-prev,
.index-block-all3 .bx-next {
    top: 100px;
}


.imgsale{
	margin-left: 90px;
    margin-top: -45px;
    position: static;
	-webkit-transition: all 0.7s cubic-bezier(0.4, -0.3, 0.2, 0) 6s;
	-moz-transition: all 0.7s cubic-bezier(0.4, -0.3, 0.2, 0) 6s;
	-o-transition: all 0.7s cubic-bezier(0.4, -0.3, 0.2, 0) 6s;
	transition: all 0.7s cubic-bezier(0.4, -0.3, 0.2, 0) 6s;
}
.imgsale:hover{
	transform: rotate(-360deg);
}

img {
	border: 0;
}
.b-carousel  {
	width: 948px; /* ширина всего блока */
	margin: 50px auto;
}
.h-carousel-wrapper {
	width: 888px; /* ширина области карусели */
	position: relative;
	overflow: hidden; /* скрываем содержимое, выходящее за рамки основной области */
	margin: 0 auto; /* выравниваем по центру относительно родительского блока */
}
.h-carousel-items {
	width: 10000px; /* устанавливаем большую ширину для набора элементов карусели, чтобы в неё всё поместилось */
	position: relative; /* позиционируем блок относительно основной области карусели */
}
.b-carousel-block {
	float: left; /* выстраиваем все элементы карусели в ряд */
	width: 155px; /* задаём ширину каждого элемента */
	padding: 5px 6px; /* делаем оступы, чтобы элементы не сливались */
}
.a-carousel-image-link { /* тут чисто оформление содержимого */
	border: 2px solid #FFFFFF;
    display: block;
    height: auto;
    overflow: hidden;
    width: 150px;
}
.b-carousel-button-left, .b-carousel-button-right {
	width: 28px; /* задаем ширину кнопок */
	height: 36px; /* задаем высоту кнопок */
	position: relative;
	top: 60px; /* позиционируем кнопки */
	cursor: pointer; /* делаем кнопкам курсор в виде "пальца" */
}
.b-carousel-button-left {
	float: left; /* выравниваем левую кнопку по левому краю */
	background: url(../img/carousel-left.png); /* картинка с левой кнопкой */
}
.b-carousel-button-right {
	float: right; /* выравниваем правую кнопку по правому краю */
	background: url(../img/carousel-right.png); /* картинка с правой кнопкой */
}



.index-block-all2 {
	font-size: 12px;
	overflow: auto;
	text-align: left;
	width: 718px;
	padding: 4px;

	margin-bottom: 10px;
}

.index-block-all2 ul {
	list-style-image: none;
	display: block;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

.index-block-all2 ul li {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 8px;
	background-image: url(/images/index-white.png);
	margin-bottom: 4px;
	height: 230px;
}




.index-block-all2 a{
	/*float: right;*/
	text-decoration: underline;
	color: #000;
}
/*
.index-block-all2 a:hover{
	color: #C00;
	text-decoration: underline;
}
*/




.index-block-all3 {
	font-size: 12px;
	overflow: auto;
	text-align: left;
	width: 718px;
	padding: 4px;

	margin-bottom: 10px;
}

.index-block-all3 ul {
	list-style-image: none;
	display: block;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;

}

.index-block-all3 ul li {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 8px;
	background-image: url(/images/index-white.png);
	margin-bottom: 4px;
	height: 230px;
}




.index-block-all3 a{
	/*	float: right;*/
	text-decoration: underline;
	color: #000;
}
/*
.index-block-all3 a:hover{
	color: #C00;
	text-decoration: underline;
}
*/

.index-block-all2 .bx-window{
    height: 135px;
}
