/* BLOGIT */
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	margin: 0 3px 0 3px;
	width: 358px; 
	height: 200px;
	overflow: hidden;
	text-align:center;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:358px;
		height:200px;
		overflow:hidden;
			
	text-align:center;	
		}
	div.scroller div.content {
		width: 358px;
		height:200px;
		
	text-align:center;
		}
	

/* VIDEOT */
#my-glider2 a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#CC0000;	
	font-weight:normal;
	}
	
#my-glider2 a:hover {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#CC0000;	
	font-weight:normal;
	}

div.scroller_vid { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 180px; 
	height: 120px;
	overflow: hidden;
	text-align:center;
	}
	div.scroller_vid div.section_vid {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:180px;
		height:120px;
		overflow:hidden;
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:center;
		}
	div.scroller_vid div.section_vid a {
		color:#CC0000;
		text-decoration:none;
		font-weight:normal;
		font-size:12px;
		}
	div.scroller_vid div.section_vid a:hover {
		color:#333333;
		text-decoration:none;
		font-weight:normal;
		font-size:12px;
		}
	div.scroller_vid div.section_vid p {
		margin: 5px 15px 0 15px;
		width:150px;
		}
		
	div.scroller_vid div.content_vid {
		width: 10000px;
		}
