/* outter mask */
#mask{background: #F2EFEA; height: 528px; width: 928px; z-index:10; overflow: hidden;}
#carsouelMask{width:541px!important;  z-index:10; overflow: hidden;}

/* wrapper div, which will actually be moved right or left */
#carsouelAllNews { float: left; width: 5700px; }
#carsouelAllNews div { float: left; display: block; color: black;}


/* slides */
.item { width: 540px; margin: 0px 0px 0px -100px;}
.priceTag{position: relative; top: 130px;left: 0px; width: 200px; color: black;}
.newsTitleUnmasked{width: 230px; padding-left: 10px;position: relative; top: 80px; left: 10px; color: black;}
.itemText{position: relative; top: -340px;}

/* controllers style */
.slideBtn{   margin:5px 20px 0px 0px; }
.CarMovBtn { 
  width: 12px;
  height: 12px;
  background-image:url('../images/pagination.png');
  background-position: 0 0;
    float: right; 
  margin:5px 0px 1px 3px; 
  cursor: pointer ;
  overflow:hidden;
  display:block;  
  font: 6pt tahoma;
  color: white;
}
.slideBtn_selected {   background-position:0 -12px;}

#prenextbtns{ width: 500px;   padding: 2px;}
.carouselPreNext{
    background:url('../images/right_left_arrows.png') no-repeat 0 center;
    cursor: pointer; 
    width:21px;
	height:90px;
	float: right;
	display:inline-block;
	z-index: 88;
	position: relative;
	top: -140px;
}
#carouselPrev {background-position: 0px 83%; clear: both; }
#carouselPrev:hover     { background-position: -20px 83%;}
#carouselNext { float:left; background-position: 0px 35px;}
#carouselNext:hover      { background-position: -20px 35px  }

 
.d1{ background: green;}
.d2{ background: yellow;}
.d3{ background: blue;}
.d4{ background: red;}

.Small_IMG{
           vertical-align:text-bottom;
           margin: 8px 4px 0px 8px;
           width: 75px;
           height:75px;
}

.item-box{
  float: left;
  display: block;
  width: 100px;
}

.item-box span{
  display: block; 
  clear: both;
  text-align: center;
  margin: 2px;
  width: 110px;
  font: normal 7pt Tahoma;
}

.item-box img{
	border: 1px solid #d0d0d0 !important;
	margin: 2px !important;
	background: white !important;
	padding :2px !important; 
}