#gallery-image{
        position:relative;
        padding-bottom:61px;
      }
		.list_carousel {        
        width: 639px;
        height:63px;
        margin-left:-320px;
        position:absolute;
        left:50%;
        bottom:0;  
			}
		.list_carousel #foo3 {
			margin: 0;
			padding: 0;
			display: block;
	    height:100px;
	    overflow:hidden;
      width:559px;
		}
		.list_carousel #foo3 div{
			font-size: 12px;
			color: #999;
			text-align: center;
			/*border: 5px solid #999;
			width: 50px;
			height: 50px; */
			padding: 0;
			margin: 1px;
			display: block;
			float: left;
    	cursor:pointer;
		}
		.list_carousel .responsive {
			/**width: auto; **/
			margin-left: 0;
      margin-bottom:50px;
		} 
		.clearfix {
			float: none;
			clear: both;
		}
    .list_carousel a{
      opacity:0.6;
      filter:alpha(opacity=60);   
    }
    .list_carousel a:hover{
       opacity:1;
       filter:alpha(opacity=100); 
    }
    .prev {
      float: left;
     /** margin-left:-14px; **/
		}
		.next {
      float:right;
      /**margin-right:-15px;**/
      margin-top:-64px;
		}
    .first_image{
      opacity:1!important;
      filter:alpha(opacity=100);
    }
    #foo3 div a img{
     width:60px;
    }
    .caroufredsel_wrapper{
    }
       /**.selected{
        border:3px solid #f00;
      }
      list_carousel a{ 
        text-decoration:none!important;
        color:#000!important;
      }     **/