/**
 * 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;
}

.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;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 780px;
    height: 278px;
}

#home-carousel{
	font-family: arial;
}

#mycarousel{
	width: 778px;
}

.carry .jcarousel-container-horizontal {
    width: 778px;
}

.carry .jcarousel-clip-horizontal {
    width:  778px;
}

.carry .jcarousel-item {
    width: 778px;
}


.home-carousel-control a {
	background-color:#C8D5DE;
	border-right:2px solid #FFFFFF;
	color:#2E64A2;
	float:left;
	font-size:16px;
	font-weight:normal;
	margin:0;
	padding:8px 10px;
	width:134px;
	margin: 2px 0 0 0;
	text-decoration: none;
	text-align: center;
}

.home-carousel-control a:hover{
	background: #2e64a2;
	color: #c8d5de;
}

.home-carousel-control a:active{
	background:#addc48;
	color: #111;
}

.linkno{
	font-weight: bold;
	margin-right: 5px;
	display:none;
}

#home-carousel-content a img{
	border: none;
}

.carousel-desc{
	position: absolute;
	left: -9999px;
}

#carry-last {width: 135px; border-right: none;}
