div.carousel-action button {
    background-color: transparent;
    border: none;
    margin: 1px 0 0 1px;
    padding: 0;
	width: 420px;
	height: 126px;
	overflow: hidden;
}
div.carousel-action button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}
div.carousel-action button:focus {
    outline: 1px dotted #ffffff;
}
div.carousel-action button img {
	width: 420px;
	height: 126px;
}
div.carousel-action {
	height: 130px;
	margin: 0;
	padding: 0;
	width: 800px;
}
body.js div.carousel-action {
    left: -9999px;
	position: relative;
    visibility: hidden;
}
div.carousel-action ul li {
	display: inline-block;
	float: left;
	height: 130px;
	list-style: none;
	width: 438px;
}
div.carousel-action ul {
	height: 128px;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
div.carousel-controls-outer {
	display: none;
	text-align: center;
}
body.js div.carousel-controls-outer  {
	display: block;
}
div.carousel-controls  {
	margin: 10px 0 0;
}
div.carousel-controls a {
	cursor: pointer;
}
a.carousel-pager  {
	background: url('../../images/carousel/button.png') no-repeat 15px 0;
	display: inline-block;
	height: 10px;
	line-height: 999px;
	overflow: hidden;
	padding: 0 15px;
	width: 10px;
}
a.carousel-pager.active {
	background: url('../../images/carousel/button_selected.png') no-repeat 15px 0;
}
a.carousel-previous {
	background: url('../../images/carousel/prev.png') no-repeat;
	margin-right: 10px;
}
a.carousel-next {
	background: url(../../images/carousel/next.png) no-repeat;
	margin-left: 10px;
}
a.carousel-nav {
	display: inline-block;
	height: 10px;
	line-height: 999px;
	overflow: hidden;
	width: 10px;
}