/*
	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 */

	body { 
	background-image: url(../images/pwbgd.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position:  center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height:100%;
	margin:0;padding:0;
	overflow:auto;		
}
h1 {
	color: white;
	line-height: 1em;
	margin-bottom: 0;
	font-size: 186%;

}
h2 {
	color: #FDFFAE;
	font-size: 126%;
}
h3 {
	color: #9CF;
	font-size: 126%;
}

p {
	text-indent:20px;
	font-size: 105%;}
p img {
	alignment-adjust:central;
	}
#Logo {
	background-image: url(../images/header.png);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position:  center top;
	-webkit-background-size: none;
	-moz-background-size: none;
	-o-background-size: none;
	background-size: 55%;
}
	.panel h2.title { margin-bottom: 10px; }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px; }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding-left: 4%; padding-top: 13%;	alignment-adjust:central; width: 960px; margin-left:auto; margin-right: auto;;
 }
	.coda-slider { 	color: white;
alignment-adjust:central;
		top: 20%; }
	
	/* 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: 100% } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 790px; }
	.coda-slider-wrapper.arrows .coda-slider {}
	
	/* Arrow styling */
	.coda-nav-left a { 
	background-image: url(../images/arrows_left.png); 
	color: #fff; 
	padding: 0px; 
	width: 64px; 
	height: 61px }
	.coda-nav-right a { 
	background-image: url(../images/arrows_right.png); 
	color: #fff; 
	padding: 0px; 
	width: 65px; 
	height: 61px }
	/* Tab nav */
	.coda-nav ul li a.current { background-image: url(../images/buttonover.png) }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

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

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline; 	font-size: 186%;
	text-align: left;
	text-shadow: black 0.1em 0.1em 0.2em
 }
	.coda-nav ul li a { 
	background-image: url(../images/button.png); 
	color: #fff; 
	display: block; 
	float: left; 
	margin-right: 1px; 
	margin-top: 20px;	 
	width: 180px; 
	height: 55px; 
	text-align:center;
	line-height: -5em;	
	text-decoration: none }
	
	/* Miscellaneous */
	.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 }
	
#Txt_Copyright {
	font-family: Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: bold;
	text-align: center;
	color: white;
	line-height: 120%;
	padding-bottom: 2px;
	margin-top: 20%;
	margin-bottom: 10px;
	width: auto;
	position:relative;
	clear:left;
	
}
#listthumbs {
	alignment-adjust:central;
}
#listthumbs ul {
	list-style:none;
}
#listthumbs li {
	float: left;
	padding-right: 2px;
}
#relpics {
	width: 100% }

#relpics img {
	width: 100%;
	height: auto;
	padding: 1px;
	alignment-adjust:central;
}


table img{
	
	border: white solid thin;
}

.mobiletable {
		display:none;
}
.mobileframe {
		display:none;
}
/*.wideflash {
		display:none;
}