


.wrapper {
  margin-left: 0px;
  margin-right: auto;
  width:650px;
}

.clear{clear:both; width:1px; height:1px; font-size:1px; visibility:hidden;}



img.thumb {
  background: #E3EDFA;
}




#overlay {
  width: 200px;
  background-color:  #FFF;
  position: absolute;
  top: 25px;
  left: 150px;
  padding-top: 10px;
  z-index: 100;
  color: #000;
  border:1px dotted #000;	
	text-align: center;
	font-size: 24px;
  filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* HTML CAROUSEL */
#html-carousel { 
  
}

#html-carousel .carousel-list li { 
    margin:4px 10px 0px 10px;
}

#html-carousel .carousel-list li { 
    padding-top:  15px;
    margin: 0;
}

#html-carousel .carousel-list li img { 
    display:block; 
}

#html-carousel {
    float: left;
    width: 580px;
}


/* BUTTONS */
#prev-arrow-container, #next-arrow-container { 
    float:left;
    margin: 0px;
    padding: 0px;
}

#next-arrow { 
    cursor:pointer; 
    border:0px;
    margin-top:120px; 
    margin-left:5px; 
}

#prev-arrow { 
    cursor:pointer; 
     border:0px;
    margin-top:120px;  
    margin-right:5px; 
}

/* COLOR SYNTAXING */
pre {
  font-size: 12px;
  padding: 5px;
  border:  1px solid #333;
  overflow: auto;
  border-bottom-color: #ddd;
	color: #fff;
	background-color:  #222;
}
