/* Carousel */
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
	position: relative;
	width: 460px;
	margin:auto;
	overflow: hidden;
	height: 70;
}

.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 460;
	height: 70;
}

.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 115px;
	height: 70px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 6;
    display: none;
}

.jcarousel-prev {
    z-index: 6;
    display: none;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next {
    position: absolute;
    right: -25px;
    width: 23px;
    height: 103px;
    cursor: pointer;
    background: transparent url(../images/footer_rightarrow.jpg) no-repeat 0 0;
}
.jcarousel-prev {
    position: absolute;
    left: -25px;
    width: 19px;
    height: 103px;
    cursor: pointer;
    background: transparent url(../images/footer_leftarrow.jpg) no-repeat 0 0;
}

/* TABS */
.tab-widget {width:237px;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	height: 21px; /*--Set height of tabs--*/
	width: 237px;

}
ul.tabs li {
	float: right;
	margin: 0;
	padding: 0;
	height: 21px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 21px; /*--Vertically aligns the text within the tab--*/
	border-left: none;
	overflow: hidden;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 2px;
	outline: none;
}

ul.tabs img{ border:none;}

ul.tabs li a:hover {

}
	
	
.tab_container {
	overflow: hidden;
	clear: both;
	float: left; 
	background:url("http://www.visitmilwaukee.org/images/uploads/tab/tab_bg.png") no-repeat 0 0 transparent;
	width: 237px;
	height: 155px;
        position:relative;
}
.tab_content {
	padding: 5px;
	font-size: 1.0em;

}

ul.tabs #events{float:left;width:63px;height:21px;background:url("http://www.visitmilwaukee.org/images/uploads/tab/tab_events_d.png") no-repeat 0 0 transparent;}
ul.tabs li.active #events{background:url("http://www.visitmilwaukee.org/images/uploads/tab/tab_events.png") no-repeat 0 0 transparent;}

ul.tabs #maps {float:left;width:46px;height:21px;background:url("http://www.visitmilwaukee.org/images/uploads/tab/tab_map_d.png") no-repeat 0 0 transparent;}
ul.tabs li.active #maps{width:46px;height:21px;background:url("http://www.visitmilwaukee.org/images/uploads/tab/tab_map.png") no-repeat 0 0 transparent;}

ul.tabs #itinerary{width:79px;height:21px;background:url("http://www.visitmilwaukee.org/images/uploads/tab/tab_itinerary_d.png") no-repeat 0 0 transparent;}
ul.tabs li.active #itinerary{background:url("http://www.visitmilwaukee.org/images/uploads/tab/tab_itinerary.png") no-repeat 0 0 transparent;}

/* Component containers */
.ui-widget 
{ 
	font-family: Verdana,Arial,sans-serif; 
	font-size: 1em; 
}
.ui-widget .ui-widget 
{ 
	font-size: 1em; 
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button 
{ 
	font-family: Verdana,Arial,sans-serif; font-size: 1em; 
}
.ui-widget-content 
{ 
	border: 0;
	background-position:bottom;
	background: url(); 
	color: #222222; 
}
.ui-widget-content a 
{ 
	color: #222222; 
}
.ui-widget-header 
{ 
	border: 0; 
	color: #222222; 
	font-weight: bold; 
}
.ui-widget-header a 
{ 
	color: #222222;
}



/* ACCORDIAN */
/* Layout helpers */
.ui-helper-hidden 
{ 
	display: none; 
}
.ui-helper-hidden-accessible 
{ 
	position: absolute; 
	left: absolute;
}
.ui-helper-reset 
{ 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	line-height: 1; 
	text-decoration: none; 
	list-style: none; 
}
.ui-helper-clearfix:after 
{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; }
.ui-helper-clearfix 
{ 
	display: inline-block; 
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix
{ 
	height:1%; 
}
.ui-helper-clearfix 
{ 
	display:block;
}
/* end clearfix */
.ui-helper-zfix 
{ 

	top: 0; 
	left: 0; 
	position: absolute; 
	opacity: 0; 
	filter:Alpha(Opacity=0); 
}



/* Tabs */
.ui-tabs 
{ 
	position: relative; 
	padding: 0; 
	zoom: 0; 
}
.ui-tabs .ui-tabs-nav 
{ 
	margin: 0; 
	padding: 0; 
}
.ui-tabs .ui-tabs-nav li 
{ 
	list-style: none; 
	float: left; 
	position: relative; 
	top: 0px; 
	margin: 0; 
	border-bottom: 0; 
	padding: 0; 
	white-space: nowrap; 
}
.ui-tabs .ui-tabs-nav li a 
{ 
	float: left; 
	padding: 0; 
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected 
{ 
	margin-bottom: 0; 
	padding-bottom: 0; 
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a 
{ 
	cursor:pointer;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a 
{ 
	cursor: pointer; 
}
.ui-tabs .ui-tabs-panel 
{ 
	display: block; 
	border-width: 0; 
	padding: 0; 
	background: none; 
}
.ui-tabs .ui-tabs-hide 
{ 
	display: none; 
}



/* Component containers */
.ui-widget 
{ 
	font-family: Verdana,Arial,sans-serif; 
	font-size: 1em; 
}
.ui-widget .ui-widget 
{ 
	font-size: 1em; 
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button 
{ 
	font-family: Verdana,Arial,sans-serif; font-size: 1em; 
}
.ui-widget-content 
{ 
	border: 0;
	background-position:bottom;
	background: url(); 
	color: #222222; 
}
.ui-widget-content a 
{ 
	color: #222222; 
}
.ui-widget-header 
{ 
	border: 0; 
	color: #222222; 
	font-weight: bold; 
}
.ui-widget-header a 
{ 
	color: #222222;
}

