/*---------------------------------------------------------------- 
  Copyright:
  Copyright (C) 2008 - 2011 IceTheme. All Rights Reserved
  
  License:
  GNU General Public License version 2 
  
  Author:
  IceTheme - http://wwww.icetheme.com
---------------------------------------------------------------- */
.ice-carousel {
	margin:0 -8px; 
	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 h3 {
				font-size:1.4em;
				margin-bottom:1px;} 
				
				
			.ice-carousel .ice-row img {
				margin:6px 0 14px;
				text-align:center;
				float:none;}		
			
			.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-carousel .ice-row p.readmore a {
				margin-left:0}



/** Ice navigator (bullets of the carousel **/
.ice-carousel .ice-navigator-outer { 
	position:absolute; 
	margin:-29px 0 15px -32px;
	padding:0 6px;
	background:#fff;
	overflow:hidden;
	z-index:3;
	left:50%; }
	
	.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 3px;}
				
				.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:-41px;
	width:41px;
	height:31px;	
	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;}
	
	
		#icecarousel:hover .ice-previous,
		#icecarousel:hover .ice-next {
			opacity:1;}		
			
	
	.ice-carousel .ice-previous { 
		background-position: 0 0;
		left:10px; }
		.ice-carousel .ice-previous:hover{
			background-position: 0 -31px;}
			
			
	.ice-carousel .ice-next { 
		background-position: 0 -62px;
		right:10px; }
		.ice-carousel .ice-next:hover{
			background-position:-0 -93px;}
			

	
	.ice-carousel .disabled {
		display:none}
	
		
		
/* 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,.75);
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	background-position: 50% 44%;}
	


	
			