﻿.projCarousel{
    margin-bottom: 20px;
    width: 647px;
}

.jCarouselLite{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	height: 80px; /*Height should enough to fit largest content's height*/
	border-bottom: solid 1px #D9DADB;
	border-top: solid 1px #D9DADB;
	float: left;
}

.jCarouselLite ul.projbox {
	border-right: solid 1px #D9DADB;
	font-size: 100%;
}

.jCarouselLite ul.projbox li{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
}

.jCarouselLite .projbox span{
	color: #666666;
	font-weight: bold; 
	line-height: normal;
	display: block;
	width: 126px;
	margin: 0;
	padding: 0;
}

.jCarouselLite .projbox span.header{
    color: #E42B70; 
	font-size: 100%;
}

.jCarouselLite .projbox a{
    text-decoration: none;
    cursor: hand;
	width: 126px;
	height: 60px;
	display: block;
	padding: 10px 11px 10px 10px;
}

.carouselBtn{
    display: inline; 
    float: left;
    cursor: pointer;
    width: 29px;
 }