
.carousel-component { 
	position:relative;
	overflow:hidden;   /* causes the clipping */
	display:none; /* 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;
	
    
}

/**
 * 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;
	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:#e2edfa;
	padding:0px;
	-moz-border-radius:6px;
	color:#618cbe;
}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px;
	line-height:0px;
}
.carousel-component .carousel-list li { 
	text-align:center;
	margin:0px;
	padding:0px;
	font:10px verdana,arial,sans-serif;
	color:#666;
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}
/**************/
.carousel-component { 
	padding:8px 16px 4px 16px;
	margin:0px;
}

.carousel-component .carousel-list li { 
	margin:4px;
	width:168px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height:158px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
	/*	margin-left: auto;*/ /* for testing IE auto issue */
	background: #fff;
	border: 1px solid #aaa;
}

.carousel-component .carousel-list li a { 
	display:block;
/*	border:1px solid #e2edfa; */
	outline:none;
}


    .carousel-list li  h3 {
        line-height: 85%;
        margin-top: 4px;
        margin-left: 4px;
    }
            
    .carousel-list li  h3 a {
        font: 11px Tahoma;
        font-weight: bold;
        z-index: 2;
    }
            
    .carousel-list li  h3 a:link {
        color:#35a235;
    }
    .carousel-list li  h3 a:hover {
        text-decoration:none;
		color:red;		
    }	
            
    .carousel-list li   h4 {
        margin-top:5px;
        margin-left: 4px;        
    }
            
    .carousel-list li   h4 a {

        z-index:2;
        font: 11px Tahoma;
    }

    .carousel-list li  h4 a:link {
        color:#00639b;
    }
    .carousel-list li  h4 a:hover {
        text-decoration:none;
		color:red;
    }		
	
    .carousel-list div {
        font-size: 13px;
        margin: 0 auto;
		text-align:left
    }
	
	.txtover
	{
		position:absolute; top:1px; left:1px; width:110px; height:148px
	}

.carousel-component .carousel-list li a:hover { 
/*	border: 1px solid #aaaaaa;  */
}

.carousel-component .carousel-list li img { 
	display:block; 
}
								
.carousel-component .carousel-prev { 
	position:absolute;
	top:40px;
	z-index:3;
	cursor:pointer; 
	left:5px; 
}

.carousel-component .carousel-next { 
	position:absolute;
	top:40px;
	z-index:3;
	cursor:pointer; 
	right:5px; 
}

#container
{
	position:absolute;
	top:5px;
	left:-35px
}

/**********************************************************************/


.carousel-component2 { 
	position:relative;
	overflow:hidden;   /* causes the clipping */
	display:none; /* component turns it on when first item is rendered */
}

.carousel-component2 div.carousel-clip-region
{
}
				
.carousel-component2 ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
}

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

/**
 * VERTICAL CAROUSEL DEFAULTS
 **/
.carousel-component2 .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-component2 ul.carousel-vertical {
/*	width:auto;*/
}

.carousel-component2 .carousel-clip-region { 
	overflow:hidden; /* Secret to the clipping */
	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-component2 { 
	width: 182px;
}
.carousel-component2 ul.carousel-list { 
	margin:0px;
	padding:0px;
	line-height:0px;
}
.carousel-component2 .carousel-list li { 
	text-align:center;
	font:11px arial,sans-serif;
	color:#666;

	margin:0px;
	width:182px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height:140px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
	/*	margin-left: auto;*/ /* for testing IE auto issue */
	padding-bottom:4px;	
}
.carousel-component2 .carousel-vertical li { 
}
.carousel-component2 ul.carousel-vertical { 
}

.item_home img {filter:none; 
	width: 182px;
	height: 140px;
	filter:none;
} 
.item_home:hover img{
filter: alpha(opacity= 80); -moz-opacity:0.8; opacity: 0.8;-khtml-opacity: 0.8;

}

/**************/





