#vccs-carousel .carousel {
	transform: rotate(-5deg);
	position: relative;
	margin: 0 auto 10px;
	padding: 0;
}

    /* Styling for image based carousel content. Only width and height are mandatory */
    #vccs-carousel .carousel>ul>li>img {
	
		clip-path: inset(20px 60px 20px 0px);
		width: 290px;
		height: 350px;
        max-width: 100%;
		max-height: 100%;
		  display: block;
        vertical-align:middle;	
	
    }
      #vccs-carousel .carousel>ul>li> a >img {
		  

        /* optional */
        margin: 5px 5px 5px 0px;
        border-radius: 5px;
    }

    /* Styling for text based carousel content. Only width and height are mandatory */
    #vccs-carousel .carousel>ul>li>p {
      

        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 */
/* #vccs-carousel a.prev, #vccs-carousel a.next, #vccs-carousel a.go {
    display: block;
    width: 26px;
    height: 30px;
    line-height: 1;

    background-color: /*#333333 #d2d2d2;
    color: ghostwhite;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 25px;

    border-radius: 8px;
    float: left;
    transform:rotate(-90deg);
    left:73px;
    color:#000;
}
    #vccs-carousel a.prev.disabled, #vccs-carousel a.next.disabled,
    #vccs-carousel a.prev.disabled:hover, #vccs-carousel a.next.disabled:hover {
        background-color: #8d8d8d;
        cursor: default;
    }
    #vccs-carousel a.go.highlight {
        background-color: #dedede;
        color: #000;
    }
    #vccs-carousel a.prev {
        margin: 50px -5px 0 0;
        text-indent: 7px;
        position:absolute;
        bottom:-21px;
    }
   
#vccs-carousel a.next {
    margin: 0;
    position: absolute;
    text-indent: 10px;
    top: -21px;
}
        #vccs-carousel a.prev:hover, #vccs-carousel a.next:hover, #vccs-carousel a.go:hover {
            background-color: #666666;
        }

Additional carousel styles for external controls, slider, widget, mid etc. 

#vccs-carousel .externalControl button,
#vccs-carousel .imageSliderExt button {
    margin: 5px 5px 0 0;
}
/* */


#vccs-carousel .custom-container.vertical {
    position: relative;
}