	.MyButton2_container
	{
		cursor:pointer;
	}
		
	.MyButton2_content
	{
		vertical-align:middle;
		text-align:center;
		padding:0px 5px 0px 5px;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:black;
		background-image:url("../img/default/bg.gif");
		background-position:left top;
		background-repeat:repeat-x;	
		height:22px;
	}
	
	.MyButton2_content_hover
	{
		color:#ff6c00 !important;
		background-image:url("../img/default/bg_hover.gif")  !important;
	}	
	
	.MyButton2_left
	{
		background-image:url("../img/default/left.gif");
		background-position:left top;
		background-repeat:no-repeat;
		height:22px;
		width:14px;			
	}	
	
	.MyButton2_left_hover
	{
		background-image:url("../img/default/left_hover.gif")  !important;
	}		
		
	.MyButton2_right
	{
		background-image:url("../img/default/right.gif");
		background-position:left top;
		background-repeat:no-repeat;
		height:22px;
		width:8px;
	}	
	
	.MyButton2_right_hover
	{
		background-image:url("../img/default/right_hover.gif")  !important;
	}	