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

	.icecarousel_items_container { 
		position: absolute;  
		top: 0;  
		width:5000px;}
			
		.icecarousel_item {
			margin:0 10px 0 0; 
			float:left;
			text-align:center;}
			.icecarousel_item_border {
				padding:0 10px 0;
				border-right:1px dotted #ccc;}
			
		
				.icecarousel_item img {
					float:none;
					margin:0 auto 9px;
					text-align:center;}
				

/* Item content */
.icecarousel_item h3 {
	font-weight:normal;
	margin:0 0 14px;
	font-size:0.0em;}
	
				
/* Previus and Next Buttons */				
	.icecarousel_container_l, 
	.icecarousel_container_r { 
		display:block;
		z-index:9999;
		overflow:visible;
		position:absolute;
		bottom:18px;
		width: 20px;
		height:20px;
		cursor:pointer; } 
		.icecarousel_container_l {
			background:url(../images/icecarousel_prev.png) no-repeat center top;
			left:15px;}
			.icecarousel_container_l:hover { background-position: center bottom}
			
		.icecarousel_container_r { 
			background:url(../images/icecarousel_next.png) no-repeat center top;
			right:15px} 
			.icecarousel_container_r:hover { background-position: center bottom}

					
					
.carousel_text {
	background:url(../images/icecarousel_line.png) no-repeat center top;
	position:relative;
	overflow:visible;
	font-size:1.5em;
	font-style:italic;
	margin:30px 0 0;
	padding-top:10px;
	color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center}



/* VirtueMart Styles for IceCarousel Module */
.icecarousel .vm_imagecontainer {
	height:230px;}
	.icecarousel .icecarousel_vm img {
		border:none;
		padding:0;
		background:none}
	
.icecarousel .vm_pricecontainer {
	font-size:1.4em;
	height:30px;}

.icecarousel .vm_cartcontainer {
	height:20px;}
