/* ----- Gallery ----- */

#gallery {
	width: 760px;
	height: 319px;
	overflow: hidden;
	background-color: #333333;
}
	#slide {
		width: 760px;
		height: 229px;
		overflow:hidden;
	}
	
		#slide img {
			width: 760px;
			height: 229px;
		}
	
		#slide .slide_divA {
			position:relative;
			height: 229px;
			top: -229px;
			overflow:hidden;
		}
		#slide .slide_divB {
			position:relative;
			height: 229px;
			top: 0px;
			overflow:hidden;
		}
	
	#thumbs {
		display: block;
		overflow:hidden;
		position:relative;
		width: 282px;
		height: 84px;
		margin-top: 2px;
	}
		#thumbs ul {
		}  
			   
			#thumbs ul li {
		display: block;
		float: left;
		padding: 0;
		margin: 0;
		width: 94px;
		height: 84px;
		border: none;
		overflow: hidden;
		cursor: pointer;
			}  
	
				#thumbs ul li.out {
			background-color: transparent;
				}
				#thumbs ul li.over {
			background-color: #CACACA;
				}
				#thumbs ul li.on {
		background-color: #6699CC;
				}
			   
				#thumbs ul li img {
					width: 90px;
					height: 80px;
					margin: 2px;
				} 

	#slides_titles {
	display: block;
	width: 220px;
	/* height: 80px; */
	max-height: 80px;
	padding: 10px;
	}
/* Holly Hack Targets IE Win only */
* html #slides_titles { font-size: 11px; }
/* End Holly Hack */

		#slides_titles #slideTitle {
	margin: 0;
	padding: 0px 0px 0px 10px;
	font-size: 1.6em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #98c7d9;
		}
		#slides_titles #slideSubtitle {
	padding: 4px 0px 0px 10px;
	margin: 0;
	font-size: 1em;
		}

	#slides_desc {
	display: block;
	width: 220px;
	/* height: 80px; */
	max-height: 80px;
	padding: 10px;
	overflow: auto;
	vertical-align: middle;
	}
/* Holly Hack Targets IE Win only */
* html #slides_desc { font-size: 11px; }
/* End Holly Hack */

	#slides_desc p {
		margin: 0;
		padding: 0;
	}		


