﻿#featured{
	width:400px;
	padding-left:250px;
	position:relative;
	height:250px;
}
#featured ul.ui-tabs-nav{
	position: absolute;
	top:0;
	left:0px;
	list-style:none;
	padding:0;
	margin:0;
	width:212px;
	z-index: 10;
}
#featured ul.ui-tabs-nav li{
	padding:1px 0;
	font-size:1em;
	color:#666;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
}
#featured ul.ui-tabs-nav li span{
	line-height:18px;
	font-size: 1.1em;
	width: 180px;
	display: block;
	margin-left: 7px;
	padding-top: 10px;
	font-weight: bold;
	color: #0F73BB;
}
#featured .ui-tabs-panel{
	width:450px;
	height:250px;
	position:relative;
    overflow:hidden;
    margin-left: -50px;
    z-index: 5;
}
#featured .ui-tabs-panel a{
	width:450px;
	height:250px;
	display: block;
}
#featured .ui-tabs-hide{
	display:none;
}
#featured li.ui-tabs-nav-item a{/*On Hover Style*/
	display:block;
	height:55px;
	color:#333;
	line-height:20px;
	outline:none;
	background:url("event-tab-bg.png") no-repeat scroll 0px -55px;
}
#featured li.ui-tabs-selected{ /*Selected tab style*/
	background:url('images/selected-item.gif') top left no-repeat;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{
	background-position: 0px 0px;
}

