
.html_carousel {
            width:681px;
            margin-left: 142px;
            margin-top: 15px;
	    /*padding: 15px 0 15px 40px;*/
		
	}
	.html_carousel div.slide {
	    width: 681px;
	    height: 263px;
	    position: relative;
	}
	.html_carousel div.slide div {
	    /*background-color: rgba(0, 0, 0, 0.6);*/
            background: url(themes/resume_transp.png) repeat-x top right;width:280px;height:263px;
	    /*width: 300px;*/
          /*display: none; origin*/
	    display: block;/* */
	    position: absolute;
	    bottom: 0;
            right:0;
            top:0;
            /*padding-right:10px; */
             
          
	}
        .html_carousel div.slide .urldeco{text-decoration: none;}
        .html_carousel div.slide a:hover h4{text-decoration:underline;color:/*#33d6ff/*#6eceff/**/#c3ff7a; }
	.html_carousel div.slide h4 {
	    font-size: 12px;
	    /*padding: 30px 0 0 100px;*/
            padding: 15px 0 0 20px;   
	}
	.html_carousel div.slide p {
	    font-size: 12px;
	    /*padding: 0 0 30px 100px;*/
             padding: 0 10px 10px 20px;
	}
	.html_carousel div.slide h4, .html_carousel div.slide p {
	    color: white;
	    margin: 0;
	}
	
	div.thumbnails {
	    text-align: center;
          left:0px;
	}
	div.thumbnails img {
	    cursor: pointer;
	    border: 0px solid #ccc;
	    background-color: #b7b7b7;
            padding: 5px; 
	    /*margin: 0px;*/margin-right: 6px;
	    display: inline-block;
           _margin-right:15px;
	}
	div.thumbnails img:hover {
	    background-color: #eee;
	}
	div.thumbnails img.selected {
	    background-color: white;
	}
	.clearfix {
	    float: none;
	    clear: both;
	}