	.rollover_play {
		display:block;
		width: 110px;
		height:90px;
		text-decoration: none;	
		}
	.rollover_play a {
		display:block;
		height:110px;
		padding:20px 15px 0 15px;
		font: bold 11px trebuchet ms;
		color: #900;
		background: url("light-grey-sidebar6.gif") 0 0 no-repeat;
		text-decoration: none;
		text-transform:uppercase;
		outline:none;
		active-focus:none;	
		}		
	.rollover_play a:hover {	
		background: url("light-grey-sidebar55.gif") 0 0 no-repeat;
		color: #f6f7ef;
		font: bold 11px trebuchet ms;
		text-decoration: none;
		text-transform:uppercase;
		outline:none;
		active-focus:none;
		}
#button3, #button4 {
		position:relative;
		float:left;
		margin:5px 5px;
		width:90px;
		background:#e5e5e5;
		border-style:solid solid outset inset; 
		border-color:#555 #bbb #aaa #999;
		border-width:1px 3px 3px 1px;
		font-family:  "Tw Cen MT Condensed";
		text-transform:uppercase;
   		letter-spacing: 1.2px;
		font-size: 12px;
		line-height:16px;
 		height:30px;
		padding:7px 2px;
		color: #444; 
		cursor:pointer;}
#button3:hover, #button4:hover {
		background:#444;
		color: #fff; 
		border-color:#aaa #999 #555 #bbb;
		border-width:4px 2px 2px 4px;
		padding:5px 0;}
