#msoSliderOuterContainer 
{
	background:url(../Images/Layout/outerBG.gif) top left no-repeat;
	float:left;
	height:194px;
	overflow:hidden;
	width:739px;
}

#msoSliderLeftArrow,
#msoSliderRightArrow
{
	float:left;
}

#msoSliderNewsPadding
{
	float:left;
	left:18px;
	position:relative;
	padding:18px 0 14px 0;
	text-align:left;
	width:315px;
}

#sliderFloatLeft
{
	float:left;
	width:145px;
}

#sliderFloatRight
{	clear:right;
	float:right;
	margin-bottom:3px;
	width:154px;
}

#sliderLearnMore
{
	clear:both;
	float:left;
	width:300px;
}

.floatLeft
{
	float:left;
}

#mycarousel
{
	float:left;
	position:relative;
	width:10000px;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip 
{
	left:23px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
	width:696px;
    z-index: 2;
}

.jcarousel-list {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    z-index: 1;
}

.jcarousel-list li,
.jcarousel-item {
	background:url(../Images/Layout/sliderNewsContainer.gif) top left no-repeat;
    float: left;
	height: 194px;
    list-style: none;
    margin-right:8px;
	width: 344px;
}

/**
 * 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-next-horizontal
 {
    background:url(../Images/Layout/sliderLeftArrow.gif) top left no-repeat;
    cursor: pointer;
    display: none;
	float:left;
	height: 194px;
 	left:0;
	position:absolute;
	top:0;
    width: 23px;
    z-index: 3;
}

.jcarousel-prev,
.jcarousel-prev-horizontal
{
	background:url(../Images/Layout/sliderRightArrow.gif) top left no-repeat;
	cursor: pointer;
	display: none;
	float:left;
    height: 194px;
    left:719px;
	position:absolute;
	top:0;
	width: 23px;
    z-index: 3;
}