/*---------------------------------------------------------------- 
  Copyright:
  Copyright (C) 2008 - 2011 IceTheme. All Rights Reserved
  
  License:
  Copyrighted Commercial Software 
  
  Author:
  IceTheme - http://wwww.icetheme.com
  
---------------------------------------------------------------- */


.ice-slideshow-candy { 
	position:relative;
	width:auto;
	padding:0;
	height:auto;}
	
	.ice-slideshow-candy li {
		list-style-type:none!important;	}
		
/* main flash */
.ice-slideshow-candy .ice-main-wapper{ 
	overflow:hidden;
	position:relative;}
	
	.ice-slideshow-candy .ice-main-wapper .ice-main-item { 
		overflow:hidden;
		padding:0px;
		margin:0px; 
		height:100%;
		width:100%;
		position:absolute;}
		
		.ice-slideshow-candy .ice-main-wapper .ice-main-item h3.ice-title { 
			line-height:1.4em;
			font-size:1.5em;
			clear:none;
			padding:0;
			text-shadow:1px 1px 1px #fff;
			margin:0 0 .2em;}
			
		
		.ice-slideshow-candy .ice-main-wapper .ice-main-item .ice-description{
			padding:0;
			text-shadow:0px 1px 1px #fff;}
		
		.ice-slideshow-candy .ice-main-wapper .ice-main-item .ice-description img {
			float:right;
			background:#F1F1F1;
			border: 1px solid #DEDEDE;
			float: right;
			margin: 0 0 10px 10px;
			padding: 5px; 
			margin:0 0 0 15px}	
			
			
		.ice-slideshow-candy .ice-main-wapper a.ice-readmore {
			display:block;
			padding-top:10px;}
			
			
			
/* item navigator */
.ice-slideshow-candy .ice-navigator-wrapper {
	margin-left:20px; 
	position:relative;}
	
	.ice-slideshow-candy .ice-navigator-outer  { 
		position:absolute; 
		right:0;
		top:0px;
		z-index:3;
		height:300px;
		width:310px;
		overflow:hidden }
		 
		.ice-slideshow-candy  ul.ice-navigator { 
			top:0;
			padding:0; 
			margin:0;
			position:absolute;
			width:100%;}
			
			.ice-slideshow-candy  ul.ice-navigator li { 
				cursor:hand;
				cursor:pointer;
				list-style:none!important;
				width:100%;
				padding:0!important;
				margin:0!important;
				background:#F1F1F1;
				border-right:1px solid #fff;
				-moz-transition: all .4s ease-in;
				-o-transition: all .4s ease-in;
				-webkit-transition: background-color .4s ease-in;
				transition: all .4s ease-in;  }
			
				.ice-slideshow-candy  ul.ice-navigator li div {
					padding:10px;}
					
				.ice-slideshow-candy .ice-navigator li .ice-title {
					 font-size:1em; 
					 clear:none;
					 color:#555;
					 text-shadow:1px 1px 1px #fff;
					 font-weight:normal;
					 margin:0!important; }
					 
				.ice-slideshow-candy .ice-navigator li div img {	
					float:left;
					margin:0 .75em .75em 0 }
					
						
					.ice-slideshow-candy  ul.ice-navigator li:hover  {
						background:#E6E6E6}
						
					.ice-slideshow-candy  ul.ice-navigator li.active {
						background:#E6E6E6 url(../images/mod_icetabs/current_tab.png) no-repeat center top!important}	 
						.ice-slideshow-candy  ul.ice-navigator li.active  .ice-title {
							color:#222}	
				
					

/**
 * BUTTONS CONTROL
 */
.ice-slideshow-candy .ice-buttons-control{}
	
	.ice-slideshow-candy .ice-next, 
	.ice-slideshow-candy .ice-previous {
		background:url(../images/mod_icetabs/arrows.png) no-repeat;	
		width:20px;
		position:absolute;
		text-indent:-9999em;
		height:80px;
		bottom:0;
		z-index:10;
		margin:0;
		cursor:hand; 
		cursor:pointer;}
		
		.ice-slideshow-candy .ice-next {
			background-position:0 -160px;
			left:auto;
			right:10px;}
			
		.ice-slideshow-candy .ice-previous {	
			background-position:0 0;
			left:0;
			right:auto;}
			
		.ice-slideshow-candy .ice-next:hover {
			background-position:0 -240px;}
			
		.ice-slideshow-candy .ice-previous:hover { 
			background-position:0 -80px}
/*
 * css for override move the main wapper to the right side 
 */
 /* RIGHT ALIGMENT */
.ice-right-sl-candy .ice-navigator-wrapper { float:right; }
.ice-right-sl-candy .ice-main-wapper		  { margin-left:auto; margin-right:inherit; float:right }
.ice-right-sl-candy .ice-navigator-outer   { position:relative }
 /* LEFT ALIGMENT */
.ice-left-sl-candy .ice-navigator-wrapper { float:left; }
.ice-left-sl-candy .ice-main-wapper		 { margin-left:auto; margin-right:inherit; float:left }
.ice-left-sl-candy .ice-navigator-outer	 { position:relative }
				 
 /* TOP, BOTTOm ALIGMENT */
.ice-top-sl-candy .ice-navigator-outer,  .ice-bottom-sl-candy .ice-navigator-outer{ position:relative; float:left }
.ice-top-sl-candy .ice-navigator, 	    .ice-bottom-sl-candy .ice-navigator 		{ width:9999em !important }
.ice-top-sl-candy .ice-navigator li,     .ice-bottom-sl-candy .ice-navigator li 	{ display:block; float:left; background-image:url(https://ypcikabbelitung.org/templates/it_newsy2/css/tab_gradient_1.png)!important; background-position:left top!important; background-repeat:repeat-y!important }



/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after,  .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;}

.clearfix { display: inline-block; }   

* html .clearfix { height: 1%; }

.clearfix { display: block; }