div.sc-container{
	padding-top:2px;
	/* background:url(images/showcase/top.jpg);
	background-position:top left;
	background-repeat:no-repeat; */
	margin-bottom:5px;
	position:relative;
	border: 1px #ccc solid;
}

div.sc-navigation-container{
	background-image:url(images/showcase/navigation_left.gif);
	background-position:top left;
	background-repeat:no-repeat;
	position:absolute;
	top:3px;
	z-index:1;
	right:3px;
	padding-bottom:3px;
	padding-left:0px;
}

img#sc-paused{
	position:absolute;
	left:7px;
	top:7px;
	z-index:2;
}

div.sc-navigation{
	padding-top:3px;
	padding-bottom:3px;
	background-color:#f1f1f1;
}

div.sc-navigation div{
	cursor:pointer;
	margin-right:4px;
}

div#sc-pause,div#sc-play{
	width:23px;
	height:20px;
}

div#sc-pause{
	background:url(images/showcase/pause.jpg);
}

div#sc-pause:hover{
	background:url(images/showcase/pause_hover.jpg);
}

div#sc-play{
	background:url(images/showcase/play.jpg);
}

div#sc-play:hover{
	background:url(images/showcase/play_hover.jpg);
}

div.sc-item-counter{
	font-weight:bold;
	text-align:center;
	padding-top:3px;
	background:url(images/showcase/item_counter_bg.jpg);
	width:23px;
	height:17px;
	color:#bdbdbd;
}

div.sc-item-counter-selected{
	background:url(images/showcase/item_counter_bg_selected.jpg);
	color:white;
}

div.sc-item-counter:hover{
	background:url(images/showcase/item_counter_bg_hover.jpg);
	color:white;
}

div.sc-images-container{
	height:254px;
	/* background:url(images/showcase/container_bg.jpg);
	background-repeat:repeat-y; */
}

div.sc-images-container img.sc-base-img-item{
	position:absolute;
	top:3px;
	left:3px;
	border:0px;
}

div.sc-container img#showcase-bottom-bg{
	display:block;
}

div.dd-container{
	position:relative;
	width: 248px;
	height: 256px;
}

div.dd-images-container img.dd-base-img-item{
	position:absolute;
	top:0px;
	left:0px;
	border:0px;
}

div.showcase-add img.image-upload-in-progress {
	display: none;
}

iframe#upload_image_result {
	display: none;
}

div.image-box {
	padding-bottom: 6px;
}
div.image-box div.image-box-error {
	display: none;
}
div.image-box div.image-box-error span {
	font-weight: bold;
}

div.showcase-edit img.uploaded-image {
	vertical-align: middle;
	margin-right: 10px;
}

div#selected-showcase {
	display: none;
	font-weight: bold;
}

div#showcase_banner_info {
	margin-left: 5px;
	color: gray;
}
div#showcase_banner_info span {
	display: block;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
}
