﻿.iw_fw_ContentCarousel_wrap
{
    position:relative;

    clear:both;
  
}

.iw_fw_ContentCarousel
{
   float:left;
}

.iw_fw_ContentCarousel li
{
  margin: 0 5px;
}



a.iw_fw_ContentCarousel_prev,
a.iw_fw_ContentCarousel_next
{
  float:left;
  display:block;
  outline:none;
   background:transparent url("../images/prev.png") no-repeat;
   text-indent:-5000em;
   width:10px;
height:24px;
overflow:hidden;
margin-top:8%;

}
a.iw_fw_ContentCarousel_next
{
   background:transparent url("../images/next.png") no-repeat;
}

.iw_fw_ContentCarousel_item
{
    position:relative;
}

.iw_fw_ContentCarousel_item_text
{
    position:relative;
}

/*Vertical*/
.direction_true a.iw_fw_ContentCarousel_prev,
.direction_true a.iw_fw_ContentCarousel_next,
.direction_true .iw_fw_ContentCarousel
{
    float:none;

}

.direction_true a.iw_fw_ContentCarousel_prev,
.direction_true a.iw_fw_ContentCarousel_next
{
  width:auto;
height:10px;
   background:transparent url("../images/up.png") no-repeat center center;
   margin:0;
   margin:0 0 10px 0;
}

.direction_true a.iw_fw_ContentCarousel_next
{
  margin:10px 0 0 0;
   background:transparent url("../images/down.png") no-repeat center center;
}

