body
{
	text-align: center;
	background: #ffffff;
}

#content {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

/* First Example: Info */
   
 .example_info .ocarousel_window {
        background: #ffffff;
        height: 550px;
        width: 1280px;
        padding: 0px;
    }
       
 .ocarousel_window_slides div {
            text-align: center;
            height: 550px;
            margin-right: 0px;
            padding: 0px;
        }
        
.ocarousel_window_slides div h3 {
            float: none;
        }
        
.ocarousel_window_slides div p {
            text-align: left;
        }
        
a[data-ocarousel-link] {
            color: #000000;
        }