.sectionTitle{
	background-color: #F1F1F1; 
	padding: 5px 5px 0px;
	width: 985px;
	border: 1px solid #CCC;
	border-bottom: 0px;
}
.sectionTitle a.sectionTitleMain,.sectionTitle span.sectionTitleMain{
	color: #000; 
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	display: block;
}
.sectionTitle a.sectionTitleLink{
	float: right;
	font-size: 12px;
	display: block;
	line-height: 24px;
	text-decoration: none;
}
.jcarousel-wrapper {
    position: relative;
	width: 995px;
	background-color: #F1F1F1;
	border: 1px solid #CCC;
	border-top: 0px;
}
.jcarousel{
              margin-left:40px;
              margin-right:40px;
	margin-bottom: 10px;
	width: 915px;
	height: 310px;
	border: 1px solid #CCC;
    position: relative;
    overflow:hidden;
}
.jcarousel ul {
position:relative;
width:2200px;
height: 310px;
background-color: #FFF;
}
.jcarousel li {
position:relative;
float:left;
list-style: none;
width: 200px;
margin-left:10px;
}
.jcarousel-control-prev {
position: absolute;
top: 125px;
left: 5px;
width: 32px;
height: 32px;
cursor: pointer;
background: transparent url(/shared/pics/index-sections/prev-horizontal.png) no-repeat 0 0;
display:block;
}
.jcarousel-control-next {
position: absolute;
top: 125px;
right: 5px;
width: 32px;
height: 32px;
cursor: pointer;
background: transparent url(/shared/pics/index-sections/next-horizontal.png) no-repeat 0 0;
display:block;
}
.jcarousel-control-prev:hover,
.jcarousel-control-prev:focus {
background-position: -32px 0;
}
.jcarousel-control-next:hover,
.jcarousel-control-next:focus {
background-position: -32px 0;
}
.jcarousel-control-prev.inactive {
cursor: default;
background-position: -96px 0
}
.jcarousel-control-next.inactive {
cursor: default;
background-position: -96px 0
}
