#jcarousel-gallery{
	width:640px;
	height:360px;
	overflow:hidden;
	background-color:#494749;
}

.jcarousel-dots{
	position:absolute;
	bottom:2px;
	left:0;
	display:none;
	overflow:hidden;
	width:640px;
    text-align:center;
}

.jcarousel-dots a{
	width:13px;
	height:13px;
	display:inline-block;
	background:url('jquery.jcarousel.dots.bg.png') no-repeat scroll 0 -13px transparent;
	cursor:pointer;
	margin-right:7px;
	outline:#000;
}

.jcarousel-dots a.active{
	background-position:0 0 !important;
	cursor:default;
	opacity:1 !important;
}

.jcarousel-clip-horizontal,
.jcarousel-item{
    width:640px;
    height:360px;
}

/* eof
-----------------------------------------------------------*/
