/*services*/
.imageCarousel ul li{
	margin: 0 1.5em;
	float: left;
	width: 75px;
	height: 95px !important;
}
#big_img_container{
	width: 705px;
	height: 270px;
	margin: 0 auto;
}
.prev{
	float: left;
	margin: 1.4em 0 0 3em ;
	width: 30px;
	height: 30px;
	background: transparent url("../images/prev.png") no-repeat center center;
}
.next{
	float: right;
	margin: 1.4em 3em 0 0;
	width: 30px;
	height: 30px;
	background: transparent url("../images/next.png") no-repeat center center;
}
.prev:hover,
.next:hover{
	cursor: pointer;
}
.imageCarousel{
	margin: 0 auto;
}
#imagePlaceHolder img{
	padding: 8px;
	background: #fff;
}
.rectangular img{
	padding: 2px;
	background: #fff;
	margin: 4px;
}
#gallery-description{
	width: 340px;
	float: left;
	margin-left: 2em;
	color: #fff;
}
#imagePlaceHolder{
	float: left;
}
.img-title{
	font-size: 9pt;
	display: block;
	padding: 0 !important;
	text-align: center;
	clear: both;
	background: none !important;
}
#gallery-description p{
	font-size: 10pt;
	font-weight: bold;
	text-align: justify;
	line-height: 15pt;
	padding: 0;
}
#gal_cont_ttl{
	margin: 0 0 10px 0 !important;
}

#gallery-description p.ttl{
	margin-top: 10px;
}
.ttl{
	color: #ea8d1e;
}
