/* my-glider */
#my-glider { 
	position: relative; 
	float: left;	
	width: 547px;
}
	#my-glider .scroller { 
		/*background:#000;*/ 
		width: 547px;
		height: 259px;
		overflow: hidden;
	}
	
	#my-glider .section { 
	   background: url(../images/my-glider-bg.jpg) no-repeat;
	   width: 547px;
		/*padding: 0 4px;  */
	  height: 259px;
		padding: 20px 20px 0 20px;
	}
	
		#my-glider .section img {
			margin-bottom: 8px;
		}
		
		#my-glider .section h3 {
				font-size: 11px;
				color: #000;
				padding-bottom: 2px;
			}
	
			#my-glider .section p {
				color: #5f5f5f;
				font-size: 10px;
			}
		
.controls {
		clear:both; 
		overflow: hidden; 
		margin-top: 10px;
	}
		.controls li {
			float: left; 
			margin: 0 2px;
		}
		
			.controls li a {
				background: #dddddd;
				padding: 4px 8px;
				font-size: 13px;
				font-weight: bold;
				color: #000;
				text-decoration: none;
				line-height: 20px;
			}
			
				.controls li a:hover {
					background: #569593;
				}
/*	#my-glider .controls { 
		clear:both; 
		overflow: hidden; 
	}
	
	#my-glider .controls ul {  
		list-style-type:none; 
		margin-top: 6px; 
	}
	
	#my-glider .controls li { 
		float:left; 
		list-style-type:none; 
		background: #737373;
		margin-right: 1px;  
	}
	
	#my-glider .controls li.feat-nums { 
		background: #000; 
		float:left; 
		padding:0px 10px; 
		color:#fff; 
		line-height:20px; 
		height:20px; 
		font-size: 12px;
	}
	
	#my-glider .controls a, .control a:link, .controls a:visited { 
		float:left; 
		display:block; 
		padding:0px 7px; 
		margin:0; 
		color:#fff; 
		text-decoration:none; 
		line-height:20px; 
		height:20px; 
		font-weight: bold;
	}
	
	#my-glider .controls a:hover { 
		background:#ECC13C;  
		color:#000; 
	}
		 
	#my-glider .controls a:active { 
		background:#ECC13C;  
		color:#000; 
	} 
	
	#my-glider .controls li.feat-about a { 
		border-left:1px solid #000; 
		border-right:0; 
	}
*/