@charset "UTF-8";
/* CSS Document */

#pubbox {
	background:url(../images/publishingback.jpg) center bottom no-repeat;
	width:697px;
	height:421Px;
	float: left;
	display: inline;
	margin-top: 8px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 1px;
	border: 1px solid #666;
}

/*scroller*/
#pubscrollArea {
	float		: right;
	display		: inline;
	background	: #111;
	left		: 213px;
	top		: 10px;
	height		: 389px;
	width		: 10px;
	border-top	: 1px solid #666;
	border-bottom	: 1px solid #666;
	border-left	: 1px solid #666;
	overflow	: hidden;
}

#pubscroller {
	position	: relative;
	top		: -1px;
	width		: 10px;
	background	: #333;
	border-top	: 1px solid #666;
	border-bottom	: 1px solid #666;
}

#pubscrollcontainer {
	position	: relative;
	float		: left;
	display		: inline;
	width		: 208px;
	width		: 680px;
	height		: 389px;
	overflow	: hidden;
}

#pubscrollcontent {
	position	: relative;
	width		: 200px;
	width		: 672px;
	left		: 5px;
}