
.scContainer {

width:420px;
position: absolute;
		float:left;
		height:440px;
	margin-left:35px;
		}

.scContent {
		margin-top:10px;
		padding:10px;
		width: 470px;
		height: 350px;
		overflow:auto;
	padding-bottom:40px;
	padding-top:10px;		
	
		
		}

.fadeTop {
		position: absolute;
		width: 470px;
		height: 20px;
		z-index: 1;
	background-image:url(../site_images/fade_top.png);
	background-repeat:no-repeat;
		
		}

.fadeBottom {
		position: absolute;
		width: 470px;
		height: 20px;
		z-index: 1;
	top:390px;
background-image:url(../site_images/fade_bottom.png);
	background-repeat:no-repeat;
	

		
		}

