/* BEGIN: SCROLL CSS */
	#main, #main2 {
		width: 248px;
		height: 410px;
		margin: 20px 0 0 0 ;
		padding:0;
	}

	#content, #content2 {
		width: 263px;
		height: 410px;
		float: left;
		overflow: hidden;
		color: #FFFFFF;
		margin: 0;
		padding:0;
	}
	#content a:link {
		color: #cc5a23;
		text-decoration: none;
	}
	#content a:hover {
		color: #cc5a23;
		text-decoration: none;

	}

	#content a:visited {
		color: #cc5a23;
		text-decoration: none;
	}
	#content p {
		padding: 0 0 5px 0;
	}
	#content .quote {
	font-size:14px;
	}
	.text {
		font-size:12px;
		line-height: 1.4;
		margin: 0;
		padding: 0 15px 0 0 ;
	}
	.vScrollbar {
		float: left;			
	}
	
	.hScrollbar {
		clear: both;	
		}

	.vTrack {
		height: 300px;
		width: 15px;
		position: relative;
		background: #3d3d3d;
		overflow: hidden;			
		margin: 0;
		padding:0;
		
	}
	
	.hTrack {
		float: left;
		height: 15px;
		width: 255px;
		position: relative;
		background: #ddd;
		overflow: hidden;			
		margin: 0;
		padding:0;

	}			

	.vThumb, .hThumb {
		position: absolute;
		top: 0;
		left: 0;
		height: 65px;
		width: 15px;
		background: #666666;
		background-image: url(../img/scroll/scroll_drag.gif);
		overflow: hidden;
	}
	.arrowUp, .arrowDown, .arrowLeft, .arrowRight, .corner {
		height: 12px;
		width: 15px;
		overflow: hidden;						
	}		
	.arrowUp  {
		background-image: url(../img/scroll/scrollarrow_up.gif);
		overflow: hidden;						
	}
	.arrowDown  {
		background-image: url(../img/scroll/scrollarrow_down.gif);
		overflow: hidden;						
	}

	.arrowLeft, .arrowRight, .corner {
		float: left;
		}
		
	.corner {
		background: #000;
		}			
/* END: SCROLL CSS */