#research {
	width: 272px;
	height: 182px;
	float: left;
	padding-left: 8px;
	padding-top: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 20px;
}

	#research li {
	position: relative;
	height: 182px;
	width: 272px;
	list-style-type: none;
	}
	
		#research li img {
			border: 1px solid #ccc;
		}
		
	#research li div {
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #fff;
	width: 250px;
	background: url(../images/banner-text-bg.png) repeat left top;
	}
	
	#research li div.alt {
		position: absolute;
		left: 1px;
		bottom: 1px;
		color: #fff;
		width: 528px;
		background: url(../images/banner-text-bg.png) repeat left top;
		padding-bottom: 10px;
	}
	
		#research li div h3 {
	font-size: 12px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
		}
#research-carousel h3 a {
	color: #FFFFFF;
	background-image: url(../images/fnewsbuttonbg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	width: 1.2em;
	position: absolute;
	top: 2px;
	right: 2px;
	text-align: center;
	font-size: 17px;
}
#research-carousel h3 a:hover {
	background-position: left top;
}
		
		

#research .left {
		left: -12px;
		position: absolute;		
		top: 80px;
	}
	
	#research .right {
		position: absolute;
		right: -12px;
		top: 80px;
	}
	
	#research .left img,
	#research .right img {
		border: 0;
	}

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    margin: 0;
    overflow: hidden;
    padding: 0;
	position: relative;
    z-index: 2;
}

.jcarousel-list {    
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;    
    z-index: 1;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    height: 182px;
    list-style: none;    
    width: 272px;
}

	.jcarousel-list li img {
		border: 1px solid #ccc;
	}
	
.jcarousel-next {
    display: none;
    z-index: 3;    
}

.jcarousel-prev {
    display: none;
    z-index: 3;    
}

.jcarousel-container-horizontal {
    padding: 0 14px;
    width: 272px;
}

.jcarousel-clip-horizontal {
    height: 182px;
    width:  272px;
}

.jcarousel-item-horizontal {
    margin-right: 2px;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-next-horizontal {
    position: absolute;
    top: 80px;
    right: 0;
    width: 12px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/arrows-right.png) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background-position: -12px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -24px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    background-position: -36px 0;
    cursor: default;
}

.jcarousel-prev-horizontal {
    background: transparent url(../images/arrows-left.png) no-repeat 0 0;
    cursor: pointer;
    height: 32px;
    left: 0;
    position: absolute;
    top: 80px;    
    width: 12px;    
}

.jcarousel-prev-horizontal:hover {
    background-position: -12px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -24px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    background-position: -36px 0;
    cursor: default;    
}

