#my-glider { 
	/* modify width and height of scrolling section if necessary	*/		
	margin-left:40px;
	width:240px;
	height:200px;
	border: 1px solid #EAE9E9;
	}




div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 230px; 
	height: 200px;
	overflow: hidden;
	}
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:230px;
	height: 200px;
	overflow:hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	
		}
	div.scroller div.content {
		width: 10000px;
		}

	
	
	div.thesuite{
	width: 210px;
	height:25px;
	margin-left:760px;
	text-align:right;
	
	
	}
	div.section h1{
	color:#B11E27;
	font-size: 16px;
	font-weight: normal;
	line-height: 14px;
	}
	
	
	div.section p{
	padding-right: 10px;
	color:#384C6F;
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
		}
	
	div.section a{
	color:#B11E27;
	text-decoration:underline;
		font-size: 14px;

		}
		
	a.suite{
	color:#B11E27;
	text-decoration:none;	
	}