body, html
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: none;
}

#wrap
{
}

.carousel-container
{
	position: relative;
}

.carousel-clip
{
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.carousel-list
{

	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.carousel-item
{	
	float: left;
	list-style: none;
	width: 112px;
	height: 112px;
}

.carousel-next
{
	z-index: 3;
	display: none;
}

.carousel-prev
{
	z-index: 3;
	display: none;
}

.carousel-skin.carousel-container
{

}

.carousel-skin .carousel-clip-horizontal
{
	width:  834px;
	height: 112px;
}

.carousel-skin .carousel-item
{
	width: 112px;
	height: 112px;
}

.carousel-skin .carousel-item-horizontal
{
	margin-right: 0px;
}

.carousel-skin .carousel-item-placeholder
{
}