.jcarousel-skin-tango .jcarousel-container {
	/**background-image: url(http://media.star-telegram.com/static/redesign/images/bottom_fade_bg.gif);
	background-repeat: repeat-x;
	background-position: center 95px;
	background-color:#fff;
	*/
	
	height:150px;
	margin: 0 auto;
	position: relative;
	width:890px;
	padding: 0 0px;
	
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 890px;
    padding: 0px 0px;
    height:150px;
}



.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  890px;
    height: 150px;
    
}




.jcarousel-skin-tango .jcarousel-item {
    width: 440px;
    height: 150px;
    
}


.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}


.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}



/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 70px;
    right: -38px;
    width: 27px;
    height: 40px;
    cursor: pointer;
	background: transparent url(../images/scrollbuttons.png) no-repeat -83px 0;
    /* background: transparent url(prev_next_buttons.gif) no-repeat -63px 0; */
}
.jcarousel-next-horizontal:hover { background-position: -83px 0;}
.jcarousel-next-horizontal:active { background-position: -83px 0;}
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -56px 0;

}
.jcarousel-prev-horizontal {
    position: absolute;
    top: 70px;
    left: -38px;
    width: 27px;
    height: 40px;
    cursor: pointer;
	background: transparent url(../images/scrollbuttons.png) no-repeat -28px 0;
    /* background: transparent url(prev_next_buttons.gif) no-repeat -17px 0; */
}
.jcarousel-prev-horizontal:hover {background-position: -28px 0; }

.jcarousel-prev-horizontal:active {background-position: -28px 0; }
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;

}
.imagediv
{
	width: 215px; 
	height: 150px; 
	margin: 0px 10px 0px 0px; 
	padding: 0px 0px 0px 0px;
    float: left
}
.textdiv
{
	width: 200px; 
	height: 150px; 
	float: left; 
	padding-top: 15px;
	text-align:left;	
}

.headlinediv
{
	color: #003399; 
	font-size: 24px; 
	font-family: Georgia, Times New Roman, Sans-Serif;	
}

.bodytextdiv
{
	padding: 0px 10px 0px 0px; 
	color: #231f20; 
	margin-top: 10px; 
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px; 
    line-height: 1.3em
}

a
{
	color: #003399;
	text-decoration:none;
	}
	
a:hover
{
	color: #003399;
	text-decoration:underline;
	}