/* Easy Slider */
.slideShow{	width:100%; height:600px; max-height:600px;	overflow:hidden; }
.slideShow ul{ list-style-type:none; }
.slide img{ width:600px; height:auto; width: expression(this.width > 600 ? 600: true); border: #CCCCCC 3px solid; margin-left:auto; margin-right:auto; display:block; }
.slide{ width:auto; height:auto; overflow:hidden; position:absolute; }


#qgallerry_table td {
	background-repeat:no-repeat;
	height:200px;
}

#qgallerry_table img {
	text-align: center;
	vertical-align: middle;
max-width:240px;
	
}

.gal_img{ margin-top:28px;}
.gal_txt{ padding-top:5px;}

#qgallerry_table a{	
			 text-decoration: none;
			 font-size:11px;
			 font-family:Century Gothic, Arial, Helvetica, sans-serif;
}

.image_comments{
text-align:right;
width:100%;

}

	
		/* slideshow styles */
		.slideShow ul, .slideShow li {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}
		.slideShow {
			padding: 10px; border: 1px solid #B3B3B3; display: table;
			clear: both;
			margin-bottom: 10px;
		}
		.slideShow .navigation {
			margin-top: 10px;
			clear: left;
			display: block;
		}
		.slideShow .navigation li {
			display: inline;
		}
		.slideShow .navigation a {
			background-color: #B3B3B3;
			margin: 0px 2px 0px 0px;
			padding: 3px 8px;
			color: #232323;
			display: inline-block;
			text-decoration: none;
			font-size: 0.8em;
		}
		.slideShow ul.topNavigation {
			margin: 0px 0px 40px 0px;
		}
		.slideShow .navigation a:hover, .slideShow .navigation a.selected {
			background-color: #929292;
			color: #000000;
		}
		
		/** slides with more than an image in it **/
		.slide img {
			position: absolute;
		}
		.slide h1 {
			position: absolute;
			background-color: #ffffff;
			left: 0px;
			top: 0px;
		}
		
		/** slides with text over images **/
		.slide p {
			margin: 1em;
			position: absolute;
			background-color: #000;
			color: #fff;
			z-index: 1000;
			padding: 0.2em 0.8em;
		}
		.slide p a {
			color: #fff;
		}
