#Thief-box {
	/* Mine hack
	position: relative;
	margin-left:70px;
	*/
	position: absolute;
	width: 484px;
	height: 286px;
	float:left;
	margin-left:170px;
}

#Thief-Content {
	position: absolute;
	top: 0px;
	/*width: 480px;*/
	width: 480px;
	height: 286px;
	overflow: hidden;
}
#content_wrapper{
    height:286px;
}

#Thief-box .Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
}

#Thief-box p {
}

#Thief-Scrollbar {
	position: absolute;
	left: 468px;
}

#Thief-box .Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	background-image:url(../gfx/sbup.gif);
	cursor:pointer;
	height:17px;
	position:absolute;
	top:0;
	width:16px;
}

#Thief-box .Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	background-image:url(../gfx/sbdown.gif);
	cursor:pointer;
	height:17px;
	position:absolute;
	top:269px;
	width:16px;
}

#Thief-box .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 16px;
	height: 252px;
	position: absolute;
	top: 17px;
	background-color:#a19d97;
	background-repeat:repeat-y;

}

#Thief-box .Scrollbar-Track-Pressed {

}

#Thief-box .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 16px;
	height: 57px;
	background-color:#84817c;
	cursor:pointer;

}

#Thief-box .Scrollbar-Handle-Pressed,
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {

}

#Thief-box .Scrollbar-Disabled {
	display: none;
}