
#slideshowCont {
	float:left;
	  width: 1240px;
	border:1px solid #e3e3e3;
	overflow:scroll;
	position:relative;
	background: url("../images/bgtopcar.jpg") no-repeat;
}

#next{
	top:20px;
	left:10px;
	cursor:pointer;
	position:absolute;
	display:none;
}
#last{
	top:20px;
	right:10px;
	cursor:pointer;
	position:absolute;
	display:none;
}
#slideShow {
	padding: 0px 0px;
	  width: 1110px;
	height:90px;
	float:left;
	
}

#slideShow ul{
	list-style:none;
	margin:0;
	padding:0;
	width:1900px;
	margin-left:58px;
}
#slideShow ul li {
	float:left;
}
#slideShow ul li div{
	float:right;
	margin-left: 10px;
    margin-right: 10px;
  margin-top: 10px;
}

#slideShow ul li div p{
	margin:0;
	padding:0;
	width:120px;
	text-align:center;
	color:#5e8387;
	text-transform:uppercase;
	padding:2px 0px;
	font-size:12px;
	
}
.clear {
clear:both;
}

td.cardata a{
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  color: #F9F9F9;
}

td.cardata a:hover{
  text-decoration: underline;
}

td.cartitle a {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #E6E6E6;
}

td.cartitle a :hover{
  text-decoration: underline;
}
