X

7'x13' Big Tex Trailers Equipment/Tilt 70ST-13

2022 USED Big Tex 7x13 Equipment Tilt Trailer

SINGLE AXLE TILT TRAILER

For effortless loading and unloading at an exceptional value, turn to the compact 70ST. Its a smart choice for towing a wide variety of equipment and small vehicles.

 SPECS

AXLE (1) 7,000# 4" Drop w/EZ Lube and Elec. Brakes

JACK 8,000# Drop Leg, Set-Back Jack

TIRES T235/80 R-16 Load Range E

FLOOR 2" Treated Pine or Douglas Fir*

FRAME 5" Channel

WHEEL 16" x 6"; Black Mod, 8 Bolt

FINISH Superior Quality Finish is Applied for a Highly Decorative and Protective Finish.

LIGHTS L.E.D. D.O.T. Stop, Tail, Turn and Clearance

COUPLER Adjustable 7,000#, 2" Forged Coupler

FENDERS 9" x 36" Double Square Broke Diamond Plate Fender (Bolted On)

G.V.W.R. 7,000#

ELEC. PLUG 7-Way RV

HITCH TYPE Bumper Pull

SUSPENSION Multi-Leaf Spring w/ Equalizer

TONGUE/NECK 5" Channel Fold Back/Wrap Tongue

CROSSMEMBERS 3" Channel on 16" Centers

FINISH (Prep) Steel is Cleaned to Ensure a Professional Smooth Finish.

SAFETY CHAINS 1/4" Grd. 70 w/Safety Latch Hook (2 ea)

FRONT STOP RAIL 3/16" Fabricated Front Stop Rail

G.A.W.R. (Ea. Axle) 7,000#
7'x13' Big Tex Trailers Equipment/Tilt 70ST-13
Price: $6,899 On Sale! $4,999
Black - Equipment/Tilt
Location
Edgerton
979 County Hwy A
Edgerton, WI 53534
(608) 770-0999
Get a Quote
Specs
Stock Number: 87068
VIN: 16V1U2019N2087068
Condition: Used
Year: 2022
Manufacturer: Big Tex Trailers
Model: 70ST-13
Length: 13'
Width: 7'
Height:
GVWR (lbs): 7,000
Weight (lbs): 2,110
Payload (lbs): 4,890
Features:

Other Recommendations

// Function to set a cookie on the Message Box function setCookie(name, value, days) { const date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); document.cookie = `${name}=${value}; expires=${date.toUTCString()}; path=/`; } // Function to get a cookie function getCookie(name) { const cookies = document.cookie.split('; '); for (let cookie of cookies) { const [key, value] = cookie.split('='); if (key === name) return value; } return null; } // Check if the cookie exists and hide the message box if it does document.addEventListener('DOMContentLoaded', () => { const messageBox = document.querySelector('.message-box'); const closeButton = document.querySelector('.mb-close'); if (getCookie('hideMessageBox')) { messageBox.style.display = 'none'; } // Set a cookie when the close button is clicked and hide the message box closeButton.addEventListener('click', () => { setCookie('hideMessageBox', 'true', 7); // Cookie expires in 7 days messageBox.style.display = 'none'; }); });