@charset "UTF-8";
/* CSS Document */

.infiniteCarousel {
  width: 810px;
  position: relative;
  clear: left;
  float: left;
  height: 210px;
  background: url(images/dotted.png) repeat-x top;
margin-top: 0;
  
}

.infiniteCarousel .cwrapper {
  width: 810px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  margin: 0;
  position: absolute;
  top: 10px;
  height: 200px;
}

.infiniteCarousel .post {
	width: 200px;
	height: 160px;
	padding: 0;
	float: left;
	clear: none;
	overflow: hidden;
	
}

.attachment-carthumb {
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 200px;
	height: 160px;
	
}

.infiniteCarousel .entry {
	width: 180px;
	height: 140px;
	padding: 10px;
	position: relative;
	text-align: center;
	z-index: 3;
	margin-top: -160px;
	background: url(images/transparent.png);
	opacity: 0;
	filter: alpha(opacity = 0);
	zoom: 1;
	display: block;
}


.infiniteCarousel h2 a,
.infiniteCarousel h2 {
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 0;
	margin-top: 50px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 3px;
}

.infiniteCarousel a {
	background: #ffff00;
}

.infiniteCarousel a.more-link {
	text-align: center;
	float: none;
	font-size: 12px;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .cwrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 15px;
  padding-left: 0;
  padding-right: 3.3px;
  height: 160px;
  width: 200px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 20px;
  width: 15px;
  background: url(images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: -20px;
  right: 0;
  cursor: pointer;
  text-indent: -9999em;
}

.infiniteCarousel .forward {
  background: url(images/arrow.png) no-repeat right;
  right: 0px;
}

.infiniteCarousel .back {
  background: url(images/arrow.png) no-repeat left;
  left: 778px;
}

.infiniteCarousel .forward:hover {
  
}

.infiniteCarousel .back:hover {
 
}

#lworks {
	height: 20px;
	width: 250px;
	float: left;
	background: url(images/oricon.png) no-repeat left;
	padding-left: 5px;
	float: left;
	clear: left;
}

#lworks h2 {
	font-size: 13px;
	text-transform: uppercase;
	color: #333;
	line-height: 25px;
	height: 20px;
	margin: 0;
	padding: 0;
}
