div.carousel {
    /*margin-top: 7px;*/
    margin-top:-10px;
    margin-bottom: 0;
}
.inm-carousel {
    position: relative;
    width: 940px;
    /*height: 350px;*/
    height:415px;
    overflow: hidden;
}
.inm-carousel var {
    display: none;
}

.inm-carousel-banner-item {
    width: 940px;
   /*height: 350px;*/
    height:415px;
    left: 1000px;
    position: absolute;
    top: 0;
    /*background-color: #eee;*/
    overflow: hidden;
}
.inm-carousel-banner-item img {
    width: 940px;
    /*height: 350px;*/
    height:415px;
    background: no-repeat center center;
}

.par .inm-carousel-banner-item img {
    width: 940x;
    /*height: 350px;*/
    height:415px;
    background: no-repeat center center;
}
.par .inm-carousel {
    width: 940px;
   /*height: 350px;*/
    height:415px;
}
.par .inm-carousel-banner-item {
    width: 940px;
    /*height: 350px;*/
    height:415px;
}

.inm-carousel-banner-item h3, .inm-carousel-banner-item p {
    padding: 10px;
}

.inm-carousel-banner {
    position: absolute;
}

.inm-carousel-banner-switches,
.inm-carousel-banner-switches-tl,
.inm-carousel-banner-switches-tc,
.inm-carousel-banner-switches-tr,
.inm-carousel-banner-switches-bl,
.inm-carousel-banner-switches-bc,
.inm-carousel-banner-switches-br {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
}
.inm-carousel-banner-switches {
    display: none;
}
.inm-carousel-banner-switches-tl {
    top: 0;
    left: 0;
}
.inm-carousel-banner-switches-tc {
    top: 0;
    left: 0;
    text-align: center;
}
.inm-carousel-banner-switches-tr {
    top: 0;
    left: 0;
    text-align: right;
}
.inm-carousel-banner-switches-bl {
    bottom: 0;
    left: 0;
}
.inm-carousel-banner-switches-bc {
    bottom: 0;
    left: 0;
    text-align: center;
}
.inm-carousel-banner-switches-br {
    bottom: 0;
    left: 0;
    text-align: right;
}

.inm-carousel-banner-switch {
    display: inline-block;
    margin: 8px;
    padding: 0;
}
.inm-carousel-banner-switch-br {
    position: absolute;
    margin: 0;
    padding:0;
    bottom: 0;
    right: 8px;
}
.inm-carousel-banner-switch-bl {
    position: absolute;
    margin: 0;
    padding:0;
    bottom: 0;
    left: 8px;
}

.inm-carousel-controls a {
    position: absolute;
    width: 36px;
    height: 58px;
    top: 186px; /* 270/2 - 24 */
    background: url("images/controls-INM.png") no-repeat scroll 0 0 transparent;
    visibility: hidden;
}
.inm-carousel-controls a.inm-carousel-active {
    visibility: visible;
}
a.inm-carousel-control-prev {
    left: 0;
    background-position: -36px 0;
}
a.inm-carousel-control-prev:hover {
    left: 0;
    background-position: -107px 0;
}
a.inm-carousel-control-next {
    right: 0;
}
a.inm-carousel-control-next:hover {
    right: 0;
    background-position: -70px 0;
}

.inm-carousel-banner-switch a {
    display: inline-block;
    background: url("../default/images/carousel/switcher.png") no-repeat scroll 0 0 transparent;
}
.inm-carousel-banner-switch a img {
    width: 25px;
    height: 25px;
    vertical-align:top;
}

.inm-carousel-banner-switch a.inm-carousel-active, .inm-carousel-banner-switch a:hover {
    background-position: -25px 0;
}

.inm-carousel-banner-switch li {
    background: none !important;
    display: inline-block;
    list-style: none;
    float:left;
}

