#slider_loading {
	position: absolute;
}

#slider_loading {
	display:none;
	width:0px;
	height:0px;
}
#ShowCaseBanner 
{
	position:relative;
	margin-bottom:15px;
	width: 650px;
	height: 658px;	
	
}
#ShowCaseBanner li {
	display: block;
	position: absolute;
	top: 0px;
	width: 950px;
}
#ShowCaseBanner li img {
	display: block;
	position: relative;
	bottom: 0px;
}
#ShowCaseControls {

	margin:8px 0px 0px 0px;
	padding:0px;
}
#ShowCaseControls li {
	list-style-type: none;
	float:left;
	margin:0px 6px 0px 0px;			
	width:14px;
	height:14px;
	
}
#ShowCaseControls li a {

	background-image:url(../images/banner_Node.png);
	display:block;
	width:14px;
	height:14px;		
}

#ShowCaseControls li a:hover {
	background-image:url(../images/banner_Node_Active.png);	
}
#ShowCaseControls a
{
	background-color:transparent;
}
#ShowCaseControls li.current a{
	background-image:url(../images/banner_Node_Active.png);
	
}
#ShowCaseControls li.background {
	
}

#ShowCaseControls li.background .inner{
	
}
