/***** TESTIMONIAL CSS *****/
p { margin-top: 12px; margin-bottom: 12px; }

#testimonial {
	position: absolute;
	width: 318px;
	height: 430px;
	
	line-height: 14px;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 12px;
	
	left: 15px;
	top: 20px;
}

#testimonialContent {
	position: relative;
	line-height: 14px;
	
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}


#nav {
	margin-top: 13px;
	position: relative;
	text-align: center;
}

#nav img {
	border: 0;
	margin-right: 15px;
}


/***** GALLERY CSS *****/
#content {
}

.galleryButtonInActive {
	float: left;
	margin-right: 2px;
	overflow: hidden;
	
	width: 7px;
	height: 7px;
	background-color: #FFFFFF;
	border: 1px solid #E2F595;
}
.galleryButtonActive {
	cursor:pointer;
	
	float: left;
	margin-right: 2px;
	overflow: hidden;
	
	width: 7px;
	height: 7px;
	background-color: #EEEEEE;
	border: 1px solid #B5CB5E;
}
.galleryButtonSelected {
	float: left;
	margin-right: 2px;
	overflow: hidden;
	
	width: 7px;
	height: 7px;
	background-color: #FE9D34;
	border: 1px solid #B5CB5E;
}

* html .galleryButtonActive { width: 9px; height: 9px; }
* html .galleryButtonInActive { width: 9px; height: 9px; }
* html .galleryButtonSelected { width: 9px; height: 9px; }



.arrow {
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
* html .arrow {
	margin-left: -3px;
	margin-right: -3px;
}

#gallery-0 {
	position: absolute;
	left: 350px;
	top: 10px;
}
#gallery-0-buttons {
	position: absolute;
	left: 348px;
	top: 217px;
}


#gallery-1 {
	position: absolute;
	left: 350px;
	top: 240px;
}
#gallery-1-buttons {
	position: absolute;
	left: 348px;
	top: 447px;
}