﻿
#wrapper {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
 
}


.content {
	width:1060px;
	float: left;
	position: relative;
	font-size: 110%;

}

.contentholder {
	height:370px;
	width: 1060px;
	overflow: hidden;
	position: relative;
	background-color: transparent;
}
.contentslider {
	position: absolute;
	top: 0; left: 0;
}
.imgslider img {
	float: left;
}

.contentnav {

	bottom: 30px; 
	left: 30px;
        height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: transparent;
	font-size: 110%;
}
.contentnav a {
	padding: 5px;
	color: #D04B38;
}
.contentnav a.active {
	color: #FFF;
	text-decoration: none;
	background: #D04B38;
}