
a.ann
{
 display:block;
 float:left;
 margin:10px 0 20px 0;
}

/*********css for mainCarousel starts here *****/


/*
This is the necessary css for Open Carousel
Include jquery.openCarousel.js and jquery.openCarousel.css in your projects
*/.ocarousel {
    display: none;
}
    .ocarousel_window {
        overflow: hidden;
        white-space: nowrap;
        /* default size */
        width: 100%;
        height:97px;
    }
        .ocarousel_window_slides {
            position: relative;
            margin: 0 auto;
            overflow: hidden;
            width: 50000px;
            white-space: nowrap;
        }
        .ocarousel_window_slides>* {
            float: left;
            white-space: normal;
        }
.ocarousel_indicators {
    padding: 0 0 0 775px;
    width: 200px;
    z-index: 1000;
	/*margin:-40px 0 0 0;*/
}
	
	
.ocarousel_indicators svg {
    height:50px;
    margin:0;
    width:400px;
}


.ocarousel_indicators svg circle {
    cursor: pointer;
	
}



/*demo css file*/

#content {
    width: 900px;
    margin: 0 auto;
    text-align: center;
}

.ad
{
color:gray;font-size:11px;font-family:verdana
}
/* First Example: Info */
    .example_info .ocarousel_window {
        background: #ffffff;
        height:100px;
        width:728px;
        /*padding: 4px;*/
    }
        .ocarousel_window_slides div {
            text-align: center;
            height: 164px;
            /*margin-right: 4px;
            padding: 8px;*/
        }
        .ocarousel_window_slides div h3 {
            float: none;
        }
        .ocarousel_window_slides div p {
            text-align: left;
        }
        a[data-ocarousel-link] {
            color: #000000;
        }

/* Second Example: Photos */

    .example_photos .ocarousel_window {
        background: #202020;
        border: 4px #202020 solid;
        border-radius: 12px;
        height: 180px;
        width: 900px;
    }
        .example_photos .ocarousel_window_slides img {
            padding: 8px 16px;
        }
        .example_photos_thumbs {
            text-align: center;
        }
        .example_photos_thumbs img {
            border-top: 3px #ffffff solid;
            border-left: 3px #ffffff solid;
            border-right: 3px #ffffff solid;
            border-bottom: 10px #ffffff solid;
            box-shadow: #202020 4px 4px 4px;
        }
        
/* Third Example: Text */
.example_text {
    text-align: center;
}
    .example_text .ocarousel_window {
        height: 400px;
        width: 400px;
        margin: 0 auto;
        padding: 0;
    }
        .example_text .ocarousel_window_slides div {
            width: 384px;
            height: 384px;
        }
       
/* Fourth Example: Programmatic */
.example_programmatic_slide {
    width: 100px;
    border: 2px #ffffff solid;
}

.example_programmatic_controls {
    width: 260px;
    height: 60px;
    float: left;
}

.carCont
{
float:left;width:728px;height:90px;margin:0;padding:0;
}


.mainCarousel
{
float:left;
/*width:595px;*/
height:130px;
margin:0;
padding:0;
background-image:url('../images/CarouselBg.jpg');
background-repeat:no-repeat;

/*********css for mainCarousel ends here *****/

