#my-glider {
	width: 			540px;
	height:			205px;
	padding:		11px 10px 0 11px;
	background:		url(/glyder/skin/bg_glider.gif) no-repeat 0 0;
}
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 			538px; 
	height: 		146px;
	overflow: 		hidden;

}
div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:			514px;
	height:			134px;
	padding:		12px 12px 0 12px;
	overflow:		hidden;
	float:			left;
	color:			#666;		
}

#content div.scroller div.section img {
	float:			left;
	margin-right:	14px;
}

#content div.scroller div.section .vid_info {
	padding-left:	20px;
	float:			left;
	width:			270px;
	border-left:	1px solid #ccc;
	
}

#content div.scroller div.section h3 {
	font-family:	Arial;
	font-size:		12px;
	font-weight:	bold;
	text-indent:	0px;
	margin:			2px 0 8px 0;
	padding:		0;
	line-height:	13px;
	height:			auto;
	color:			#666;
	
}

#content div.scroller div.section p {
	margin-bottom:	10px;
}

#content #my-glider .prev_next {
	width:			77px;
	height:			28px;
	float:			right;
	text-indent:	400px;
	margin:			10px 3px 0 0;
	overflow:		hidden;	
}
#content #my-glider .prev_next a {
	display:		block;
	line-height:	28px;
}

#content #my-glider #prev_butt {
	background:		url(/glyder/skin/prev_button.gif) no-repeat 0 0;
}

#content #my-glider #next_butt {
	background:		url(/glyder/skin/next_button.gif) no-repeat 0 0;
}

div.scroller div.content {
	width: 			10000px;
}
