/* CSS Document */
.widgetSlider{
	width: 620px;
	height: 400px;
	position:relative;
	
}

.widgetSlider .thumbs{
	position:absolute;
	right:0;
	bottom:0;
	z-index: 3;
}
.widgetSlider .thumbs li{
	padding-right: 10px;
	float:left;
	list-style-type: none;
	width: 42px;
	height: 62px;
	position:relative;
	cursor: pointer;
	background:url(http://www.bob.fm/BellMedia/flow/assets/images/ui/bkgThumbShade.png) no-repeat 42px bottom;
	
}

.widgetSlider .thumbs li.last{
/*	width: 48px; no longer needed*/
}

.widgetSlider .thumbs li img{
	position:absolute;
	bottom:0;
	border:1px solid #babbbb;
}



.widgetSlider .thumbs li img:hover{
-webkit-box-shadow: 0px -3px 18px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px -3px 18px rgba(0, 0, 0, 0.2);
box-shadow:         0px -3px 18px rgba(0, 0, 0, 0.2);
}
.widgetSlider .thumbs li div{
	height: 62px;

}

.widgetSlider .thumbs li.active div{
		background: url(../images/ui/iconArrowSpotlight.png) no-repeat 12px top;
}

.widgetSlider .textPanel
{
    display: none;
	width: 254px;
	height: 171px;
	position:absolute;
	left: 10px;
	bottom:1px;
	overflow:hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-right: 46px;
	background: url(../images/ui/bkgSpotlightTextShade.jpg) no-repeat bottom right ;
}
.widgetSlider .textPanel li{
	
	width: 254px;
	height: 171px;	
	float:left;
	padding: 20px;	

	
}

.widgetSlider .textPanel li div{
    /* MOVED to .widgetSlider .textPanel li */
    /*padding: 20px;	*/
}

.widgetSlider .textPanel li h3{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 13px;
}



.widgetSlider .textPanel li p{
	margin-bottom: 13px;
	font-size: 14px;
	line-height: 18px;
}

.widgetSlider .textPanel li a{
	font-size: 14px;
	line-height: 28px;

}



.widgetSlider .sliderImages{
	width: 620px;
	height: 349px;
	overflow:hidden;
}

.widgetSlider .sliderImagesJS div{
	width: 620px;
	height: 349px;
	background-repeat:no-repeat;
	-moz-box-shadow: inset 0 0 5px #888;
	-webkit-box-shadow: inset 0 0 5px#888;
	box-shadow: inner 0 0 5px #888;
}