ul#featured li {
    /*visibility: hidden;*/
    display: none;

}
ul#featured li.first {
    display: block;
}

#slider {
	width: 426px;
	float: left;
	
}
#pager{
    float:left;
    clear:both;
    padding:4px 0 0 0;
    height:40px;
position: relative;
    z-index:9999;
    top: -24px;
    width: 100%;
    text-align: center;    
}
#pager a{
    text-decoration:none;
    background: url(../images/slider-dot.png) no-repeat;
    color:#333;
    padding:4px 11px;
    height:20px;
    width: 20px;
    margin:4px 4px 0 0;
    /*background:#ddd;*/
    text-align: center;
    color: transparent;
}
#pager a:hover{
    background: url(../images/slider-dot-active.png) no-repeat;
}
#pager .activeSlide{
    background: url(../images/slider-dot-active.png) no-repeat;
    
}
#featured a:focus{
  outline:none;
}
#featured{ 
	float:left;
	background:#fff;
	font-family:arial, helvetica, sans-serif;
	
	
	/*padding-right: 15px;*/
	
}
#featured img {
	padding:0px;
}
#featured .ui-tabs-panel{ /* SETS THE SPACE FOR THE IMAGES TO FILL */
	float:left;
	position:relative;
	overflow:hidden;
	width:426px; 
	height:302px; 
	background:white; /* ONLY SHOWS UP WHEN THE IMAGES DON'T FILL THE SPACE AVAILABLE */
}
#featured .ui-tabs-panel .info{ 
	display:none; /* UNCOMMENT THIS LINE TO HIDE THE INFO OVERLAYING THE PICTURE */

	position:absolute;
	width:426px;
	padding:0 0 10px 3px;
	bottom:0;
	background: url('../images/transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:18px;
	font-weight:bold;
	color:#fff;
	padding:5px;
	margin:0;
	overflow:hidden;
	text-transform:capitalize;
}
#featured .info p{ 
	margin:0 5px; 
	font-size:12px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline;
}
#featured .ui-tabs-hide{ 
	display:none; 
}