.slidercontainer
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background: #FFFFFF url(../images/background.gif);
	cursor: hand;
}

.slidercontainer_tall
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background:url(../images/bg_app.gif) left top no-repeat;
	padding:1px;
	width:440px;
	height:151px;	
	cursor: hand;
}
.slidercontainer_tall .slider_item_tall.slider_item_base_tall .product_value_tall{
	line-height:16px;
	}
.ui-slider-1
{
	height: 131px;
	position: relative;
	font-family: trebuchet ms,arial;
	cursor: hand;
}
.ui-slider-1_tall
{
	height: 151px;
	position: relative;
	font-family: trebuchet ms,arial;
	cursor: hand;
}


#slider a:active, #slider a:hover,
#slider0 a:active, #slider0 a:hover,
#slider1 a:active, #slider1 a:hover
{
	text-decoration: none;
	cursor: hand;
}

/* A product in the slider */
.slider_item
{
	height: 131px;
	width: 78px;
	float: left;
	background: #FFFFFF url(../images/unselected.gif) no-repeat scroll -35px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: trebuchet ms,arial;

	color: #557711;
	z-index: 5;
}

.slider_item_tall
{
	height: 153px;
	width: 85px;
	float: left;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: trebuchet ms,arial;
	color: #0072bc;
	z-index: 5;
}
/* A selected product in the slider */
.slider_item_selected_tall
{
	background: transparent url(../images/selected_tall.gif) no-repeat;
	color: #fff;
}
.slider_item_selected
{
	background: transparent url(../images/selected.gif) no-repeat;
	background-position: -17px 0px;
	color: #FFFFFF;
}

/* A unselected product in the slider */
/**
.slider_item_unselected
{
	background: #FFFFFF url(../images/unselected.gif) no-repeat;
	color: #557711;
}
**/

/* The slider base (youll pay, your value) */
.slider_item_base
{
	background: #557711 url(../images/base.gif) no-repeat;
	color: #FFFFFF;
}
.slider_item_base_tall
{
	height:151px;
	width:85px;
	overflow:hidden;
	color:#fff;
}

.product_spend
{
	height: 45px;
	padding-top: 15px;
}
.product_spend_tall
{
	height: 75px;
	padding-top: 20px;
}
.product_spend_title
{
	height:60px;
	padding-top:30px;
}
.product_spend_title_tall
{
	height: 60px;
	padding-top: 30px;
}
.product_value
{
	padding-top: 0;
}
.product_value_tall
{
	padding-top: 0;
}
.product_spend small
{
	font-size:10px;
}
.ui-slider-handle
{
	width: 85px;
	height: 131px;
	/*position: absolute;*/
	left: 85px;
	z-index: 10;
	display: none;
}
.ui-slider-handle_tall
{
	width:85px;
	height: 151px;
	/*position: absolute;*/
	left: 85px;
	z-index: 10;
	display: none;
} 
#promoRotator{
	width:100%;
	padding:10px 0 0 0;
	}
 #promoRotator h3{
	 font-size:18px;
	 font-weight:normal;
	 color:#0072bc;
	 border-bottom:#cce3f2 1px solid;
	 border-top:#cce3f2 1px solid;
	 padding:12px 0;
	 margin:18px 0 0 0;
	 width:626px;
	 }
#promoRotator table{ 
	border-collapse:collapse;
	table-layout:fixed;
	width:626px;
	text-align:left;
}
#promoRotator td,#promoRotator th{
	
	 border-bottom:#cce3f2 1px solid;
	 padding:4px 0;
	 }
	#promoRotator th{
		padding-top:11px;
		}
	#promoRotator  table span{
		color:#0072bc;
		}
