             
	#container {
     width: 700px;
     margin: 0 auto;
     position: relative;
     }
	
   .toggle_view {
     height: 65px; 
     width: 100%;
     position: absolute; 
     left: 0; 
	 bottom: 0;
    }
   .toggle_view a {
     display: block;
     height: 30px; 
     line-height: 30px;
     font-size: 15px; 
     text-align: center;
     color: #900; 
	 background: #fff;
     margin: 36px 0 0 0
     }	
  .cut_content {
    display: block !important;
    overflow: hidden !important;
    height: 200px;
    position: relative !important;
    padding-bottom: 40px !important;
    }





		