/*---------------------------------------------------------------- 
  Copyright:
  Copyright (C) 2008 IceTheme. All Rights Reserved
  
  License:
  Copyrighted Commercial Software 
  
  Author:
  IceTheme - http://wwww.icetheme.com
---------------------------------------------------------------- */


/* IceCarousel Module 
-------------------------------------------------------------------*/
.icecarousel {
	position:relative;
	overflow:hidden;
	margin:0}

	.icecarousel_items_container { 
		position: absolute;  
		top: 0;  
		width:5000px;}
			
		.icecarousel_item {
			margin:0 10px 0 0; 
			float:left; 
			text-align:center;}
			.icecarousel_item_border {
				border:1px solid #E6E6E6;
				border-top-color:#dedede;
				padding:0 10px 0;}
				
				.icecarousel_item img {
					float:none;
					border:1px solid #ddd; 
					padding:4px;
					background-color:#DEDEDE;
					margin:0 auto 9px;
					text-align:center;}
				

/* Item content */
.icecarousel_item h3 {
	height:30px;
	font-weight:normal;
	line-height:30px;
	margin:0 -10px 14px;
	font-weight:bold;
	position:relative;
	overflow:hidden;
	background:url(../images/icecarousel_header.png) repeat top;
	border-bottom:1px solid #E6E6E6;
	font-size:1.25em;}
	
				
/* Previus and Next Buttons */				
	.icecarousel_container_l, 
	.icecarousel_container_r { 
		display:block; 
		margin:0;
		position: relative;
		width: 25px;
		height:25px;
		float:left; 
		cursor:pointer; } 
		.icecarousel_container_l {
			background:url(../images/icecarousel_prev.png) no-repeat center top;
			float:left;}
			.icecarousel_container_l:hover { background-position: center bottom}
			
		.icecarousel_container_r { 
			background:url(../images/icecarousel_next.png) no-repeat center top;
			float:right;} 
			.icecarousel_container_r:hover { background-position: center bottom}

					
					
.carousel_text {
	font-size:1.5em;
	font-style:italic;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center}

