/**
 * Copyright (c) 2006, Bill W. Scott
 * All rights reserved.
 *
 * This work is licensed under the Creative Commons Attribution 2.5 License. To view a copy 
 * of this license, visit http://creativecommons.org/licenses/by/2.5/ or send a letter to 
 * Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.
 *
 * This work was created by Bill Scott (billwscott.com, looksgoodworkswell.com).
 * 
 * The only attribution I require is to keep this notice of copyright & license 
 * in this original source file.
 */

/**
 * Standard Configuration. It is advised that this section NOT be modified as the
 * carousel.js expects the behavior outlined below.
 **/
.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;     
}

/**
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

.carousel-component { 
	/** background:#CCCCCC;  **/
	
	padding:0px;	
}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px 0px 0px 0px;
}
.carousel-component .carousel-list li { 
    text-align:center;
    margin:10px 0px 0px 0px;
    padding:10px 0px 0px 0px;  
	font:11px verdana;
    color: #666666;
}
.carousel-component .carousel-list li a{      
    text-decoration: none;
    color: #666666;    
}

.carousel-component .carousel-list li .rd { 
    color: grey;
    text-decoration: underline;
}

.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}

#html-carousel { 
   /** background: #CCCCCC;  **/
}

#html-carousel .carousel-list li { 
    margin:4px 10px 0px 10px;
}

#html-carousel .carousel-list li { 
    width: 100px; 
    border: 0px solid green;
    padding: 8px;
    padding-top:  15px;
    margin: 0;
}

#html-carousel .carousel-list li img { 
     /**  border:1px solid #999; **/
    background:#FFFFFF;
    display:block; 
}

#html-carousel {
    margin-bottom: 10px;
    float: left;
    width: 470px;
}

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

 #next-arrow-container {    
    float:left;
    margin: 0px;
    padding: 0px;
}

#next-arrow { 
    cursor:pointer; 
}

#prev-arrow { 
    cursor:pointer; 
}

.header { 
  display: block;   
  margin: 0px 10px 10px 10px;
  padding: 0px 10px 10px 10px;  
}

.red { 
    color: grey;
}
.red a{ 
    color: grey;
    text-decoration: underline;
}
.black{  
    color: grey;    
    }
.black a{ 
    color: grey;
    text-decoration: none;
    }
.gray { 
    color: gray;
    float: left;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.page-component { 
    margin: 10px 0px 10px 20px;
    padding: 10px 0px 10px 20px;         
    background:#E5E5E5;    
    display:block;
    width:527;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #999;        
    text-align: center;
}
.page-img-component { 
    margin: 20px 0px 10px 20px;
    padding: 20px 0px 10px 20px;         
    display:block;
    width:527;   
    border: 1px solid #FFFFFF;        
    text-align: center;
}

.page-img-component img { 
    margin: 10px 10px 10px 10px;      
    display:block; 
    text-align: center;
}
