
.ui-dialog-titlebar { display: none; };
 
.ui-tabs-nav {
	overflow: hidden;
	margin-bottom: 1em;
	list-style-type: none;
	border-bottom: 0.083em solid #adadad;
}

.ui-tabs-nav li {
	float: left;
	padding: 0.2em 1em;
	border: 0.083em solid #adadad;
	margin-right: 0.833em;
	background-color: #eee;
	margin-bottom: -0.083em;
}

.ui-tabs-nav .ui-tabs-selected {
	background-color: #fff;
	border: 0.083em solid #f00;
	border-bottom: 0.083em solid #fff;
}

.ui-tabs-hide {
	display: none;
}

.ui-dialog {
	border: 0.083em solid #adadad;
	box-shadow: #919191 0 0 0.667em;
	-webkit-box-shadow: #919191 0 0 0.667em;
	-moz-box-shadow: #919191 0 0 0.667em;
	background-color: #fff;
}

.ui-dialog-titlebar {
	text-align: right;
	padding-right: 0.833em;
	background-color: #ccc;
}

.ui-dialog-content {
	padding: 0.833em 0.833em 0.833em 0em;
}

.ui-widget-overlay {
	position: absolute;
	left: 0em;
	top: 0em;
	color: #000;
	background-color: #000;
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter:alpha(opacity=75);
}

.design-gallery ul li 
{
	background-image:none !important; /* hide bg images when there is no JS */
}

.design-gallery .arrow-left, .design-gallery .arrow-right
{
	position:absolute;
	top:25%;
	z-index:5;
	height:4.167em;
	width:3.333em;
}
.design-gallery .arrow-left a, .design-gallery .arrow-right a
{
	display:block;
	height:4.167em;
	width:3.333em;
	text-indent:-999em;
}
.design-gallery .arrow-left a:focus, .design-gallery .arrow-right a:focus
{
	outline:none;
}
.design-gallery .arrow-left
{
	left:-1.667em;
	background:url(/lib/img/designs/gallery-arrows.png) no-repeat center left;
}
.design-gallery .arrow-right
{
	right:-1.667em;
	background:url(/lib/img/designs/gallery-arrows.png) no-repeat center right;
}

.design-gallery .carousel .jac-content a:hover
{
	text-indent:0;
}
.design-gallery .carousel .jac-content a
{
	display:inline-block;
	width:16.667em;
	padding:13.333em 0.833em 0 0.833em;
	height:3.333em;
	background-position:center top;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#666;
	font-size:1.1em;
	text-decoration:none;
	text-indent:-999em;
	text-align:center;
}


