	/********************************** TAB STYLE *****************************************/
		/*--------------------------------------------------
		  REQUIRED to hide the non-active tab content.
		  But do not hide them in the print stylesheet!
		  --------------------------------------------------*/
		#tab_rotator .ui-tabs-hide {
		 display:none;
		}
		.tab1 {
		width: 95px;
		color:#fff;
		}
		/*--------------------------------------------------
		  .tabber = before the tabber interface is set up
		  #tab_rotator = after the tabber interface is set up
		  --------------------------------------------------*/
		.tabber {
		 margin-left: 0px;
		 margin-top: 10px;
		 font-size: 0.6875em;
		}
		#tab_rotator {
		 margin: 0;
		 padding: 0;
		 text-align: left;
         width:450px;
		 position: relative;
		 z-index: 1;
		 float:left;
        }
        body#aoHome #tab_rotator {width: 100%;float:none;}

		/*--------------------------------------------------
		  ul.ui-tabs-nav = the tab navigation list
		  li.tabberactive = the active tab
		  --------------------------------------------------*/
		.ui_ul_container {
		    width: 450px; height: 20px;
		    background-color: #000000;
		    position: absolute;
		    top: 300px;
		    }
		body#aoHome .ui_ul_container {width: 100%;top:360px}
		ul.ui-tabs-nav
		{
		    padding-top: 0;
            display: block;
			line-height:20px;
		    width: 450px;
		    margin: 0 auto;
		    margin-left: 187px;
		}
		body#aoHome ul.ui-tabs-nav {margin-left:272px}
		ul.ui-tabs-nav li
		{
			list-style: none;
			margin: 6px 6px 0 0;
			float: left;
			font-size:.725em;
			height:10px;
			width:10px;
			line-height: 12px;
			position: relative;
			background-color: #585858;

		}
		ul.ui-tabs-nav li.last	{
        margin: 6px 0 0;
        }
		ul.ui-tabs-nav li a
		{

		}
		ul.ui-tabs-nav li a:link { color: #fff; }
		ul.ui-tabs-nav li a:visited { color: #fff; }
		ul.ui-tabs-nav li a:hover
		{
			color: #FFF;
			filter: alpha(opacity=85);
			opacity: .85;

		}

		ul.ui-tabs-nav li.ui-tabs-selected a span
		{

		    background-color: #fff;
			font-weight: bold;
		}
		ul.ui-tabs-nav li.ui-tabs-selected a
		{
			color: #FFF;
		}

		ul.ui-tabs-nav li.ui-tabs-selected
		{
            background-color: #FFF;
		}


		ul.ui-tabs-nav li.ui-tabs-selected a
		{
		    filter: alpha(opacity=85);
		    opacity: 0.85;
		}

		/*--------------------------------------------------
		  .tabbertab = the tab content
		  Add style only after the tabber interface is set up (#tab_rotator)
		  --------------------------------------------------*/
		#tab_rotator .ui-tabs-panel {
			width:450px;
			overflow: hidden;
			clear: both;
      position: relative;
      z-index: 0;
			/*background-image:url(../images/tab_body_bg.jpg);
		/* font-size: .625em;*/
		 /* If you don't want the tab size changing whenever a tab is changed
			you can set a fixed height */
		 /* height:200px; */
		 /* If you set a fix height set overflow to auto and you will get a
			scrollbar when necessary */
		 /* overflow:auto; */
		}
		body#aoHome #tab_rotator .ui-tabs-panel {width: 100%;}
		#tab_rotator item a {
			color:#2C65A2;
		}
		/* If desired, hide the heading since a heading is provided by the tab */
		#tab_rotator .tabbertab h2 {
		 display:none;
		}
		#tab_rotator .tabbertab h3 {
		 display:none;
		}

		/* Example of using an ID to set different styles for the tabs on the page */
		#tab_rotator#tabx1 {
		}

		#tab_rotator#blogtab {
			margin-right: 10px;
		}

		#tab_rotator#blogtab .tabbertab {
			padding: 0px;
			margin:0px
		/*	overflow: auto;*/
		}

		.tabphoto {
			float: left;
			font-size: 11px;
			border:0;
			position: relative;
		}

		.tabphoto a img {
			border:0;
		}

		.tabphoto a.art_link {
		    line-height: 0 !important;
		    display: block;
		}

		.tab_content, div.photo_info {

		}

		.tab_content tr, .tab_content td {
			vertical-align: top;
		}

		#nav-fragment a {
			display: block;
			color: #fff;

		}

		#nav-fragment a.last {
			display: block;
			color: #fff;
			margin-right: 0px !important;
		}

		.ui-tabs-nav-item{
			overflow: hidden;
		}

		.ui-tabs-nav-item a span{
		}

		.ui-tabs-nav-item a span img{
		    border:none;
		}

		#tab_rotator .tab_teaser_text {
			color: #FFFFFF;
			padding: 4px;
            bottom: 0px;
			width: 438px;
		}
		body#aoHome .tab_teaser_text {width:622px;background:#000000;}
		#tab_rotator h4 {
            font-size: 12px;
            font-weight: normal;
            margin-left: 2px;
            margin-top: 2px;
            padding-top: 5px;
		}
        body#aoHome #tab_rotator h3 {padding-left:9px;}
        body#aoHome #tab_rotator h4 {margin-top:0;padding-top:0;padding-left:9px;margin-bottom: 6px;}
		#tab_rotator h4 a {
			color:#FFFFFF;
		}

		#tab_rotator h4 span {
            float:right;
		}

		#tab_rotator ul.footer a, #tab_rotator p.read_more a, #tab_rotator p.date a {
			color: #000;
		}

		#tab_rotator .more_links {
			position: absolute;
			top: 262px;
			left: 400px;
			opacity: .7;
		}
