@charset "utf-8";
/* CSS Document */
#pearl_Image_Slider
{
	
	position:relative;
	overflow:hidden;
	text-align:center;
  
}
#pearl_Image_Slider .pearl_slides
{
	margin:0;
	padding:0;
	position:absolute;
	bottom:0;
        padding : 5px;
/*	//padding-bottom:5px;
	//padding-right:5px;*/
	position:relative;
	
	
}
#pearl_Image_Slider .pearl_slides .pearl_slidetext
{
	position:absolute;
	left:0px;
	bottom:5px;
	width:100%;
	background-color:#eee;
	height:50px;
	line-height:50px;	
	color:#000000;
	opacity:0.7;
	filter: alpha(opacity = 70);

	
}
.slides a
{
	text-decoration:none;
}
#pearl_slideshow
{
	
	overflow:hidden;
	text-align:center;
}

#pearl_slideshow span
{
	display:block;
	line-height:50px;
	text-align:center;
	
}
#pearl_slideshow div.prev
{
	z-index:1;
}
#pearl_slideshow div.pearl_active
{
	z-index:2;
}