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

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


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

    .example_info .ocarousel_window {
		background: #ffffff;
		border: solid 1px #EEEEEE;
		height: 148px;
		margin-top: 50px;
        width: 220px;
        padding-top: 0;
    }
     .ocarousel_window_slides div {
        text-align: center;
        height: 330px;
        margin-right: 0px;
        padding: 0px;
    }



