/**
 * 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 ul.carousel-list { 
	position:relative;
	z-index:1; 
}

.carousel-component .carousel-list li { 
	float:left;
	width:14%;
	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 { 
	margin:0px auto;
}

/**
 * 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 { 
	padding:0px;
}
.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;
	font:10px verdana,arial,sans-serif;
	color:#666;
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}
#productAdditionalImages { float:left;}
#productAdditionalImages .clear{clear:both; width:1px; height:1px; font-size:1px; visibility:hidden;}
#productAdditionalImages ul {
  margin:0;
  padding:0px;  
}

#productAdditionalImages li {
  padding:0px;
  margin:0px;
}

#productAdditionalImages .content {
  margin:  10px;
}

#productAdditionalImages p.header {
  margin-left: -10px;
  margin-right: -10px;
  background-color:  #F0F0F0;
  padding: 10px;
  font-size: 18px;
}

#productAdditionalImages p.header a{
  font-size: 18px;
}

#productAdditionalImages img.thumb {
  background: #E3EDFA;
}

#productAdditionalImages .search {
  font-size: 14px;
}
/* AJAX CAROUSEL */
#productAdditionalImages #ajax-carousel .carousel-list li { 
    margin:4px 10px 0px 10px;
}

#productAdditionalImages #ajax-carousel .carousel-list li { 
    width: 106px; 
    border: 0px solid green;
    padding: 10px;
    padding-top:  15px;
    margin: 0;
    color: #E3EDFA;
}

#productAdditionalImages #ajax-carousel .carousel-list li img { 
    border:1px solid #999;
    display:block; 
}

#productAdditionalImages #ajax-carousel {
    margin-bottom: 10px;
    float: left;
    width: 500px;
    height: 144px;
}

#productAdditionalImages #overlay {
  width: 200px;
  height: 80px;
  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 */
#productAdditionalImages #html-carousel .carousel-list li { 
    margin:4px 10px 0px 10px;
}

#productAdditionalImages #html-carousel .carousel-list li { 
    margin: 0;
	padding:0;
    color: #3F3F3F;
	width:86px;
	height:86px;
	overflow:hidden;
}
#productAdditionalImages #html-carousel .carousel-list li span {float:left;border:1px solid #E8E3E1; width:80px; padding:0; height:80px; margin:3px; text-align:center;}
#productAdditionalImages #html-carousel .carousel-list li span:hover{border:1px solid #ff6600;}
#productAdditionalImages #html-carousel {
    float: left;
}


/* BUTTONS */
#productAdditionalImages #prev-arrow-container, #next-arrow-container { 
    float:left;
    margin: 0px;
    padding:20px 0 0 0;
}

#productAdditionalImages #next-arrow { 
    cursor:pointer; 
}

#productAdditionalImages #prev-arrow { 
    cursor:pointer; 
}

/* COLOR SYNTAXING */
#productAdditionalImages pre {
  font-size: 12px;
  padding: 5px;
  border:  1px solid #333;
  overflow: auto;
  border-bottom-color: #ddd;
	color: #fff;
	background-color:  #222;
}
