body {
	margin: 0;
}

/*
.marginAutoActive {
	margin: auto;
}

.marginAutoInactive {
	margin: 0;
}
*/

/* MY SLIDER */
#myslider {
	width: 100%;	
	position: relative;
	text-align: center;
}


.sliderImages .images, .cv_content_images {
	width: 100%;
	height: 100%;    
    top:0;
/*
    padding: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: auto;
    min-height: 550px;
    min-width: 1134px;
*/
}

/*
.cv_content_images {
	width:auto;
	height:100%;
}
*/

/* NAV THUMBS */
#nav_thumbs {
    position: relative;
    bottom: 45px;
    display: inline-block;
    /* text-align: center; */
    z-index: 5;
    float: none;
}

.active-circle-bh {
	border: 2px solid transparent; */
    /* border-radius: 14px; */
    height: 22px;
    width: 22px;
    float: left;
    display: inline-block;
    /* text-align: center; */
}

.pager-circle {
    box-shadow: 2px 2px 4px 0px rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    height: 12px;
    margin: 5px auto auto;
    width: 12px;
    cursor: pointer;
}

.pager-circle.isactive, .pager-circle:hover {
    background-color: #e04c1e;
}

/* ARROWS */
.sliderLeftArrow, .sliderRightArrow {
    position: absolute;
    z-index: 10;
    top: 40%;
    width: 53px;
    height: 101px;
    -webkit-filter: contrast(0%);
    filter: contrast(0%);
    cursor: pointer;
}

.sliderLeftArrow {
	left: 5%;
	background: url('slider_arrows.png') no-repeat -200px 0;
}

.sliderRightArrow {
    right: 5%;
    background: url('slider_arrows.png') no-repeat -300px 0;
}
