/* Common Constructions 
-------------------------------------------------------------------------*/

.i-slider-frame { 
	position: relative;
	z-index: 100;
	overflow: hidden;
}
.i-slider-sections { 
	float: left;
	position: relative;	
} 
.i-slider-section {
	position: relative;
	float: left;
}


/* List navigation
-------------------------------------------------------------------------*/
.i-slider-switcher-wrap {
	position: absolute;
	z-index: 1000;
	width: 100%;
	
	left: 0;
	bottom: 0px;
}
.i-slider-listNav {
	position: relative;
	display: block;
	z-index: 1000;
	padding: 0;
	margin: 0;	
	bottom: -20px;
	width: 100%;
	height: 12px;
	line-height: 10px;
	font-size: 10px;
	text-align: center;
}
.i-slider-listNav li {
	display: inline;
	list-style: none;
	padding: 6px;
	
	line-height: 1px;
	font-size: 1px;
	background: url('islider-switcher.png') no-repeat right;
	cursor: pointer;
}
.i-slider-listNav li.active {
	background: url('islider-switcher.png') no-repeat left;
}

/* Thumbnails navigation
-------------------------------------------------------------------------*/
.i-slider-listNavThumbs {
	position: relative;
	display: block;
	z-index: 1000;
	
	margin: 0;
	bottom: -60px;	
	width: 100%;
	text-align: center;	
}
.i-slider-listNavThumbs li {
	display: inline;
	list-style: none;
	margin: 3px;
}
.i-slider-listNavThumbs li img {
	border: solid 4px #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
}
.i-slider-listNavThumbs li.active img {
	border: solid 1px #ddd;
	padding: 3px;	
}

/* Captions
--------------------------------------------------------------------------*/
.i-slider-captions {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
}
.i-slider-captions.bottom 	{ bottom: 0px; }
.i-slider-captions.top	 	{ top: 15px; }

.i-slider-captions .inner {
	display: inline-block;
	background: #abd962;
	width:100%;
	padding: 10px 15px;
	font:24px 'RockwellBold', Arial, Helvetica, sans-serif; color:#fff;
	text-align:left;
}



