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

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

/* Arrows 
-------------------------------------------------------------------------*/
.i-slider-arrows {
	position: absolute;
	z-index: 1000;
	background: url('islider-arrows.png');
	cursor: pointer;
	top: 40%;
	width: 30px;
	height: 42px;
}
.i-slider-arrows.previous 	{
	left: -50px;
	background-position: left;
}
.i-slider-arrows.next 		{
	right: -50px;
	background-position: right;
}



/* 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: -3px;
	width: 100%;
	height: 12px;
	line-height: 10px;
	font-size: 10px;
	text-align: center;
	left: -430px;
}
.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: right;
	left: 0;
}
.i-slider-captions.bottom 	{ bottom: 0px; }
.i-slider-captions.top	 	{ top: 25px; }

.i-slider-captions .inner {

}
