/**
 * 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:0; 
}

.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:#3F3F3F;
	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;
	font:10px verdana,arial,sans-serif;
	color:#666;
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}

/* Custom */
#carousel1, #carousel2, #carousel3 {
	float: left;
	padding-top:5px;
}
#carousel-title {
	float: left;
	background-image: url(/images/recent.png);
	background-repeat: no-repeat;
}
* html #carousel-title {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/recent.png", sizingMethod="crop");
}
#carousel-title2 {
	float: left;
	background-image: url(/images/viewed.png);
	background-repeat: no-repeat;
}
* html #carousel-title2 {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/viewed.png", sizingMethod="crop");
}
#carousel-title3 {
	float: left;
	background-image: url(/images/random.png);
	background-repeat: no-repeat;
}
* html #carousel-title3 {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/random.png", sizingMethod="crop");
}
#html-carousel, #html-carousel2, #html-carousel3 {
	background:#7E9DCB none repeat scroll 0%;
}
#html-carousel .carousel-list li,
#html-carousel2 .carousel-list li,
#html-carousel3 .carousel-list li {
	border:0px solid green;
	color:#fff;
	margin:0pt;
	padding:15px 10px 10px;
	width:190px;
	text-align:center;
}
#html-carousel .carousel-list li div,
#html-carousel2 .carousel-list li div,
#html-carousel3 .carousel-list li div {
	height:140px;
	cursor:pointer;
}
#html-carousel .carousel-list li img,
#html-carousel2 .carousel-list li img,
#html-carousel3 .carousel-list li img {
	border:1px solid #999999;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#html-carousel,
#html-carousel2,
#html-carousel3 {
	float:left;
	height:180px;
	margin-bottom:10px;
	width:210px;
}
#prev-arrow-container, #next-arrow-container,
#prev-arrow-container2, #next-arrow-container2,
#prev-arrow-container3, #next-arrow-container3
{
	float:left;
	margin:0px;
	padding:0px;
	cursor:pointer;	
}
.prev-arrow-deact {
	background-image: url(/images/left-deact.png?v=1);
	background-repeat: no-repeat;
}
.prev-arrow-act {
	background-image: url(/images/left-act.png?v=1);
	background-repeat: no-repeat;
}
.next-arrow-deact {
	background-image: url(/images/right-deact.png?v=1);
	background-repeat: no-repeat;
}
.next-arrow-act {
	background-image: url(/images/right-act.png?v=1);
	background-repeat: no-repeat;
}
* html .prev-arrow-deact {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/left-deact.png?v=1", sizingMethod="crop");
}
* html .prev-arrow-act {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/left-act.png?v=1", sizingMethod="crop");
}
* html .next-arrow-deact {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/right-deact.png?v=1", sizingMethod="crop");
}
* html .next-arrow-act {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/right-act.png?v=1", sizingMethod="crop");
}
#next-arrow, #next-arrow2, #next-arrow3 {
	width:27px;
	height:180px;
}
#prev-arrow, #prev-arrow2, #prev-arrow3 {
	width:27px;
	height:180px;
}
