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

.ice-slideshow-default { 
	position:relative;
	padding:0;
	float:right;
	width:auto; 
	height:auto;}
	
	.ice-slideshow-default li {
		list-style-type:none!important;	}
	


.ice-slideshow-default .ice-main-wapper { 
	z-index:99;
    position:relative}
	
	.ice-slideshow-default .ice-main-wapper .ice-main-item { 
		padding:0px;
		margin:0px; 
		height:100%;
		width:100%;
		position:absolute;}
		
		.ice-slideshow-default .ice-main-wapper .ice-main-item .ice-description {
			position:absolute;
			z-index:10;
			left:-1400px;
			bottom:91px;
			width:480px;
			color:#fff;
			background:rgba(74,167,195,.5);
			margin:0;	
			-moz-transition: all .3s ease-out;
			-o-transition: all .3s ease-out;
			-webkit-transition: all .3s ease-out;
			-ms-transition: all .3s ease-out;
			transition: all .3s ease-out;
			padding:5px 12px 8px 880px;
			font-size:1.2em;}

			.ice-slideshow-default .ice-main-wapper .ice-main-item h3.ice-title { 
				clear:none;
				font-size:2.5em;
				line-height:1.3em;
				color:#fff;
				margin:0}
					
					.ice-slideshow-default .ice-main-wapper .ice-main-item a {
						color:#fff;
						-moz-transition: all .3s ease-out;
						-o-transition: all .3s ease-out;
						-webkit-transition: all .3s ease-out;
						-ms-transition: all .3s ease-out;
						transition: all .3s ease-out;
						text-decoration:none;} 
						
						.ice-slideshow-default .ice-main-wapper .ice-main-item a:hover {
							text-shadow:0 0 10px rgba(255,255,255,.6);}

			
			.ice-slideshow-default .ice-main-wapper .ice-main-item img {
				padding:10px;
				width:auto!important;
				height:auto!important;
				background:rgba(255,255,255,.75);}
			
		
		
		
			
/* Navigator 
the small rentangles that tells how many slides are */
.ice-slideshow-default  ul.ice-navigator { 
	position:absolute;
	bottom:60px;
	left:-325px!important;
	bottom:40px;
	padding:0; 
	margin:0;
	z-index:999;}
	
	.ice-slideshow-default  ul.ice-navigator li { 
		cursor:hand;
		cursor:pointer;
		list-style:none;
		background:#fff;
		padding:0;
		float:left;
		display:block;
		width:16px;
		height:16px;
		position:relative;
		box-shadow:0 0 14px #6edacc;
		margin:0 6px!important;
		border-radius:20px;
		-moz-transition: all .4s ease-out;
		-o-transition: all .4s ease-out;
		-webkit-transition:all .4s ease-out;
		transition: all .4s ease-out;}
	
		.ice-slideshow-default  ul.ice-navigator li:hover,
		.ice-slideshow-default  ul.ice-navigator li.active {
			background:#fff;}	 
		
		
			.ice-slideshow-default  ul.ice-navigator li.active {
				margin-top:-10px!important;}
				

			.ice-slideshow-default  ul.ice-navigator li.active:before {
				content:"";
				position:absolute;
				width:4px;
				height:27px;
				box-shadow:0 0 14px #6edacc;
				top:-25px;
				left:6px;
				background:#fff;} 
				
					.ice-slideshow-default  ul.ice-navigator span {
						display:none;
						left:4px;
						bottom:5px;
						border-color: #E1CA82;
						background-color: #FFEAA6;}
					
						.ice-slideshow-default  ul.ice-navigator  span:after { 
							border-top-color: #ffeaa6;}
						
						.ice-slideshow-default  ul.ice-navigator  span:before{
							border-top-color: #e1ca82;}
					
					
					.ice-slideshow-default  ul.ice-navigator li:hover span {
						visibility: visible; }		 
				 		

/* begin the ajax loading and display the slideshow only when all images are load */
.ice-slideshow-default .preload {
	height:100%;
	width:100%;
	background:url(images/loading.gif) no-repeat scroll 51% 50% rgba(255,255,255,.75);
	position:absolute;
	top:0;
	left:0;
	z-index:101}	
		
		
/* a nice moving bar on the bottom of the slideshow */
.ice-slideshow-default  .ice-proccessbar {  
	width:100%; 
	height:4px; 
	position:absolute; 
	bottom:10px;
	background:url(images/timeline.png); 
	z-index:999;
	border-radius:0px 10px 10px 0;  }
	
	
	
/* Preview and Next buttons */
.ice-slideshow-default .ice-next, 
.ice-slideshow-default .ice-previous {
	position:absolute;
	background:url(images/arrows.png) no-repeat; 
	z-index:99;
	top:41%;
	width:26px;
	cursor:pointer;
	height:35px;	
	display:block;
	opacity:.6;
	text-indent:-999999px;
	overflow:hidden;
	-webkit-transition:all .4s ease-out;
	-moz-transition:all .4s ease-out;
	-o-transition:all .4s ease-out; 
	transition:all .4s ease-out;}
	
	
	.ice-slideshow-default .ice-previous {	
		background-position:0 0;
		left:20px}
		.ice-slideshow-default .ice-previous:hover {
			opacity:1;}
		
	.ice-slideshow-default .ice-next {
		left:auto;
		right:20px;
		background-position: 0 -35px;}
		
		.ice-slideshow-default .ice-next:hover {
			opacity:1;}
			
			
			
						


/* Fix default joomla tool tip */
.tip-wrap{z-index:9999999!important;}
