/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */

#rotate {background: transparent url(../../img/second/rotate.png) no-repeat; width: 990px; min-height: 326px; max-height: 326px; margin: -10px 0 15px 0; height: auto !important; height: 338px}


.ui-tabs-nav, .ui-tabs-panel {}
.ui-tabs-nav {
    list-style: none;
    margin: 35px 0 0 25px; z-index: 999; position:relative;

}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {display:inline; float:left;   margin: 0 10px 0 0; text-align:center; font-size: 1.1em; z-index:999}
.ui-tabs-nav a, .ui-tabs-nav a span { display: block; text-align:center;}
.ui-tabs-nav a {
padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */ 

}

.ui-tabs-nav a:hover {color:white;}
.ui-tabs-nav .ui-tabs-selected a {background: #ff7914; -moz-border-radius: 100px; -webkit-border-radius: 100px; color: #0C126C;}

.ui-tabs-nav a span {}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {text-align:center;}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=80);
}
.ui-tabs-panel {}
.ui-tabs-loading em {padding: 0 0 0 20px;   background: url(loading.gif) no-repeat 0 50%;}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}



#frontmain .tabcontent {position:relative; z-index:0; top: 25px; clear: both; padding: 0 20px}
#frontmain .tabcontent img.featured {float:left; width: 475px; height: 220px; margin-right: 15px; padding: 8px 5px; background: #f7f7f7; border: 4px solid silver; -moz-border-radius: 10px; -webkit-border-radius: 10px;}

#frontmain .content-txt {z-index: 1000; position:relative; min-height: 250px; max-height: 250px; overflow:hidden;}
#frontmain .content-txt p {margin: 1.2em 0; line-height: 1.5em; color: #eee; }
#frontmain .content-txt strong a{color: #fff; font-size: 1.6em; line-height: 1.2em; text-shadow: 0px 2px 3px #555; }
#frontmain .tabcontent .read-more a {color:#0C126C; font-weight: bold;}
#frontmain .tabcontent .read-more {position:absolute; left: 515px; top: 228px}