
.noborder{
	border: 0px;
}

/**
 * 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: 150px; 
    height: 250px;/*50px; */
} 


/**
 * 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;
	margin-left: 20px;
}

#carouselcontainer{
    width: 960px; /* total widget width including gutter */
	margin: 0 auto; /* centre the widget */
	clear:both; /* stays below other elements */
	background: url("../../home/images/carousel-bg.png") 0 0 no-repeat;
	font-size: 13px;
	color: #424242;
}


#carouselcontainer h2{
	font-size:17px;
	font-weight:bold;
	display:inline;
	color: #192d55;
	font-family: Arial, Helvetica, sans-serif;
	line-height:130%
}

.carouselcontainer li, p{
	font-size:13px;
	padding-bottom:2px;
	/*text-align: justify;*/
	line-height: 140%;
}

.descriptionheight
{
	height:180px;
}

.carouselbullet
{
	padding-right:5px;
}

.jcarousel-skin-main .jcarousel-container-horizontal {
    width: 940px;
    padding: 0;
    margin : 0;
    height: 385px; /*200*/
}


.jcarousel-skin-main .jcarousel-clip-horizontal {
    width:  850px; /* needs to leave space on left and right for the arrows */
    height: 385px; /* height of the browsable section : 200*/
    margin-left: 45px;
    margin-right:auto;
}

.jcarousel-skin-main .jcarousel-item {
    	width: 250px; /* width of an item */
		margin-left: 20px;	
    	height: 360px; /* height of an item (the find out more link below is not part of the item) 180 */
    	background-color: transparent;     
}

.jcarousel-skin-main .jcarousel-item-horizontal {
    margin-right: 5px;
    padding: 20px 5px; /*Spaces out items from top and sides of the container*/
    background-color:transparent;
    position: relative;
}

.jcarousel-skin-main .jcarousel-item-placeholder {
    background: transparent;
    color: #000;
}

/** *  Horizontal Buttons----------------------- */

.jcarousel-skin-main .jcarousel-next-horizontal {
    position: absolute;
    top:0px;
    width:25px;
    height:385px; /*200*/
    right:0px;
    cursor: pointer;
    background: transparent url("../../home/images/carousel_but_right.png") no-repeat -3px 180px;
}

.jcarousel-skin-main .jcarousel-next-horizontal:hover {
    background-position: -33px 180px;
}

.jcarousel-skin-main .jcarousel-next-horizontal:active {
    background-position: -33px 180px;
}

.jcarousel-skin-main .jcarousel-next-disabled-horizontal,
.jcarousel-skin-main .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-main .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -63px 180px;
}

.jcarousel-skin-main .jcarousel-prev-horizontal {
    position: absolute;
    top:0px;
    left:0px;
    height:385px;
    width:25px;
    cursor: pointer;
    background: transparent url("../../home/images/carousel_but_left.png") no-repeat -63px 180px;
}

.jcarousel-skin-main .jcarousel-prev-horizontal:hover {
    background-position: -33px 180px;
}

.jcarousel-skin-main .jcarousel-prev-horizontal:active {
    background-position: -33px 180px;
}

.jcarousel-skin-main .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-main .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-main .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -3px 180px;
}

