
/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */


	#inner-body { background: #000;  font-family:Arial, Helvetica, sans-serif; margin: auto; padding: 35px 20px 200px; text-align: center; width: 800px }
	#inner-body h2 { font-size: 25px; text-align: left; margin: 15px 0 35px }
	#inner-body .panel h2 { font-size: 15px; margin: 15px 0 20px }
	#inner-body p, #inner-body ul { clear: both; display: block; text-align: left; margin: 15px 0 }
	#inner-body p, #inner-body ul, #inner-body ol { font-size: 13px; line-height: 1.4em }
	#inner-body p a, #inner-body li a { color: #39c; text-decoration: none }
	#inner-body p a:hover, #inner-body li a:hover { text-decoration: underline }
	#inner-body p.intro { padding: 20px 0 0; text-align: center; width: 100% }
	#inner-body ol { border-bottom: 1px solid #ccc; list-style: decimal; margin-bottom: 30px; padding: 0 0 25px 30px; text-align: left }
	#inner-body hr { background-color: #fff; border-color: #ccc; border-style: solid; border-width: 1px 0 0; color: #fff; margin: 55px 0 }
	
	.panel h2.title { margin-bottom: 10px }
	noscript div { border: 1px solid #900; margin: 20px 0; padding: 15px }
	.coda-slider-wrapper { text-align: left }

/* Stuff to change */

	.coda-slider-wrapper { padding: 0px }
	.coda-slider {  }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 960px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 960px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a {  padding: 0px;  }
	
	/* Tab nav */
	#inner-body .coda-nav ul li a.current { background: #ccc }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 0px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	#inner-body .coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	#inner-body .coda-nav ul li { display: inline }
	#inner-body .coda-nav ul li a {  display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }

	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }



	
/* Image Overlay -CSS */

.image-overlay { list-style: none; text-align: left; }
.image-overlay li { display: inline; }
.image-overlay a:link, .image-overlay a:visited, .image-overlay a:hover, .image-overlay a:active { text-decoration: none; }
.image-overlay a:link img, .image-overlay a:visited img, .image-overlay a:hover img, .image-overlay a:active img { border: none; }

.image-overlay a
{    
    float: left;
    background: #000;
    overflow: hidden;
    position: relative;
	/*margin-right:20px;*/
}
.image-overlay img
{
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}
.image-overlay .caption
{
    float: left;
    position: absolute;
    background-color: #000;
    width: 100%;
	cursor: pointer;
	/* The way to change overlay opacity is the follow properties. Opacity is a tricky issue due to
		longtime IE abuse of it, so opacity is not offically supported - use at your own risk. 
		To play it safe, disable overlay opacity in IE. */
    /* For Firefox/Opera/Safari/Chrome */
	opacity: 1.0;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    /* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.image-overlay .caption h1, .image-overlay .caption h2, .image-overlay .caption h3,
.image-overlay .caption h4, .image-overlay .caption h5, .image-overlay .caption h6
{
	margin: 5px 0 5px 2px;
    font-size: 11px;
    font-weight: bold;
	padding: 0 0 0 5px;
}
.image-overlay p
{
	text-indent: 0;
	margin: 10px;
	color:#FFF;
}
	
/* tooltip styling */
.tooltip {
	display:none;
	background:url(../grafx/black_arrow_big.png);
	height:40px;
	padding:10px;
	width:80px;
	font-size:11px;
	color:#fff;
}

#tooltipFBook {	
	display:block;
	height:20px;	
	overflow:hidden;	
	width:80px;
	cursor:pointer;
}
