
/*** CAROUSELL ***/

.per_carousell {
    width:154px;
    position:absolute;
	left:0;

}
.per_carousell img { border:none; }
.per_carousell * :focus { outline:none; }
.per_carousellHeader {
    position:relative;
    width:100%;
    height:31px;
    color:#FFF;
    font-size:14px;
    line-height:31px;
}
.per_carousellHeader .blockLeft {
    position:relative;
    float:left;
    width:100%;
    height:31px;
    
}
.per_carousellHeader .blockRight {
    position:relative;
    float:left;
    width:100%;
    height:31px;
    
}
.per_carousellHeader .blockCenter {
    height:31px;
    
    margin:0 14px 0 14px;
    overflow:hidden;
}
.per_carousell .per_carousellContent {
    width:31em;
    height:17.2em;
    position:absolute;
  
    overflow:hidden;
}
.per_carousell .per_carousellImages {
    position:absolute;
    width:29.6em;
    height:17em;
    overflow:hidden;
    left:1em;
    top:0;
}
.per_carousell .per_carousellMask {
    position:absolute;
    width:0;
    height:152px;
    overflow:hidden;
    left:0em;
    top:0;
	float:left;
    
}

.per_carousell .per_carousellLinks {
    position:absolute;
    width:0;
    height:152px;
    left:0px;
    top:0;
}
.per_carousell .per_carousellLinks .per_carousellRight { right:0; }
.per_carousell .per_carousellLinks .per_carousellLeft { left:0; }
.per_carousell .per_carousellLinks .per_carousellCenter {
	left:36px;
	width:89px;
}
.per_carousell .per_carousellLinks a {
    position:absolute;
    display:block;
    width:63px;
    text-decoration:none;
    /*height:100%;*/
height:152px;
}
.per_carousell .per_carousellImagesScroller {
    position:absolute;
    width:6000px;
    top:0;
    left:-70px;
}
.per_carousell .per_carousellImagesListItem {
    
	float:left;
    
     width:324px;
    height:133px;
    position:relative;
}
.per_carousell .per_carousellImagesListItemHeader .padding {
    padding:5px;
    zoom:1;
}
.per_carousell .per_carousellImagesListItemHeader {
    position:absolute;
    left:25px;
    font-size:9px;
    width:105px;
    color:#FFF;
}

.per_carousell .per_carousellImagesList a{
cursor:pointer;
}
.per_carousell .per_carousellImagesListItem img {
    
	position:absolute;
    left:0;
    top: 0;
}

.per_carousell .per_carousellFooter { position:relative;width:17em;top:16.5em;}
.per_carousell .per_carousellFooter div { float:left;padding-left:.5em; }
.per_carousell .per_carousellFooter div.per_carousellFooterRight { float:right;padding-left:0em; }
.per_carousell .per_carousellFooter .per_carousellFooterMid {
    width:11.5em;
	text-align:center;
	padding-top:.3em;
}

.per_carousell  a{
color:#fff!important;

}





