.feature {
	width: 656px;
	height:123px;
	float:left;
}
.feature A img {
	border-right: #ccc 1px solid; padding-right: 1px; border-top: #ccc 1px solid; padding-left: 1px; padding-bottom: 1px; margin: 0px; border-left: #ccc 1px solid; padding-top: 1px; border-bottom: #ccc 1px solid; margin-left:4px;
}
.feature A:hover img {
	border-right: #2388ff 1px solid; border-top: #2388ff 1px solid; background: #ffc; border-left: #2388ff 1px solid; border-bottom: #2388ff 1px solid; margin-left:4px;
}
#my-glider {
	position: relative
}
.scroller {
	overflow: hidden; width: 616px; margin-left:20px; height: 123px
}
.scroller .section {
	float: left; overflow: hidden; width: 616px; white-space: nowrap; height: 123px; text-align: center
}
.scroller .content {
	width: 10000px
}
#prevLink {
	display: block;
	overflow: hidden;
	width: 20px;
	text-indent: -99999px;
	position: absolute;
	top: 35%;
	height: 20px;
	background-image: url(../img/glider-arrows.png);
	background-repeat: no-repeat;
}
#nextLink {
	display: block;
	overflow: hidden;
	width: 20px;
	text-indent: -99999px;
	position: absolute;
	top: 35%;
	height: 20px;
	background-image: url(../img/glider-arrows.png);
	background-repeat: no-repeat;
}
#prevLink:hover {
	background-position: 0px -19px
}
#nextLink {
	background-position: -19px 0px
}
#nextLink:hover {
	background-position: -19px -19px
}
#prevLink {
	left: 0px
}
#nextLink {
	right: 0px
}
.img_title
{
	margin:0;
	padding:0;
	width:152px;
	color:#5A5859;
	float:left;
}
