/* my-glider */
#my-glider { 
	position: absolute; 
	width: 486px; 
	top: 452px; 
	left: 250px;
}
	#my-glider .scroller { 
		/*background:#000;*/ 
		height: 228px; 
		width: 486px; 
		overflow: hidden;
	}
	
	/*#my-glider .contents { border: 1px solid #656565; height: 233px; width: 472px; position:absolute; top:0; left: 0;}*/

	#my-glider .section { 
	   background: #e6e6e6;
	   width: 478px; 
		/*padding: 0 4px;  */
	   height: 228px;
	}
		
		#my-glider .thumb { 
		   float: left;
		   padding: 0; 
		   margin: 10px;
		} 
		
		#my-glider .section img { 
			border: 2px solid #f5f5f5; 
		}
		
		#my-glider .section-body { 
			overflow: hidden; 
			padding:4px 8px 15px 1px;
			font-size: 11px; 
			height: 170px; 
			text-align: left; 
		}
		
			#my-glider .sec-bottom { 
				margin-top: 10px; 
			}
			
			#my-glider .sec-bottom li { 
				float: left; 
			}
			
			#my-glider .sec-bottom a { 
				font-weight: bold; 
				padding-left: 5px; 
				color: #a61733;
			}

			#my-glider .tittle { 
				padding: 5px 6px 6px 13px; 				
				background: #7b7908 url(../images/my-glider-bg.jpg) no-repeat top;
			}
			
			#my-glider .tittle h4 { 
				font-size: 14px; 
				
			}
			
			#my-glider .tittle h4 a { 
				color: #fff; 
				text-decoration: none; 
			}
			
			#my-glider .tittle h4 a:hover { 
				text-decoration: underline; 
			}

			#my-glider img.size-full { display: none; }
		
	#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; 
	}

