
/*** CAROUSELL ***/

.carousell {
    width:154px;
    position:relative;
}
.carousell img { border:none; }
.carousell * :focus { outline:none; }
.carousellHeader {
    position:relative;
    width:100%;
    height:31px;
    color:#FFF;
    font-size:14px;
    line-height:31px;
}
.carousellHeader .blockLeft {
    position:relative;
    float:left;
    width:100%;
    height:31px;
    
}
.carousellHeader .blockRight {
    position:relative;
    float:left;
    width:100%;
    height:31px;
    
}
.carousellHeader .blockCenter {
    height:31px;
    
    margin:0 14px 0 14px;
    overflow:hidden;
}
.carousell .carousellContent {
    width:18em;
    height:17.2em;
    position:absolute;
  
    overflow:hidden;
}
.carousell .carousellImages {
    position:absolute;
    width:14.5em;
    height:14em;
    overflow:hidden;
    left:1.4em;
    top:3em;
}
.carousell .carousellMask {
    position:absolute;
    width:0;
    height:152px;
    overflow:hidden;
    left:0px;
    top:0;
    
}
.carousell .carousellLinks {
    position:absolute;
    width:0;
    height:152px;
    left:0px;
    top:0;
}
.carousell .carousellLinks .carousellRight { right:0; }
.carousell .carousellLinks .carousellLeft { left:0; }
.carousell .carousellLinks .carousellCenter {
	left:36px;
	width:89px;
}
.carousell .carousellLinks a {
    position:absolute;
    display:block;
    width:63px;
    text-decoration:none;
    /*height:100%;*/
height:152px;
}
.carousell .carousellImagesScroller {
    position:absolute;
    width:6000px;
    top:0;
    left:-70px;
}
.carousell .carousellImagesListItem {
    
	float:left;
    
     width:77px;
    height:133px;
    position:relative;
}
.carousell .carousellImagesListItemHeader .padding {
    padding:5px;
    zoom:1;
}
.carousell .carousellImagesListItemHeader {
    position:absolute;
    left:25px;
    font-size:9px;
    width:105px;
    color:#FFF;
}

.carousell .carousellImagesList a{
cursor:pointer;
}
.carousell .carousellImagesListItem img {
    
	position:absolute;
    left:0;
    top: 0;
}

.carousell .carousellFooter { position:relative;width:17em;top:16.5em;}
.carousell .carousellFooter div { float:left;padding-left:.5em; }
.carousell .carousellFooter div.carousellFooterRight { float:right;padding-left:0em; }
.carousell .carousellFooter .carousellFooterMid {
    width:11.5em;
	text-align:center;
	padding-top:.3em;
}

.carousell  a{
color:#fff!important;

}





