.widget-caroufredsel {
}
/**
	Pager
**/
.caroufredsel .pager a {
	border: 2px solid #fff;
	border-radius: 0px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
}
.caroufredsel .pager a:hover {
	background-color: rgba(255, 255, 255, 0.5);
}
.caroufredsel .pager a span {
	display: none;
}
.caroufredsel .pager a.selected {
	background-color: #fff;
}
/**
	Headline
**/
#caroufredsel-headline-wrapper .strapline { color: #FFFFFF; padding: 10px; position: absolute; right: 10px; bottom:20px; min-width: 30%; max-width: 60%; background-color: rgba(127, 63, 152, 0.9); }
#caroufredsel-headline-wrapper .strapline a { color: #FFFFFF;  text-decoration: none;}
#caroufredsel-headline-wrapper .strapline.middle { bottom: 197px; }
#caroufredsel-headline-wrapper .strapline.top { bottom: auto; top:30px; }
#caroufredsel-headline-wrapper .promo-wrapper .strapline h2 { color: #FFFFFF; }
#caroufredsel-headline-wrapper {
    left: 0;
    position: absolute;
    width: 100%;
	overflow:hidden;
	/*height:100%;
	max-height:480px;*/
}
#caroufredsel-headline-wrapper #caroufredsel-headline div.item {
	float: left;
	position: relative;
}
#caroufredsel-headline-wrapper #caroufredsel-headline div.item img{
	padding-left:1px;
	padding-right:1px;
}
#caroufredsel-headline-wrapper .promo-wrapper {
	/*height: 480px;*/
	width: 50%;
	top: 0;
	position: absolute;
	left: -324px;
	height: 100%;
}
#caroufredsel-headline-wrapper .promo-wrapper .promo {
	background-color: rgb(127, 63, 152);
	/*height: 420px;*/
	max-width: 260px;
	float:right;
	padding:70px 10px 10px 10px;
	height: 100%;
	width: 100%;
	position: relative;
}
#caroufredsel-headline-wrapper .block {
	background-color: rgba(255, 255, 255, 0.7);
	display: block;
	/*height: 480px;*/
	width: 50%;
	top: 0;
	position: absolute;
	height: 100%;
}
#caroufredsel-headline-wrapper .block:hover{
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
}
#caroufredsel-headline-wrapper .prev.block {
	left: -585px;
}
#caroufredsel-headline-wrapper .next.block {
	right: -585px;
}
#caroufredsel-headline-wrapper .pager {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}
#caroufredsel-headline-wrapper .nav-buttons .pager {
	left:-30000px;
}
#caroufredsel-headline-wrapper .nav-icon {
	width: 50%;
	top: 195px;
	position: absolute;
}
#caroufredsel-headline-wrapper .prev.nav-icon {
	left: -585px;
	text-align: right;
}
#caroufredsel-headline-wrapper .next.nav-icon {
	right: -585px;
}
#caroufredsel-headline-wrapper .nav-icon .glyphicon {
    background-color: #4b4b4b;
    color: white;
    font-size: 250%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}

/**
	Navigation Image Slider
**/
#caroufredsel-navigation-image-wrapper{position:relative; background-color:#4B4B4B;}
#caroufredsel-navigation-image-wrapper .overlay{background-color:rgba(75, 75, 75, 0.6); position:absolute; left:0; bottom:0; top:0; width:25%; z-index:2;}
#caroufredsel-navigation-image-wrapper .summary-container{display:table; height:100%;}
#caroufredsel-navigation-image-wrapper .summary{color:#fff; display:table-cell; vertical-align:middle; padding:10px;}
#caroufredsel-navigation-image-wrapper .slider .item {position:relative;}
#caroufredsel-navigation-image-wrapper .slider img{padding: 10px; background-color:transparent;}
#caroufredsel-navigation-image-wrapper img{padding:0;}
#caroufredsel-navigation-image-wrapper .pager {position: absolute; left: 0; bottom: 0; right: 0;}