/*============ jCarousel Lite ============*/
.box,.arrow a{
  float:left;
  padding-left:0px;
}
.box{
	width: 885px;
	padding-left: 15px;
	margin-bottom: 35px;
}
.arrow a{
  margin:35px 0px;
  color:#EFE6D7;
}

li img {
	text-decoration: none;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.box li {
  float:left;
  height:136px;
}
#container {
	width: 100%;
	text-align: center;
}

#slideshow02 {
	width: 950px;
	text-align: left;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#slideshow02 div {
	width: 950px;
	height: 520px;
	overflow: hidden;
	position: relative;
}
#slideshow02 div div {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow02 ul {
	bottom: 20px;
	left: 20px;
	width: 180px;
	position: absolute;
	z-index: 100;
}

#slideshow02 ul li {
	width: 23px;
	height:23px;
	float: left;
	display: inline;
	margin-right: 10px;
}


#slideshow02 .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
} 


/* =======================================
	ClearFixElements
======================================= */
#slideshow02 ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slideshow02 ul {
	display: inline-block;
	overflow: hidden;
}
