/**************************************
jQuery Open Carousel
Justin McCandless
justinmccandless.com

Demo CSS file
***************************************/

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

/* First Example: Info */
    .example_info .ocarousel_window {
        background: #ffffff;
        height: 245px;
        width: 535px;
        padding: 4px;
    }
        .ocarousel_window_slides div {
            text-align: justify;
            height: 230px;
            margin-right: 4px;
            padding: 8px;
			color:#333;
        }
        .ocarousel_window_slides div h3 {
            float: none;
        }
        .ocarousel_window_slides div p {
            text-align: left;
        }
