.tabbed_content {
		width:960px;
}


.tabs {
    	width:960px;
	height: 33px;
    float:none; margin-left:-30px;

}

.tabs li{
 
     
}
.tabs .tab_item {
	display: block;
	float: left;
	padding: 8px 22px 8px 22px;
	width: auto; 
	text-align: center;
	position: relative;
	cursor: pointer;
        font:12px HelveticaLTStdBold, Arial, Helvetica, sans-serif;
        font-weight:bold;
            -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
        margin:15px 0 0 10px;
                background:#dbdbdb;
                color:#4c4c4c;
                
  

}
.tabs .tab_item:hover:after  {
  content: '';
  position: absolute;
   width: 0;
  height: 0;
   border: 8px solid;
  border-top-color: #a50000;
  top: 100%;
  left: 50%;
  margin-left: -8px; /* adjust for border width */
}
.tabs .tab_item:hover{
    	background:#a50000;
        color:#f7f7f7;
    
}

.tabbed_content .slide_content {
	overflow: hidden;
	padding:0;
	position: relative; float:left;
	width: 960px;margin-left:-30px;
}

.tabslider {
	width: 100000px;
}

.ac{
    	 background:#a50000 !important;

        color:#FFFFFF !important;
     
}
.ac a{
    color:#FFFFFF;
    
}
.ac:after  {
  content: '';
  position: absolute;
   width: 0;
  height: 0;
   border: 8px solid;
  border-top-color: #a50000;
  top: 100%;
  left: 50%;
  color:#f7f7f7;
  margin-left: -8px; /* adjust for border width */
}
