

.jCarouselLite {
position:relative !important;
left:0 !important;
/*top:0!important;*/ /*all this done today - can hide all*/
margin-left:0 !important;
margin-top:0 !important;
height:300px !important;
width:500px !important;

}

.jCarouselLite ul {
height:100%;
}


.jCarouselLite ul li {
height:100%;
}

.cent {
text-align:center;
margin-top:10px;
float:left;
}

.jCarouselLite ul li img {
/*position:relative;
clear:both;
float:left;
height:auto;
margin-left:125px;
margin-top:10px;*/
width:80%;

}

.next {
background:transparent url(../images/next.png) no-repeat scroll 0 0;
cursor:pointer;
height:61px;
right:35px;
position:absolute;
bottom:0px;
width:41px;
z-index:3;
}

.prev {
background:transparent url(../images/prev.png) no-repeat scroll 0 0;
cursor:pointer;
height:61px;
left:35px;
position:absolute;
bottom:0px;
width:41px;
z-index:3;
}

.desc {
float:left;
margin:0 10px;
text-transform:uppercase;
}

#lightbox-image {
width:60%;
}
