/* Previous Button */
#wpcarousel_container .jcarousel-prev {
	background-image: url(images/previous.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 30px;
	height: 180px;
	float: left;
}
#wpcarousel_container .jcarousel-prev-disabled {
	background-image: url(images/previous_off.png) !important;
}

/* Next Button */
#wpcarousel_container .jcarousel-next {
	background-image: url(images/next.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 30px;
	height: 180px;
	float: right;
}
#wpcarousel_container .jcarousel-next-disabled {
	background-image: url(images/next_off.png) !important;
}
/* Carousel Container */
#wpcarousel_container {
	width: 894px;
	height: 180px;
	margin: 0 auto;
	padding: 0;
}
#wpcarousel_container.wpcarousel_press {
	width: 736px;
	height: 400px;
}
.wpcarousel_image {
	float: left;
	display: inline;
	padding: 0 8px;
}
.wpcarousel_image_title {
	font-size: 12px;
	font-weight: bold;
}
.wpcarousel_image_desc {
	font-size: 12px;
}
.wpcarousel_clear {
	padding: 0;
	margin: 0;
	clear: both;
	font-size: 0px;
}
.jcarousel-list li.jcarousel-item-placeholder {
	width: 60px !important;
}
.jcarousel-list li, .jcarousel-item {
	width: 150px;
	height: 190px;
	text-align: center;
	color: #560606;
}
.jcarousel-list li.wpcarousel_press {
	width: 660px;
	height: 404px;
}
.ui-dialog-overlay{
	opacity:0.5;
	background:#000000;
} 
