
.scContainer {
position: absolute;
		float:left;
		width: 400px;
		height: auto;
		margin-top:0px;
	padding-top:4px;
		padding-bottom:10px;
		}

.scContent {
		padding: 8px;
		width: 420px;
		height: 237px;
		overflow:auto;
		
	
		
		}

.fadeTop {
	display:none;
		position: absolute;
		width: 414px;
		height: 40px;
		top: 0;
		left: 0;
		background: url(../site_images/white-gradient-top.png);
		z-index: 1;
		
		}

.fadeBottom {
	display:none;
		position: absolute;
		width: 414px;
		height: 40px;
		bottom: 0;
		left: 0;
		background: url(../site_images/white-gradient-bottom.png);
		z-index: 1;
		
		}

