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

.i-slider-frame { 
	position: relative;
	z-index: 100;
	overflow: hidden;
	border: 10px solid #efefe1;
}
.i-slider-sections { 
	float: left;
	position: relative;	
} 
.i-slider-section {
	position: relative;
	float: left;
}

/* Arrows 
-------------------------------------------------------------------------*/
.i-slider-arrows {
	position: absolute;
	z-index: 1000;
	background: url('islider-arrows.png');
	cursor: pointer;
	
	top: 43%;
	width: 32px;
	height: 44px;
	
	opacity:0.8;
	filter:alpha(opacity=80);
	display: none;
}
.i-slider-arrows.previous 	{ left: -45px;  background-position: left; display: none }
.i-slider-arrows.next 		{ right: -45px; background-position: right; display: none }


/* List navigation
-------------------------------------------------------------------------*/
.i-slider-switcher-wrap {
	position: absolute;
	z-index: 1000;
	width: 100%;
	
	left: 0;
	bottom: 0px;
	display: none
}
.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: left;
	left: 0;
}
.i-slider-captions.bottom 	{ bottom: 15px; }
.i-slider-captions.top	 	{ top: 15px; }

.i-slider-captions .inner {
	display: inline-block;
	background: black;
	color: white;
	padding: 10px 15px;
	font-size: .8em;
	
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: .75;
	
	max-width: 90%;
	
	text-transform: uppercase;
}


.l-wrapper { 
	position: relative; 
	width: 940px;
	min-height: 100%;
	margin: 0 auto;
}

.clear { clear: both; }

p.intro {
	margin-top: 20px;
	font-family: georgia, serif;
	font-size: .9em;
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.content p {
	float: left;
	font-family: georgia, 'times new roman', serif;
	font-size: 0.85em;
	line-height: 1.65em;
	margin-bottom: 1.25em;
}
.content p.b-code {
	font-size: 0.75em;
	font-family: Courier, Monospace;	
	padding: 15px;
	width: 770px;
	border: solid 1px #d3d3d3;
	margin-bottom: 35px;
}
.content p.b-code span.tab { margin-right: 2em; }
.content p.b-code span.tab2 { margin-right: 4em; }
.content p.b-code span.tab3 { margin-right: 6em; }
.content p.b-code span.tab4 { margin-right: 8em; }

.l-header { margin: 0px auto 10px auto; width: 800px; padding-top: 25px; }
.b-logotype { float: left; margin-bottom: 10px; }
.l-content { margin: 0 auto; width: 800px; display: block; position: relative; }
.l-content.top { margin-top: 35px; }
.l-content.bottom { padding-bottom: 35px; }

.l-content.delim { 
	height: 6px;
	margin-bottom: 20px;
	background: url('../images/diagonals.png') left top; 
	clear: both;
}

.l-content.delim-thin { 
	height: 1px;
	background: url('../images/diagonals.png') left top; 
}


.b-nav {
	float: right;
	margin: -3px 0 0 0;
	padding: 0px;
	list-style: none;
	
	font-family: arial, sans-serif;
	text-transform: uppercase;
	font-size: .7em;
}
.b-nav li { 
	float: left; 
	margin-left: 15px; 
	padding-top: 10px;
}
.b-nav li a {
	text-decoration: none;
	color: #ddd;
}
.b-nav li a:hover { color: white; }
.b-nav li.active {
	background: url('../images/accent.png') no-repeat top center;
}
.b-nav li.active a {
	color: white;
}



.b-nb {
	float: left;
	width: 100%;
	
	border-top: dotted 1px #d3d3d3;
	border-bottom: dotted 1px #d3d3d3;
	padding: 13px 0;
	margin: 35px 0 30px 0;
	
	font-size: 1.25em;
	font-style: italic;
	color: grey;
}
.b-featers {
	margin-left: 0.5em;
	list-style: none;
	font-size: 0.85em;
	line-height: 1.65em;
	font-family: georgia, times, serif;
	margin-bottom: 1.25em;
}

.l-footer {
	float: left;
	width: 100%;
	position: relative;
	z-index: 100;

	font-family: arial, sans-serif;
	font-size: 0.7em;
	color: #ddd;
	margin-top: -56px;
	height: 55px;
	
	overflow: hidden;
}
.l-footer-boofer { height: 105px; }
.l-footer .inner { width: 800px; margin: 15px auto 0;  }
.l-footer a { color: white; }
.l-footer span { float: right; }


.l-content ul { 
	list-style: none; 
	margin-top: 0px;
	margin-bottom: 25px; 
	float: left; 
	font-size: 0.8em;
	color: #dddddd;
}


.b-parameters {
	float: left;
	width: 100%;	
	margin-bottom: 35px;
	font-size: .8em;
	font-family: georgia, serif;
}
.b-parameters thead tr td { font-weight: bold; }
.b-parameters tr td {
	border-bottom: solid 1px #d3d3d3;
	padding: 4px 0;
}



#example {
	position: relative;
	float: left;
	width: 920px;
	height: 340px;
	margin-bottom: 20px;
	z-index: 50;
}

#example_1 {
	position: relative;
	float: left;
	width: 800px;
	height: 267px;
}

#example_2 {
	position: relative;
	float: left;
	width: 800px;
	height: 267px;
	margin-bottom: 60px;
}

#example_3 {
	position: relative;
	float: left;
	width: 300px;
	height: 500px;
	
	border: solid 5px #ccc;
	background: #fafafa;
}
#example_3 .i-slider-section { 
	background: url('../images/vertical_bg.gif'); 
	text-align: center; 
	color: #333; 
}
#example_3 .i-slider-section h3 { 
	margin: 20px 0 15px;
}
#example_3 .i-slider-section p { 
	margin: 25px 15px 15px;
	font-family: georgia, serif;
	font-size: .75em;
}


