.main-content-top, .main-content-bottom {
	background: url(../images/full-border.png) no-repeat 0 0;
}
#main_content {
	width: 665px;
	background-image: none;
	background-color: #205684;
	border: 1px solid #07637e;
	border-top: none;
	border-bottom: none;
}
#main_content h2 {
	margin-top: 30px;
}
#main_content h2.first {
	margin-top: 0;
}
#main_content p.tools {
	font-size: 12px;
	font-style: italic;
	color: #185e6a;
}
/*jCarousel*/
.gallery-skin-container .jcarousel-container {
	background: url(../images/carousel-bg.png) no-repeat 0 0;
}
.gallery-skin-container .jcarousel-container-horizontal {
	padding: 5px 0 0 32px;
	width: 630px;
	height: 90px; float:left;
}
.gallery-skin-container .jcarousel-clip-horizontal {
	width: 565px;
	height: 105px; float:left;
}
.gallery-skin-container .jcarousel-clip-horizontal {
	margin-left: 2px;
}
.gallery-skin-container .jcarousel-item {
	width: 106px;
	height: 105px;
}
.gallery-skin-container .jcarousel-item img {
	width: 102px;
	height: 101px;
}
.gallery-skin-container .jcarousel-item-horizontal {
	margin-right: 8px;
}
.gallery-skin-container .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
.gallery-skin-container .jcarousel-next-horizontal, .gallery-skin-container .jcarousel-prev-horizontal {
	position: absolute;
	top: 10px;
	right: 30px;
	width: 33px;
	height: 95px;
	cursor: pointer;
	background: transparent url(../images/carousel-btns.png) no-repeat -33px 0px;
}
.gallery-skin-container .jcarousel-prev-horizontal {
	left: -1px;
	background: transparent url(../images/carousel-btns.png) no-repeat 0 0;
}
/* jquery.jcarousel.css*/

.jcarousel-container {
	position:relative
}
.jcarousel-clip {
	z-index:2;
	padding:0;
	margin:0;
	overflow:hidden;
	position:relative
}
.jcarousel-list {
	z-index:1;
	overflow:hidden;
	position:relative;
	top:0;
	left:0;
	margin:0;
	padding:0
}
.jcarousel-list li, .jcarousel-item {
	float:left;
	list-style:none
}
.jcarousel-item a {
	display:block;
	border:2px solid #022432
}
.jcarousel-item a:hover {
	border:2px solid #07637e
}
.jcarousel-next {
	z-index:3;
	display:none
}
.jcarousel-prev {
	z-index:3;
	display:none
}
