.carousel-component { 
	position:relative;
	overflow:hidden;
	visibility:visible; /* component turns it on when first item is rendered */
}
				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
}

.carousel-component .carousel-vertical li { 
	float:none;
	margin-bottom:0px;
}

.carousel-component ul.carousel-vertical { 
	width:auto;
}

.carousel-component .carousel-clip-region { 
	overflow:hidden;
	margin:0px auto;
	position:relative; 
}

.carousel-component { 
	background:#BABEC1;
	padding:0px;
	color:#618cbe;
}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px 0px 0px 0px;
}
.carousel-component .carousel-list li { 
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px;
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}


#html-carousel { 
    background: #BABEC1;
    
    background-image: url(../img/bbg.gif);
    background-repeat: repeat-x;
}

#html-carousel .carousel-list li { 
    
    position: relative;
  
    color: #3F3F3F;
    
    margin-top: 4px;
    margin-right: 10px;
    
    border:1px solid #666;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;  
    
    background-color: #FFF;  
        
    display:block; 
 
    
    cursor:pointer;       
}
.pagebar {
    
    width: 0px;
    height:0px;  
}
#pagebar0 {

    width: 0px;
    height:0px;  

}

#html-carousel {
    float: left;
    width: 712px;
    height: 61px;
}

/* BUTTONS */
#prev-arrow-container, #next-arrow-container { 
    float:left;
    margin: 0px;
    padding: 0px;
}

#next-arrow { 
    cursor:pointer; 
}

#prev-arrow { 
    cursor:pointer; 
}

/* Overlay */
#overlay {
  width: 200px;
  height: 61px;
  background-color:  #FFF;
  position: absolute;
  top: 25px;
  left: 150px;
  padding-top: 10px;
  z-index: 100;
  color: #000;
	text-align: center;
	font-size: 24px;
  filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


.pagebardiv {

  position: relative;
  
  width: 0px;
  height: 100%;
  
  margin: auto;
  
  z-index: 1001;
  
  border: 0px;
  border-right: 1px #00E6E6 dotted;
}

.pagebarframes {

  position: absolute;
  
  top: 0px;  
  left: 0px;
  
  width: 100%;
  height: 100%;
}
.frames_preview {

  position: absolute;
    
  border: 1px dotted #00E6E6;  
}

#search {
    
    margin-right: 10px;
    font-family: Arial Narrow;
    font-size: 14px;
    font-weight: bold;
    color: #ff7608;
}

#search input {

  width: 42px;
  height: 22px;
  border: 1px solid #ff7608;
  background-color: #d6d6d6;
  text-align: center;
  font-size: 16px;
}

.pagebg {

  position: relative;
  
  top: 0px;
  left: 0px;

  width: 100%;
  height: 100%;
  
  
  background-repeat: no-repeat;
  background-position: left top;
}
