#img-pro .carousel {
    padding-left: 40px;
    position: relative;
    visibility: hidden;
    left: -5000px;
}

#img-pro .btnbox{
	margin-top:20px;
	border:1px solid #ddd;
	height:138px;
	position:relative;
	}
    /* Styling for image based carousel content. Only width and height are mandatory */
    #img-pro .carousel>ul>li>img {
        width: 150px;
        height: 118px;
        vertical-align:middle;

        /* optional */
        margin: 10px 10px 10px 0;
        border-radius: 5px;
    }

    /* Styling for text based carousel content. Only width and height are mandatory */
    #img-pro .carousel>ul>li>p {
        width: 130px;
        height: 98px;

        margin: 10px 10px 10px 0;
        border: 1px solid #808080;
        border-radius: 5px;
        line-height: normal;
        background-color: #fff;
        padding: 10px;
    }

/* Styles for PREV and NEXT anchor buttons */
#img-pro a.prev, #img-pro a.next, #img-pro a.go {
    display: block;
    width: 26px;
    height: 138px;
    line-height: 138px;

    background-color: #999;
    color: ghostwhite;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 25px;
	text-align:center;

}
    #img-pro a.prev.disabled, #img-pro a.next.disabled,
    #img-pro a.prev.disabled:hover, #img-pro a.next.disabled:hover {
        background-color: #ddd;
        cursor: default;
    }
    #img-pro a.go.highlight {
        background-color: #dedede;
        color: #000;
    }
    #img-pro a.prev {
		position:absolute;
		left:0px;
		top:0px;
		z-index:99;
    }
    #img-pro a.next {
		position:absolute;
		right:0px;
		top:0px;
		z-index:99;
    }
        #img-pro a.prev:hover, #img-pro a.next:hover, #img-pro a.go:hover {
            background-color: #666666;
        }

/* Additional carousel styles for external controls, slider, widget, mid etc. */

#img-pro .externalControl button,
#img-pro .imageSliderExt button {
    margin: 5px 5px 0 0;
}
#img-pro .externalControl a.next, #img-pro .externalControl a.prev, #img-pro .externalControl a.go,
#img-pro .imageSliderExt a.next, #img-pro .imageSliderExt a.prev, #img-pro .imageSliderExt a.go
{
    margin: 0 5px 0 0;
    padding: 7px 5px 0 5px;
    font-size: 15px;
    text-align: center;
    border-radius: 3px;
}

#img-pro .widget img {
    cursor: pointer;
}
#img-pro .mid {
    width: 715px;
    height: 500px;
	border:1px solid #ddd;
	text-align:center;
}
#img-pro .mid  img{
	max-height:500px;
	max-width:715px;
}
#img-pro .vertical {
    margin-left: 170px;
}

#img-pro .imageSlider .carousel>ul>li>img,
#img-pro .imageSliderExt .carousel>ul>li>img {
    width: 400px;
    height: 300px;
}
#img-pro .imageSlider .carousel>ul>li>p,
#img-pro .imageSliderExt .carousel>ul>li>p {
    width: 380px;
    height: 280px;
}
