img.sc-control-left {
	position: relative;
	left: 30px;
}

img.sc-control-right {
	position: relative;
	left: -30px;
}

#showcase {
	position: relative;
}

#showcase .next {
	background-image: url('/t/default/images/showcase/showcaseControls_rightArrow.png');
	width: 58px;
	height: 26px;
	margin-top: -11px;
	margin-right: -40px;
}

#showcase .previous {
	background-image: url('/t/default/images/showcase/showcaseControls_arrowLeft.png');
	width: 58px;
	height: 26px;
	margin-top: -11px;
	margin-left: -40px;
}

#showcase_caption {
	color: #594940;
	position: relative;
	top: -40px;
}

#showcase_caption .description {
	font-weight: normal;
	font-size: 80%;
}

#showcase_images img {
	cursor: pointer !important;
}

#showcase_loading {
	border-color: #594940;
}

#showcase_loading_bar {
	background-color: #594940;
}

#showcase_loading,
#showcase_loading_txt {
	position: relative;
	top: 150px;
	color: #594940;
}

#showcase_navigation {
	position: absolute;
	bottom: 0px;
}

#showcase_wrapper {
	position: relative;
	background-image: url('/t/default/images/showcase_container.png');
	background-repeat: no-repeat;
	padding: 25px 0px 0px 0px;
}

a.sc-selected {
	text-decoration: underline;
}

div.rbShowcaseControls {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}

div.showcase-wrap,
div.showcase-wrapper {
	width: 516px;
	height: 377px;
	overflow: hidden;
}

div.showcase-wrapper ul,
div.showcase-wrapper ul li,
ul.showcase,
ul.showcase li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 377px !important;
	width: 516px;
}

/*
 *	jqm styling
 */
 .jqmWindow {
    display: none;
    position: fixed;
    margin: 10px;
    width: 976px;
    height: 455px;
    color: #333;
    border: none;
    padding: 0px;
	z-index: 11001 !important;
}
.jqmOverlay { 
	background-color: #48443e;
	z-index: 11000 !important;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}