/*
	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:  fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0;padding:0;
	overflow:hidden;
	
			
}
h1 {
	line-height: 1em;
	margin-bottom: 0;
	clear:both;
	margin-top:15px;
}
h2 {
	color: #09F;
	font-size: 116%;
}
h3 {
	color: #FF0;
	font-size: 106%;
}

p {text-indent:50px}

	#Logo {
	background-image: url(../images/header.png);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position:  center 25px;
	-webkit-background-size: none;
	-moz-background-size: none;
	-o-background-size: none;
	background-size: 75%;
}
	.title { margin-bottom: 10px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0px; padding: 15px }

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

	.coda-slider-wrapper {padding-left: 1%;	alignment-adjust:central; width: 300px; 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: 100px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 60% } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 350px }
	
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 5px }
	
	/* Arrow styling */
	.coda-nav-left a { 
	background-image: url(../images/arrows_left.png); 
	color: #fff; 
	padding: 0px; 
	margin-top: 100px;
	width: 68px; 
	height: 116px;
	display:none;
	 }
	
	.coda-nav-right a { 
	background-image: url(../images/arrows_right.png); 
	color: #fff; 
	padding: 0px; 
	margin-top: 100px;
	width: 68px; 
	height: 116px;
	display:none;
	 }
	/* Tab nav */
	.coda-nav ul li a.current { url(../images/buttonover.png); }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 5px }
	
	/* 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 { display: block;  overflow: hidden; margin-top: 50px; margin-left: 0px;  }
	
	.coda-nav ul li {display: inline; 	font-size: 12px; 
 }
 

 
 .coda-nav-left { float: left;
	display:none; }
	
	.coda-nav-right {  display:none;}
	


	.coda-nav ul li a { 

	background-image: url(../images/button.png); 
	background-repeat:no-repeat;
	color: #fff; 
	display: block; 
	float: left; 
	padding-left: 1px;
	margin-right: 1px; 
	margin-top: 1px;	 
	width: 58px; 
	height: auto; 
	text-align:center;
	text-decoration: none; 
	background-position: 0px 0px;
	background-size: 100% 100%;
	 }
	
	/* Miscellaneous */
	.coda-slider-wrapper { 
	clear: both; 
	overflow: auto }
	
	.coda-slider { 
	float: left; 
	overflow:hidden;
	position: relative }
	
	.coda-slider .panel { 
	display: block; 
	float: left;
	margin-top: 5px;
	 }
	
	.coda-slider .panel-container { position: relative }
	
	.coda-nav-left  { float: left }
	.coda-nav-right { float: right }
	.panel-wrapper {width: 85%; padding-top: 2px;}
	.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: 10px;
	font-weight: bold;
	text-align: center;
	color: white;
	padding-top: 0px;
	margin-top: -30px;
	margin-left: 0px;
	width: 300px;
	position:relative;
}

	#relpics {
	width: 110%; /*75%*/
	margin-left: 0%;
	
}
#relpics img {
	width: 90%;
	height: auto;
	margin-bottom:20px;
	
	
}

table td {
		width: 75%;
		height: auto;
		
}

iframe {
	margin-left: -70px;	
	width: 75%;
	height: 75%;
}

.mobiletable {
		display:inline;
}

#listthumbs li {
	padding-left: 10px;
	padding-top: 10px;
}


#listthumbs {
	margin-left: 20px;
}

.mobiletable img {
		border:white solid thin;
}
.table{
	display:none;	
}
.mobileframe {
		display:inline;
}
.framei{display:none}
/*.wideflash {
		display:none;
}