div#my-carousel-container	{
	position: relative;
	width: 780px;
	height: 70px;
	padding: 10px 50px 50px 50px;
	background: url(carousel/xcarousel-background.jpg) 0 0 no-repeat;
	margin-bottom: 40px;
	z-index: 0;
}

div#my-carousel	{
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div#my-carousel ul	{
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}

div#my-carousel ul li	{
	float: left;
	width: 112px;
	height: 115px;
	margin: 0 10px 0 10px;
}


div#my-carousel-nav button	{
	position: absolute;
	top: 40px;
	z-index: 9;
	height: 44px;
	width: 44px;
	border: none;
	text-indent: -999999px;
	margin: 0;
	padding: 0;
	
}

div#my-carousel-nav button:hover	{
	cursor: pointer;
}

div#my-carousel-nav button.prev	{
	left: 5px;
	 background: url(carousel/icon-rev-left.png) 0 0 no-repeat transparent;
}

div#my-carousel-nav button.next	{
	right: 5px;
	background: url(carousel/icon-rev-right.png) 0 0 no-repeat transparent;
}

div#my-carousel-nav button.prev:hover, div#my-carousel-nav button.next:hover	{
	background-position: 0px -44px;
}


div#my-carousel-nav button.prev:focus {
	outline: none;'
}

div#my-carousel-nav button::-moz-focus-inner {
  border: 0;
}


