/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    margin: 0 auto;
    position: relative;
    width: 802px;
    height: 168px;
    border-top: solid 1px #a8dded;
    border-bottom: solid 1px #a8dded;
    background: url(Images/TipBackground.gif) repeat-x;
}

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

/**
 * 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 {
    position: absolute;
    z-index: 3;
    background: red;
    width: 30px;
    height: 170px;
    top: -1px;
    right: -30px;
    background: url(Images/TipArrowNext.gif) no-repeat 0 0;
    cursor: pointer;
}

.jcarousel-prev {
    position: absolute;
    z-index: 3;
    background: red;
    width: 30px;
    height: 170px;
    top: -1px;
    left: -30px;
    background: url(Images/TipArrowPrev.gif) no-repeat 0 0;
    cursor: pointer;
}

/**
 * Skin the carousel
 */

.HomeTipBlock
{
	margin: 20px auto 0 auto;
	height: 170px;
	width: 862px;
}
	a.ShowAllTips
	{
		color: #336;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 11px;
	}

	.jcarousel-list li table
	{
		margin: 10px;
	}
		.jcarousel-list li table td
		{
			color: #4c4c4c;
			font-size: 11px;
			padding: 0 0 4px 0;
		}
			jcarousel-list li p
			{
				line-height: 18px;
			}
			.jcarousel-list li table td .Price
			{
				margin: 0 0 0 10px;
				font-size: 20px;
				font-family: font-family: "Century Gothic" , "Avant Garde" , Arial, Sans-Serif;
				color: #ff8f00;
				font-weight: bold;
			}
		.jcarousel-list li table table
		{
			margin: 0;
		}
	.jcarousel-next-disabled
	{
		background-position: 0 -170px;
		cursor: auto;
	}

	.jcarousel-prev-disabled
	{
		background-position: 0 -170px;
		cursor: auto;
	}