	#sliderX{
 /*background:#f4f4f4;*/
 /* border-bottom:1px dashed #dcdcdc;
background:url(images/bg1.png) repeat;*/
 height:310px;
}

.main_image  {
    width: 524px;
    height: 270px;
    float: left;
 
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #222;
	font-size:11px;
	z-index:1;
	margin-right:32px;
}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
    
}


.descX {
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
 
    background:#f2f2f2;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}


.main_image .block{
    background: #f2f2f2;
	 
	padding-left:15px;
	 
	height:95px;
 
}
.main_image p{
   padding:0px;
   font-size:13px;
}
.main_image h1{
margin-top:16px;
   font-size:35px;
   color:#222;
   font-weight:bold;
   letter-spacing:-1px;
   padding:0px;
}

.tabX   {
    float: left;
    width: 282px;
	z-index:1000;
	position: relative;
	
}
.tabX  small{
  color:#bababa;
  font-size:11px;
}
.tabX ul li{
    margin: 0;
    padding: 9px 0px;
    width: 282px;
    float: left;
    border-bottom: 1px solid #444;
	border-top: 1px solid #474747;
}

.tabX ul li.first{
    
  
    border-top: 2px solid #474747;
}

.tabX ul li.last{
     
    border-bottom: 2px solid #444;
}


.tabX ul li.hover { /*--Hover State--*/
background:#f2f2f2;
   /* background: #ffffff url(../img/news_tab_hover-bg.gif) repeat-x left top;*/
    cursor: pointer;
}
  .tabX ul li.hover h1{
    color:#333333;
  }
.tabX ul li.active { /*--Active State--*/
    cursor: default;
	/*background: #464646 url(../img/news_tab_active-bg.gif) repeat-y left top ;*/
	border-top:0px;
	/*border-bottom:1px solid #3f3f3f;*/
	 
	 border-bottom: 1px solid #474747;
    border-top: 2px solid #474747;
    color:#86bdd9;
    
}





  .tabX ul li.active .block{
     background:url(../img/news_tab_active-arrow.png) no-repeat left center;
  }
 .tabX ul li.active h1 {
    color:#FFFFFF;
}
  .tabX ul li.active small{
    color:#a3a3a3;
  }
html .tabX ul li h1 {
    font-size: 12px;
	color:#555;
	font-weight:bold;
	letter-spacing:normal;
    padding: 0;
}
.tabX ul li .block {
    float: left;
    margin-left: -6px;
    padding: 0px 0px 0px 15px;
}
.tabX ul li p{display: none;}/*--Hide the description on the list items--*/

