<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * jQuery Brazzers Carousel v1.0.0 (http://webdesign-master.ru)
 * Copyright 2015 WebDesign Master.
 */
 

.brazzers-daddy:after {
	content: "";
	display: table;
	clear: both;
}
.brazzers-daddy {
	position: relative;
	overflow-x: hidden;
}
.brazzers-daddy img {
	width: 100%;
	position: relative;
	display: none;
	top: 0;
	left: 0;
	margin-bottom: 10px;
}
.brazzers-daddy img:first-child {
	display: block;
}
.tmb-wrap {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: 0 -10px;
}
.tmb-wrap .tmb-wrap-table {
	display: table;
	height: 100%;
	width: 100%;
    border-collapse:separate;
    border-spacing:5px 0;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);	
}
.tmb-wrap-table div {	
	display: table-cell;
	transition: all .3s ease;
	border-bottom: 3px solid transparent;
	padding-top: 10px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.tmb-wrap-table div.border-visible {
	border-bottom-color: #ADAEAD;
}
.tmb-wrap-table div.active {
	border-bottom-color: #ff0000;
}
.tmb-wrap-table div:first-child:last-child {
	border-color: transparent;
}</pre></body></html>