div.scroller { 
	/* modify width and height of scrolling section if necessary */
	width: 571px; 
	height: 110px;
	overflow: hidden;
	float:left;
	
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:571px;
		height:110px;
		overflow:hidden;
		float:left;
		}
	div.scroller div.content {
		width: 10000px;
		
		}
		
	#portfolio-preview{
		width:660px;
		height:90px;
		padding-top:8px;
		background-color:#333333;
		float:left;
	}
	
	#my-glider{
	}
	
	#content{
	}
	
	.section img{
		float:left;
		border:1px solid #FFFFFF;
		margin-left:3px;
	}
	#left-arrow{
		float:left;
		padding-left:10px;
		margin-right:7px;
		}
	#right-arrow{
		float:right;
		padding-right:10px;
		}
	#left-arrow, #right-arrow{
		margin-top:20px;
		cursor:pointer;
	}
	
#outer-video-caraousel-container{
	float:left;
	margin:95px 0 10px 0;		
	width:660px;


}
#outer-video-caraousel-container h4{
	font-weight:bold;
	margin-bottom:10px;
}

#most-viewed-button{
	float:right;
}

#video-up-arrow{
	background-image:url(../images/up-arrow.jpg);
	background-repeat:no-repeat;
	padding-left:15px;
	width:400px;
	float:left;
		margin-top:10px;


}
#go-to-archives-text{
	width:90px;
	float:right;
		margin-top:10px;

}