/**
* Copyright (c) 2006-2007, 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.
*
* Version 0.6.1 - 07.08.2007
*
*/

/**
* Standard Configuration. It is advised that this section NOT be modified as the
* carousel.js expects the behavior outlined below.
**/
.carousel-component { 
overflow:hidden;   /* causes the clipping */
display:none; /* component turns it on when first item is rendered */
/*padding:8px 16px 4px 16px;*/
padding:15px 0px 5px;
color:#618cbe;
margin: 0px auto;
}
			
.carousel-component ul.carousel-list { 
width:10000000px;
position:relative;
z-index:1;
margin:0px;
padding:0px;
line-height:0px;
}

.carousel-component .carousel-list li { 
float:left;
list-style:none;
overflow:hidden;
/*margin:4px;*/
text-align:center;
padding:0px 5px 0px 5px;
margin:0px;
font:10px verdana,arial,sans-serif;
color:#666;
/*width:99px; */ 
}

.carousel-component .carousel-list li a { 
display:block;
outline:none;
cursor:pointer;
}

.carousel-component .carousel-list li a span {
width:100px;
display:block;
text-align:center;
cursor:pointer;
}

.carousel-component .carousel-list li a span.video {
width:80px;
display:block;
text-align:center;
cursor:pointer;
overflow:hidden;
}

/**
* VERTICAL CAROUSEL DEFAULTS
**/
.carousel-component .carousel-vertical li { 
margin-bottom:0px;

/* Fix for extra spacing in IE */
float:left;
clear:left;  

/* Force the LI to respect the HEIGHT specified */
overflow:hidden;
display:block;
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari... as in up/down button not working in some examples. */	 
.carousel-component ul.carousel-vertical {
/*	width:auto;*/
}

.carousel-component .carousel-clip-region { 
overflow:hidden; /* Secret to the clipping */
margin:0px auto;
padding:0px 0px 25px;
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 .carousel-vertical li { 
}

.carousel-component ul.carousel-vertical { 
}

.carousel-component .carousel-list li a:hover { 
}

.carousel-component .carousel-list li img { 
display:block;
margin-bottom:5px;
}

.carousel-clip-region, .carousel-component .carousel-prev-arrow-cont, .carousel-component .carousel-next-arrow-cont {
float: left;
}

.carousel-component .carousel-prev-arrow-cont, .carousel-component .carousel-next-arrow-cont {
width: 25px;
height: 25px;
margin: 50px 0px 0px;
overflow:hidden;
}

.videos_module .carousel-component .carousel-prev-arrow-cont, .videos_module .carousel-component .carousel-next-arrow-cont {
width: 25px;
height: 25px;
margin: 25px 0px 0px;
_margin: 20px 0px 0px;
overflow:hidden;
}

.carousel-component .carousel-prev-arrow, .carousel-component .carousel-next-arrow {
width: 25px;
height: 25px;
cursor: pointer;
overflow:hidden;
}

.carousel-component .carousel-prev-arrow, .carousel-component .carousel-next-arrow, .carousel-page-indicator li span {
display: block;
background: url(../images/homepage_c/bg/bg_carosel_new.gif) no-repeat;
text-indent: -9999px;
cursor: pointer;
overflow:hidden;
}

.carousel-prev-arrow-cont span.enabled {
background-position: 0px 0px;
cursor: pointer;
overflow:hidden;
}

.carousel-prev-arrow-cont span.disabled {
background-position: 0px -50px;
cursor: pointer;
overflow:hidden;
}

.carousel-prev-arrow-cont span.hover {
background-position: 0px -25px;
height: 25px;
cursor: pointer;
overflow:hidden;
}

.carousel-next-arrow-cont span.enabled,.carousel-component .carousel-next-arrow-cont span {
background-position: -34px 0px;
cursor: pointer;
overflow:hidden;
}

.carousel-next-arrow-cont span.disabled {
background-position: -34px 0px;
cursor: pointer;
overflow:hidden;
}

.carousel-next-arrow-cont span.hover {
background-position: -34px -25px;
height: 25px;
cursor: pointer;
overflow:hidden;
}

.indicator_wrap {
text-align:center;
clear:both;
overflow:hidden;
}

.carousel-page-indicator {
width:36px;
_width:38px;
margin:0px auto;
}

.carousel-page-indicator li {
display: inline;
}

.carousel-page-indicator li span {
width: 8px;
height: 8px;
float: left;
margin: 2px;
overflow: hidden;
}

.carousel-page-indicator li span.enabled {
background-position: -25px -3px;
}

.carousel-page-indicator li span.disabled {
background-position: -25px -16px;
}

.carousel-page-indicator li span.hover {
background-position: -25px -29px;
cursor:pointer;
}