#home-banner{
	width: 946px;
	margin: 20px auto 0;
	height:378px;
	overflow: hidden;
	position:relative;
}

#home-carousel{
	width: 946px;
	height: 307px;
}
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	height:307px;
}

.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;
}

/* We set the width/height explicitly. No width/height causes infinite loops. */
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 946px;
    height: 308px;
}

/**
 * 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,
 .jcarousel-prev{
 	height: 68px;
	width: 63px;
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 145px;
	cursor: pointer;
 }
 
 .jcarousel-next:hover,
 .jcarousel-prev:hover{
 	background-position: left bottom;
 }
 
.jcarousel-next {
    z-index: 3;
    display: none;
    background-image: url('../img/home-slides/next.png');
    right: 0px;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
    background-image: url('../img/home-slides/prev.png');
}

.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
	text-align:center;
	padding:0 0px;
}

/* homepage tips */
.jcarousel-skin-homepage {
	width:268px;
	height: 90px;
	overflow: hidden;
}

.jcarousel-skin-homepage .jcarousel-clip {
	width:268px;
	height:90px;
}

.jcarousel-skin-homepage li {
	text-align:left;
	width:252px;
	height:90px;
}
.jcarousel-skin-tipspages .jcarousel-item,
.jcarousel-skin-homepage .jcarousel-item {
	text-align: left;
	padding: 0;
}
.jcarousel-skin-tipspages {
	width: 268px;
}
.jcarousel-skin-tipspages li,
.jcarousel-skin-tipspages .jcarousel-item {
	height: 125px;
}
.jcarousel-skin-tipspages li {
	text-align:left;
	width:268px;
}
.jcarousel-skin-tipspages .jcarousel-clip {
	width:268px;
	height:250px;
}

