/* slider ------------------------------------------------------------ */
.carousel {
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 136px;
	width: 652px;/*總寬度730, 目標664*/
	background-color: #F5F5F5;
	overflow: hidden;
}
 
.carousel a.next ,.carousel a.next2 ,.carousel a.next3 {
	position: absolute;
	top: 0;
	right: 0px;
}
 
.carousel a.prev ,.carousel a.prev2 ,.carousel a.prev3 {
	position: absolute;
	top: 0;
	left: 0;
}

.jCarouselLite {
	width: 580px;/*內部寬度660*/
	margin-left: 36px;
	margin-right: 36px;
	height: 136px;
	overflow: hidden;
}

.jCarouselLite div {
	width: 115px;
	margin-right: 15px;
	list-style-type: none;
	margin-left: 15px;
	margin-top: 8px;
	height:117px;
	
	text-align:center;
	
	/* Firefox, Chrome */
	  line-height : 117px;
	  white-space : nowrap;
		
	  /* IE */
	  *font-size : 105px;  /* 117px * 0.9 = 108px */
	  *font-family : Arial;
	
	
}
.jCarouselLite div:after {
  content : ".";
  font-size : 0;
  -webkit-text-size-adjust : none;
}

.jCarouselLite div img{
	border: 1px solid #CCCCCC;
	max-width:113px;
	max-height:113px;
    vertical-align : middle;

}

