
#featured{ 
	width:400px; 
	padding-right:250px; 
	position:relative; 
	
	height:250px; 
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:400px; 
	list-style:none; 
	padding:0; margin:0; 
	width:250px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#333;  background:#fff; 
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	/* background:url('images/selected-item.gif') top left no-repeat;   */
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	
}
#featured .ui-tabs-panel{ 
	width:400px; height:250px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	height:70px; 
	background: url('images/transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	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; 
}


/*Slider */


#slider {

	/* You MUST specify the width and height */
	width:298px;
	height:427px;
	position:relative;	
	overflow:hidden;
}

#mask-gallery {
	
	overflow:hidden;	
	margin-top:14px;
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:900px;
	overflow:hidden;
}

	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:100px;
	overflow:hidden;	
	

}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:100px;
	background-color:#000;
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#fff;	
}

	#excerpt li {
		padding:5px;
	}

	
.previous{
width:18px;
height:18px;
float:left;
margin-top:4px;
margin-left:40px;
}

.pause {
width:18px;
height:18px;
float:left;
margin-top:4px;
}

.play {
width:18px;
height:18px;
float:left;
margin-top:4px;
}

.next {
width:18px;
height:18px;
float:left;
margin-top:4px;
}

#buttons{
width: 121px;
height:27px;
/* background:url(../images/buttonbg.png) no-repeat; */
margin-left:180px;


}

.browse{
/* background:url(../images/bro.jpg); */
width:160px;
height:36px;

margin-top:5px;
cursor:pointer;

}


.browse_sub{
width:217px;
height:auto;

background:#ffffff;
position:absolute;


}
.browse_sub ul li{

list-style-type:none;
margin-left:0px;
padding:5px 20px;
font-size:13px;

}

.browse_sub ul li a{
color:#000000;
text-align:center;
text-decoration:none;

}
.browse_sub ul li a:hover{
color:#5978af;
text-decoration:none;

}


