.imagesliderOuter .info_pane {
	width:317px; height:31px; position:absolute; bottom:0px; left:653px;
	background-image:url(../images/imageslider/info_pane_background.png);
	background-repeat: no-repeat;
	z-index:10;
	padding-left:10px;
}

.imagesliderOuter .info_pane .text {
	display:none;
	text-transform:uppercase;
	font-weight:bold;
	font-style:italic;
	margin-top:9px;
	margin-right:17px;
	font-size:11px;
	float:right;
}

.imagesliderOuter .info_pane .star {
	height:18px;
	width:19px;
	overflow:hidden;
	position:relative;
	float:left;
	margin-top:6px;
}

.imagesliderOuter .info_pane .star img {
	position:absolute;
	top:0px;
	left:0px;
}

.imagesliderOuter .info_pane .active_star img {
	top:-18px;
}

