/* Style for Usual tabs */
.usual {

  padding:0px 0px;
  width:950px;
  border:0px solid #222;
  margin:-60px auto;


}
.usual li {
	list-style:none;
	float:left;
	height: 100%;
	position:relative;
	top:320px;



}
.usual ul a {

  text-decoration:none!important;
  margin:0px;
  margin-left:0px;
  width: 185px;
	height: 53px;
 	background-image: url(../images/tabsdown.png);



  
}
.usual ul a:hover {


	background-image: url(../images/tabsup.png); 


	  width: 185px;
	height: 53px;
  }
.usual ul a.selected {
	

  margin-bottom:0;
  width: 185px;
	height: 53px;
  cursor:default;
   background-image: url(../images/tabsup.png); 


  }
.usual div {
	padding:0px 0px 0px 0px;



  margin-bottom:85px;
	clear:left;

}




.imagebox {

  width:950px;

  margin:0px auto;
}
