div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
/* 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... */
    .tabs-hide {
        display: none;
    }
}

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

.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";

}
.tabs{
    width: auto;	
    margin-right:20px;
    margin-bottom: 20px;
    position:relative;
}

div.tabs-container{
	padding-left: 1em;
	width:auto;
	margin-right:20px;
	margin-bottom: 20px;
}

ul.tabs-nav{
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background:url('images/tabs-corner-top.png') no-repeat scroll right bottom transparent;
	height:30px;
}
ul.tabs-nav li{
	float:left;
	margin-right:2px !important;
	padding: 0 !important;
	height:30px;
	overflow:hidden;
	display:block;
	background:none !important;
}
ul.tabs-nav a:link, ul.tabs-nav a:visited{
	background:url("images/tabs.png") right 60px;
	color: #2775C7;
	display:block;
	font-weight:bold;
	line-height:30px;
	text-decoration:none;
}
ul.tabs-nav a span{
	background:url("images/tabs.png") left 60px;
	display:block;
	margin-right:14px;
	padding-left:14px;
}
ul.tabs-nav a:hover{
	background:url("images/tabs.png") right 30px;
	display:block;
}
ul.tabs-nav a:hover span{
	background:url("images/tabs.png") left 30px;
	display:block;
	white-space:nowrap;
}
ul.tabs-nav .tabs-selected a:link, 
ul.tabs-nav .tabs-selected a:visited, 
ul.tabs-nav .tabs-selected a:visited, 
ul.tabs-nav .tabs-selected a:hover
{
	background:url("images/tabs.png") right 0 no-repeat transparent;
	color: #4F4F4F;
        cursor:default;
}
ul.tabs-nav .tabs-selected a span, 
ul.tabs-nav .tabs-selected a:hover span{
	background:url("images/tabs.png") left 0 no-repeat transparent;
	color: #4F4F4F;
        cursor:default;
}
.tabs-container {
	padding-left: 1em;
	padding-top: 6px;
	background:url('images/tabs-corner-left.png') no-repeat scroll 0 0;	
	min-height:200px;
	width: 95%; 	
}

div.tabs-container div h2 {
	margin-top: 0;
}

.page_content, .page_content_text, .page_press, .page_video{
        padding:0.5em;
}

.ulborder{
margin-top:0.5em;
border: solid 1px #f5f5f5;
/*border: solid 1px #ebebeb;*/
}

div.page_content ul{
background-color:#f1f1f1;
border: solid 1px #d8d8d8;
list-style:none outside none;
margin:0;
padding: 15px 25px;
}

div.page_content ul li {
background:url("images/mark-green.png") no-repeat scroll 0 0.2em transparent;
margin:0;
padding:0 0 0.5em 1.8em;
}

div.page_content_text ul {
list-style:none outside none;
margin:0 0 1em;
padding:0 0 0 1em;
}

div.page_content_text ul li{
background:url("images/mark-li.png") no-repeat scroll 0 0.4em transparent;
margin:0;
padding:0 0 0.5em 1.2em;
}

div.page_content_text a.imglink{
        font-size:90%;
	padding: 0 0 1px 18px;
	background: url(images/mark-up.png) no-repeat left center;
}
div.page_content_text p.imglink{
        background:url('images/mark-corner-top.png') no-repeat scroll left bottom transparent;
        padding-bottom:1em;

}

div.page_content_text h4{
	 font-size:110%;         
}
/****************carusel****************************/
.jcarousel-container {
    position: relative;
}
.jcarousel-skin{
    -moz-user-select:none;
}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    margin-left:25px;
    overflow: hidden;
    position: relative;
}
.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;
    width: 120px;
    height: 80px;
}
.jcarousel-list li a img{
	border:none;
}
.jcarousel-next {
    z-index: 3;
    display: none;
}
.jcarousel-prev {
    z-index: 3;
    display: none;
}
.jcarousel-skin .jcarousel-container {
	border-top: solid 1px silver;
	border-bottom: solid 1px silver;
	padding: 0.8em 0 0.8em 0;
	height: 80px;
}
.jcarousel-skin .jcarousel-container-horizontal {
    padding: 10px 5%;
}
/*
.jcarousel-skin .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}
*/
.jcarousel-skin .jcarousel-clip-horizontal {
   /* width:  245px;*/
    height: 80px;
}
*html div.jcarousel-skin .jcarousel-clip-horizontal {
    width:  845px;
    height: 80px;
}



/*
.jcarousel-skin .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}
*/
.jcarousel-skin .jcarousel-item {
    width: 120px;
    height: 80px;
}
.jcarousel-skin .jcarousel-item-horizontal {
    margin-right: 10px;
}
/*
.jcarousel-skin .jcarousel-item-vertical {
    margin-bottom: 10px;
}
*/
.jcarousel-skin .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/*  Horizontal Buttons  */
.jcarousel-skin .jcarousel-next-horizontal {
    position: absolute;
    top: 40px;
    right: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(images/button-next.png) no-repeat 0 0;
}
.jcarousel-skin .jcarousel-next-horizontal:hover {
    background-position: -20px 0;
}
.jcarousel-skin .jcarousel-next-horizontal:active {
    background-position: -40px 0;
}
.jcarousel-skin .jcarousel-next-disabled-horizontal,
.jcarousel-skin .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -60px 0;
}
.jcarousel-skin .jcarousel-prev-horizontal {
    position: absolute;
    top: 40px;
    left: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(images/button-prev.png) no-repeat 0 0;
}
.jcarousel-skin .jcarousel-prev-horizontal:hover {
    background-position: -20px 0;
}
.jcarousel-skin .jcarousel-prev-horizontal:active {
    background-position: -40px 0;
}
.jcarousel-skin .jcarousel-prev-disabled-horizontal,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -60px 0;
}
