/*---------------------------------------------------------------- 
  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; 
	width:auto; 
	height:auto;}
	
	.ice-slideshow-default li {
		list-style-type:none!important;	}
	


.ice-slideshow-default .ice-main-wapper{ 
	z-index:99;
	overflow:hidden;
    position:relative}
	
	.ice-slideshow-default .ice-main-wapper .ice-main-item { 
		overflow:hidden;
		padding:0px;
		margin:0px; 
		height:100%;
		background:#fff;
		width:100%;
		position:absolute;}
		
		.ice-slideshow-default .ice-main-wapper .ice-main-item .ice-description {
			position:absolute;
			z-index:10;
			bottom:0px;
			right:0;
			width:98%;
			color:#fff;
			background:rgba(0,0,0,.7);
			-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 15px 8px;
			font-size:1.2em;}

			.ice-slideshow-default .ice-main-wapper .ice-main-item h3.ice-title { 
				clear:none;
				font-size:1.5em;
				color:#fff;
				margin:0 0 3px 10px}
					
					.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);}


			
			
/* Navigator 
the small rentangles that tells how many slides are */
.ice-slideshow-default  ul.ice-navigator { 
	position:absolute;
	bottom:60px;
	left:auto!important;
	right:10px;
	padding:0; 
	margin:0;
	z-index:999;
	bottom:20px;}
	
	.ice-slideshow-default  ul.ice-navigator li { 
		cursor:hand;
		cursor:pointer;
		list-style:none;
		background:#999;
		background:rgba(255,255,255,.35);
		padding:0;
		float:left;
		display:block;
		width:12px;
		height:12px;
		margin:0 2px!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 .ice-navigator li span.ice-title {
				display:none; }
				 
					
					

/* 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 50% 50% #eee;
	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:0;
	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 {
	background:url(images/arrows.png) no-repeat;	
	width:26px;
	position:absolute;
	text-indent:-9999em;
	height:35px;
	z-index:999;
	top:40%;
	margin:0px;
	cursor:hand; 
	cursor:pointer;
	opacity:.2;
	-webkit-transition:all .5s ease-out;
	-moz-transition:all .5s ease-out;
	-o-transition:all .5s ease-out;
	transition:all .5s ease-out;}
	
	.ice-slideshow-default .ice-next {
		background-position:0 -35px;
		right:15px;
		left:auto;}
		
	.ice-slideshow-default .ice-previous {	
		background-position:0 0;
		left:15px;
		right:auto;}
		
	.ice-slideshow-default .ice-next:hover,
	.ice-slideshow-default .ice-previous:hover { 
			opacity:.8;}			
			
						


/* Fix default joomla tool tip */
.tip-wrap{z-index:9999999!important;}
