/*---------------------------------------------------------------- 
  Copyright:
  Copyright (C) 2008 - 2011 IceTheme. All Rights Reserved
  
  License:
  GNU General Public License version 2 
  
  Author:
  IceTheme - http://wwww.icetheme.com
---------------------------------------------------------------- */

.ice-carousel { position:relative; }

	.ice-carousel .ice-container{ 
		height:100%;
		width:100%;
		position:relative; }

			
	.ice-carousel .ice-main-wapper {
		overflow:hidden;
		padding:0;
		margin:0;
		position:relative;
		overflow:hidden;
		z-index:1}
		
		.ice-carousel .ice-main-wapper .ice-main-item {
			overflow:hidden;
			padding:0px;
			margin:0px;
			height:100%;
			width:100%;
			position:absolute;}
	
	
			.ice-carousel .ice-row { 
				float:left;	
				position:relative;
				overflow:hidden; 
				padding:0;}
			
			.ice-carousel .padding {
				padding:0 10px!important}
				
			
			.ice-carousel .ice-row span.mod-articles-category-writtenby {
				color:#999;} 	
				
			.ice-carousel .ice-row span.mod-articles-category-category {
				color:#999;} 	
				
			.ice-carousel .ice-row span.mod-articles-category-date {
				display:block;
				color:#999;
				padding:7px 0;} 		
				
				
			.ice-carousel .ice-row .mod-articles-category-introtext {}
				
			

/** Ice navigator (bullets of the carousel **/
.ice-carousel .ice-navigator-outer { 
	position:relative; 
	margin:-28px 0 0;	
	overflow:hidden; 
	float:right;
	z-index:3 }
	
	.ice-carousel .ice-navigator-outer ul.ice-navigator {
		top:0;
		list-style:none!important;
		padding:0!important;
		margin:0!important;
		position:absolute;
		width:10000;}
		
		.ice-carousel .ice-navigator-outer ul.ice-navigator li {	
			background:none!important;
			padding:0!important;
			margin:0!important;
			text-indent:9999px;
			cursor:hand;
			cursor:pointer;
			float:left;
			list-style:none;}
					
			
			.ice-carousel .ice-navigator-outer ul.ice-navigator li span { 
				background:url(/templates/it_theshop/html/mod_ice_carousel/assets/images/dot.png) no-repeat top; 
				display:block;
				height:11px;	
				width:11px;
				margin:0 0 0 5px;}
				
				.ice-carousel .ice-navigator-outer ul.ice-navigator li.active span {
					background-position:bottom;
					display:block; 
					color:#FFF;}
					
	
					
/** Arrows **/
.ice-carousel .ice-next, 
.ice-carousel .ice-previous {
	position:absolute;
	background:url(/templates/it_theshop/html/mod_ice_carousel/assets/images/arrows.png) no-repeat; 
	z-index:10;
	top:40%;
	width:40px;
	height:50px;	
	display:block;
	text-indent:-999999px;
	overflow:hidden;
	opacity:0;
	-moz-transition: opacity .4s ease-out;
	-o-transition: opacity .4s ease-out;
	-webkit-transition:opacity .4s ease-out;
	transition: opacity .4s ease-out;}
	
		.ice-carousel:hover .ice-previous,
		.ice-carousel:hover .ice-next {
			opacity:1;}		
			
	
	.ice-carousel .ice-previous { 
		background-position: 0 0;
		left:-7px; }
		.ice-carousel .ice-previous:hover{
			background-position: 0 -50px;}
			
			
	.ice-carousel .ice-next { 
		background-position: 0 -100px;
		right:-7px; }
		.ice-carousel .ice-next:hover{
			background-position:-0 -150px;}
			
			
	
			
			
	.ice-carousel .ice-previous.disabled{
		background:none;
		cursor:default;}
		
	.ice-carousel .ice-next.disabled{
		background:none;
		cursor:default;}
	
	
	
		
		
/* Ajax Loading */		
.ice-carousel .ice-loading{
	left: 50%;
	margin-left:-38px;
    position: absolute;
    top: 36%;
    width: 66px;
	height:66px;
    z-index: 999;
	padding:10px;
	display:none;
	box-shadow:0 0 12px #333;
	border-radius:3px;
	background-color:#fff;
	background-image:url(/templates/it_theshop/html/mod_ice_carousel/assets/images/loading.gif);
	background-repeat:no-repeat;
	background-position: 50% 50%;}
	



/* Styles for the JoomShoping */
.lof-inner h4.heading {
	text-align:center;
	margin-bottom:12px}

.jshopping_padding {
	text-align:center}	
	
.jshopping_padding .product_label {
	position: absolute;
	margin:-10px 0 0 -25px;
	left:50%;}
		
.jshopping_padding img {
	margin-bottom:12px}
	

.jshopping_padding .description {
	text-align:left;
	padding-bottom:12px}
	
.jshopping_padding .readmore {
	padding-top:3px}	
	
	
	
/* on the "icecarousel" module position */
#icecarousel .ice-module .ice-carousel .ice-navigator-outer {
	display:none!important}
	
#icecarousel .ice-module .ice-carousel .ice-next, 
#icecarousel .ice-module .ice-carousel .ice-previous {
	top:auto;
	opacity:1;
	bottom:-36px;}
	
	#icecarousel .ice-module .ice-carousel .ice-previous { 
		left:-2px; }
			
	#icecarousel .ice-module .ice-carousel .ice-next { 
		right:-2px; }
	
	#icecarousel:hover .ice-previous,
	#icecarousel:hover .ice-next {
		opacity:1;}		