div.STWINDOW{
	width:580px;
	height:300px;
	overflow:hidden;
	font:normal 10px verdana;
}
div.STMAG{
	width:1160px;
	height:300px;
	background:#FF3333;
	position:relative;
}
div.STSLUG{
	width:500px;
	height:240px;
	position:relative;
	background:#FFF;
	float:left;
	padding:30px 40px 30px 40px; 
}
span.INDWRAPPER{
	width:auto;
	height:auto;
	padding:10px;
	position:absolute;
	z-index:50;
	color:#333;
	text-align:center;
}
div.STINDEXWRAPPER{
	width:580px;
	height:auto;
	position:relative;
	top:-165px;
	z-index:50;
}
input.STPREVIOUS, input.STNEXT{
	margin:0;
	padding:0;
	border:none;
	cursor:pointer;
	width:30px;
	height:30px;
}
input.STPREVIOUS{
	background:url("../graphics/common/arrowLeft.png") no-repeat;
	float:left;
}
input.STNEXT{
	background:url("../graphics/common/arrowRight.png") no-repeat;
	float:right;
}

