#content {
    width: 950px;
    margin: 0 auto;
    text-align: center;
}

.example_info .ocarousel_window {
	height: 400px;
	width: 950px;
}

.ocarousel_window_slides div {
	text-align: center;
	height: 450px;
}

.ocarousel_window_slides div h3 {
	float: left;
	text-align: left;
	font-family: 'Cousine', sans-serif;
	line-height: 0.9;
	font-weight: 400; 
	font-size: 28px;
	color: #fff;
	margin-top: 110px;
	margin-bottom: 18px;
}

.ocarousel_window_slides div p {
	float: left;
	text-align: left;
	font-family: 'Cousine', sans-serif;
	font-weight: 400; 
	line-height: 1.4;
	font-size: 13px;
	color: #fff;
	margin-right: 530px;
}

a[data-ocarousel-link] {
	color: #000000;
}

#nav1, #nav1 ul {
    list-style: none outside none;
    padding: 0;
}

#nav1 {
	font-family: 'Cousine', sans-serif;
	font-weight: 400; 
	font-size: 15px;
	color: #fff;
    background-color: #df0020;
    float: left;
    position: absolute;
    padding-top: 307px;
}

#nav1 > li {
    float: left;
    text-align: left;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

#nav1 li a {
    display: block;
    text-decoration: none;
    -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    white-space: nowrap;
}

#nav1 > li > a {
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    line-height: 43px;
    padding-left: 16px;
    padding-right: 14px;
}

#nav1 > li:hover > a, #nav1 > a:hover {
    background-color: #ff1031;
    color: #FFFFFF;
}

#nav1 li.active > a {
    background-color: #ff1031;
    color: #FFFFFF;
}