

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;

   
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;   
    width:608px;
    height: 214px;
    margin-left: auto;
    margin-right: auto;
    
}

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

.jcarousel-container li {
	overflow: hidden;
	width:155px;
	margin: 0px;	
	text-align: center;
	font-size: 12px;
		    
		    height: 195px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.jcarousel-container .back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.jcarousel-container .back a,
.jcarousel-container .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.jcarousel-container .next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.jcarousel-container a {
	color: #276187;
	text-decoration: none;
	
}
.jcarousel-container  a:hover {
	color: #363636;
	text-decoration: none;
	
}
.jcarousel-container .back {
	width: 33px;
	height: 214px;
	left: 0;
	
}
.jcarousel-container  .next {
	width: 33px;
	height: 214px;
	right: 0;
	
}

.jcarousel-container li img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 3px;
	text-decoration: none;
}
.overflow{	
	overflow:hidden!Important;
	margin:auto;
	display: block;
	position: relative;	
	text-decoration: none;
}

.jcarousel-container {
	background-image: url(images/gallery_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	height: 214px;
	width: 673px;
	margin:0;
	
	padding-left: 3px;
	padding-top: 10px;
}

