#showscroll { /* container for scrollbox and bars.. .crates hole in layout */
	height:248px;
	position:relative;
	margin-bottom:12px;
}
#blogscroll { /* container for scrollbox and bars.. .crates hole in layout */
	width:300;
	height:215px;
	position:relative;
	margin-bottom:12px;
}

#showscroll-box { /*container for scrolling area */
	position:absolute;
	margin-right:14px;
	height:258px;
	overflow:hidden;
	left: 1px;
	width: 500;
}
#blogscroll-box { /*container for scrolling area */
	position:absolute;
	margin-right:14px;
	height:215px;
	overflow:hidden;
	width: 280;
	
}

#showscroll-content { /*where the content sits */
	position: relative;
	left: 0px;
	width:500px;
	top: 0;
}
#blogscroll-content { /*where the content sits */
	position: relative;
	left: 10px;
	width:270px;
}



#showscroll-area { /* middle part of scroller */
	position: absolute;
	right: 6px;
	top: 17px;
	height: 150px;
	width: 14px;
	background: url(images/background.gif) repeat-y top right;
	overflow: hidden;
}
#blogscroll-area { /* middle part of scroller */
	position: absolute;
	right: 6px;
	top: 17px;
	height: 181px;
	width: 14px;
	background: url(images/background.gif) repeat-y top right;
	overflow: hidden;
}

#showscroll-drag {
	position: absolute;
	top: 1px;
	width: 14px;
	background: url(images/drag.gif) no-repeat top right;
	cursor:move;
}

#blogscroll-drag {
	position: absolute;
	top: 1px;
	width: 14px;
	background: url(images/drag.gif) no-repeat top right;
	cursor:move;
}

#blogscroll-up {
	position:absolute;
	right: 6px;
	top: 0;
	width:14px;
	height:14px;
	background:url(images/up.gif) no-repeat top right;
	cursor:pointer;
}
#blogscroll-down {
	position:absolute;
	bottom:0;
	right:6px;
	width:14px;
	height:14px;
	background	: url(images/down.gif) no-repeat bottom right;
	cursor:pointer;
}

#showscroll-up {
	position:absolute;
	right: 6px;
	top: 0px;
	width:14px;
	height:15px;
	background:url(images/up.gif) no-repeat top right;
	cursor:pointer;
}

#showscroll-down {
	position:absolute;
	bottom:61px;
	right:6px;
	width:14px;
	height:15px;
	background	: url(images/down.gif) no-repeat bottom right;
	cursor:pointer;
}
