
/*	Home - News Ticker
---------------------------------------------------	*/

.home_newsticker {
	width:968px; 
	margin:0 auto;
	height:35px; 
	background:url('/uploadedimages/assets/images/backgrounds/bkg_home_newsticker.gif') no-repeat #ffffff;
	text-align:left;
	padding-bottom:10px;
}

.home_newsticker h2 {
	font-size:13px;
	float:left;
	margin:8px 15px 0 15px;
	color:#0a72ac;
}

/*.home_newsticker ul {
	float:left; 
	width:700px;
	margin:9px 0 0 0;
}*/

.home_newsticker li {
	list-style:none;
	margin:0px;
}

.home_newsticker li a {
	color: #666666;
}

.home_newsticker li a .news_source {
	font-weight:bold;
	margin-right:4px;
}

.home_3pods {
	width:968px;
	margin:0 auto;
	background:url('/uploadedimages/assets/images/backgrounds/bkg_home_3pods.png') bottom no-repeat;
	position:relative;
}

.home_3pods .home_pod_solutionspotlight {
	/*width:316px; */
	position:relative;
	text-align:left;
	float:left;
	margin-right:10px;
	padding-bottom:15px;
	min-height:232px;
}
.home_3pods .home_pod_awardsandrecognition {
	width:316px;
	text-align:left;
	float:left;
	margin-right:10px;
	padding-bottom:15px;
}



.home_3pods .home_pod_pressreleases {
	width:316px;
	text-align:left;
	float:left;
	padding-bottom:15px;
}


.home_3pods h2 {
	width:301px;
	color: #333;
	font-size:16px;
	background:url('/uploadedimages/assets/images/backgrounds/bkg_home_3pods_tpr.png') top no-repeat;
	padding: 15px 0 0 15px;
	margin: 0 0 9px 0;	
}

.home_3pods .home_pod_solutionspotlight .spotlight_image {
	display:block;
	float:left; 
	width:137px;
	margin:0 0 25px 15px;
}

.home_3pods .home_pod_solutionspotlight .spotlight_teaser {
	display:block;
	float:left;
	width:134px;
	margin-bottom:25px;
}

.home_3pods .view_more_solutions {
	position:absolute;
	text-align:left;
	bottom:10px;
	left:15px;
	font-weight:bold;
}

.home_3pods .home_pod_solutionspotlight .ui-tabs-nav 
{
	position:absolute;
	 bottom:6px;
	right:10px;
	z-index:999;
}

.spotlight_title {
	color:#666666;
	font-weight:bold;
	margin:0 0 10px 15px;
}
.home_3pods .home_pod_solutionspotlight .spotlight_teaser a, .home_3pods .home_pod_awardsandrecognition .item_teaser a {
	margin:0;
	position:inherit;
}

.home_3pods .home_pod_awardsandrecognition .award_image {
	display:block;
	float:left; 
	width:83px;
	margin:0 15px 25px 15px;
}

.home_3pods .home_pod_awardsandrecognition .award_teaser p {
	display:block;
	margin:0 15px 25px 0;
}

.home_3pods .home_pod_pressreleases p {
	margin: 0 15px 20px 15px;
	display:block; 
}

.home_3pods .view_more_awards {
	position:absolute;
	bottom:10px;
	left:340px;
	text-align:left;
	font-weight:bold;
	width:300px;
}

.home_3pods .view_more_press {
	position:absolute;
	text-align:left;
	bottom:10px;
	left:665px;
	font-weight:bold;
	margin-top: 20px;
	width:300px;
}



.view_more img {
	float:right; 
	margin: 25px 35px 0 0;
}

/* News Ticker Styles */


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  700px;
	left:25px;
    height: 31px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 700px;
    height: 31px;
	
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
/*Turned off*/	display:none;
    position: absolute;
    top: 0px;
    left: 10px;
    width: 5px;
    height: 21px;
    cursor: pointer;
    background: url(../images/event_next.gif) no-repeat 0px 0px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: 0px 0px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: 0px 0px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position:  0px 0px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
/*Turned off*/	display:none;
	position: absolute;
    top: 0px;
    left: 0px;
    width: 5px;
    height: 21px;
    cursor: pointer;
    background: url(../images/event_prev.gif) no-repeat 0px 0px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position:   0px 0px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position:   0px 0px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position:  0px 0px;
}

