/*---------------------------------------------------------------- 
  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 8px!important}
				
			
			.ice-carousel .ice-row p.iteminfo {
				color:#999;
				font-size:.9em;
				margin-bottom:.5em;}
				
				.ice-carousel .ice-row p.iteminfo span {
					display:block;
					padding-right:10px}
			
			.ice-carousel .ice-row span.mod-articles-category-writtenby {} 	
				
			.ice-carousel .ice-row span.mod-articles-category-category {} 	
				
			.ice-carousel .ice-row span.mod-articles-category-date {}	
			
			.ice-carousel .ice-row span.mod-ice-carousel-hits { 
				position:relative;
				margin:-40px 5px 0 0;
				background:#eee;
				padding:2px 10px;
				float:right;
				opacity:0;
				-webkit-transition:all .5s ease-out;
				-moz-transition:all .5s ease-out;
				-o-transition:all .5s ease-out; 
				transition:all .5s ease-out;}
				.ice-carousel .ice-row:hover span.mod-ice-carousel-hits {
					opacity:1}
				
			
			.ice-carousel .ice-main-wapper .ice-main-item .ice-row h3 {
				font-size:1.25em;
				line-height:1.5em;
				margin-bottom:5px;}
				
			
			
				
					
			.ice-carousel .ice-row .mod-articles-category-introtext {
				padding:0 2px;}
			
			.ice-carousel .ice-row img {
				margin-bottom:10px;
				padding:5px;
				background:#eee;
				border:1px solid #dcdcdc} 
				
			

/** Ice navigator (bullets of the carousel **/
.ice-carousel .ice-navigator-outer { 
	position:relative; 
	margin:-15px 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(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(images/arrows.png) no-repeat; 
	z-index:10;
	top:-49px;
	width:40px;
	height:30px;	
	display:block;
	text-indent:-999999px;
	overflow:hidden;
	-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 .ice-previous { 
		background-position: 0 0;
		left:10px; }
		.ice-carousel .ice-previous:hover{
			background-position: 0 -30px;}
			
			
	.ice-carousel .ice-next { 
		background-position: 0 -60px;
		right:10px; }
		.ice-carousel .ice-next:hover{
			background-position:-0 -90px;}
			

	
	.ice-carousel .disabled {
		opacity:.3;
		cursor:default;}
		.ice-carousel .disabled:hover {
			background-position:inherit}
	
		
		
/* Ajax Loading */		
.ice-carousel .ice-loading{
	left: 0;
	top: 0;
	width:100%;
	height:100%;
    position: absolute;
    z-index: 999;
	display:none;
	background-color:rgba(255,255,255,.8);
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	background-position: 50% 50%;}
	


/* module outter decoration */
#icecarousel h3.mod-title {
	text-align:center;
	background:#eee;
	margin:-15px 0 12px;
	height:39px;
	color:#777;
	font-family:Arial, Helvetica, sans-serif;
	padding:6px 0 0;}
	
	
	#icecarousel h3.mod-title span {
		opacity:0;
		-webkit-transition:opacity .5s ease-out;
		-moz-transition:opacity .5s ease-out;
		-o-transition:opacity .5s ease-out; 
		transition:opacity .5s ease-out;}

			
		#icecarousel:hover .ice-module h3.mod-title span {
			opacity:1;}
						
			