.frame {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	margin: 25px 0;
}

.projectslider ul.clearfix,
.slider ul.clearfix,
.frame ul.clearfix {
	width: 100%!important;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 50px;
	white-space: nowrap;
	font-size: 0;
}

.slider-logos ul.clearfix {
	width: 100%!important;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	font-size: 0;
}

.projectslider ul.clearfix > li,
.slider ul.clearfix > li,
.frame ul.clearfix > li {
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0 1px 0 0;
	padding: 0;
	color: #ddd;
	text-align: center;
	cursor: pointer;
}

.slider-logos ul.clearfix > li {
	display: inline-block;
	width: 25%;
	height: 100%;
	margin: 0 1px 0 0;
	padding: 0;
	color: #ddd;
	text-align: center;
	cursor: pointer;
}

.projectslider ul.clearfix li img.product-image,
.slider ul.clearfix li img.product-image,
.frame ul.clearfix li img.product-image {
	position: absolute;
    width: 100%;
    height: auto;
}

.frame ul.clearfix li img.product-loading {
    width: 100%;
    height: auto;
}

.stories ul.clearfix li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	padding: 0;
	color: #ddd;
	text-align: center;
	cursor: pointer;
}

.frame ul.clearfix li.active {
	color: #fff;
}

/* Scrollbar */
.scrollbar {
	margin: 0 0 1em 0;
	height: 2px;
	background: #ccc;
	line-height: 0;
}

.scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #292a33;
	cursor: pointer;
}

.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

/* Pages */
.pages {
	position: absolute;
	display: inline-block;
	bottom: 20px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	list-style: none;
	padding: 0;
	text-align: center;
}

.pages li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999px;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}

.pages li:hover {
	background: #aaa;
}

.pages li.active {
	background: #666;
}

/* Controls */


.control-box {
	width: 100%;
	text-align: center;
	vertical-align: top;
}

.control-box .active-page {
	font-family: Georgia, Times, "Times New Roman", serif;
    color: #fff;
    font-weight: bold;
    font-style: italic;
}

.control-box a.prev {
	display: inline-block;
	width: 18px;
	height: 50px;
	margin: 0 15px;
    background-image: url(/framework/img/back-black.png);
	background-position: 0 top;
	background-repeat: no-repeat;
}

.control-box a.prev:hover {
	background-position: 0 bottom;
}

.control-box a.next {
    display: inline-block;
	width: 18px;
	height: 50px;
	margin: 0 15px;
	background-image: url(/framework/img/back-black.png);
	background-position: 0 top;
    background-repeat: no-repeat;
	-webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}	

.control-box a.next:hover {
	background-position: 0 bottom;
}



.controls { margin: 25px 0; text-align: center; }






.product-images-thumbs,
.product-images-colors {
	text-align: center;
}

.product-images-thumbs > div,
.product-images-colors > div {
	padding: 0;
}

.product-images-colors > div > div {
	display: inline-block;
	overflow: hidden;
	height: 70px;
}

.product-images-thumbs > div > div {
	display: inline-block;
	overflow: hidden;
	height: 70px;
	padding-top: 20px;
}

div.thumbs {
	position: relative;
	width: 280px;
	vertical-align: top;
}

ul.thumbs {
	display: inline-block;
	position: relative; 
	padding: 0;
	margin: 0;
	text-align: center;
}

.product-images-colors ul.thumbs li,
.product-images-thumbs ul.thumbs li {
	position: relative;
	width: 50px;
	height: auto;
	margin: 0 3px;
	display: inline-block;
	list-style: none;
	text-align: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	box-shadow: none;
	text-indent: 0;
	background: #ccc;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	border-radius: 50px;
}

.product-images-colors ul.thumbs li img,
.product-images-thumbs ul.thumbs li img {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
	opacity: 0.5;
}

.product-images-colors ul.thumbs li {
	margin-bottom: 20px;	
}

.product-images-colors ul.thumbs li.active,
.product-images-thumbs ul.thumbs li.active {
	background: #f2f2f2;
}

.product-images-colors ul.thumbs li.active::after{
	content: "";
	position: absolute;
	top: 60px;
	left: 22px;
	z-index: 9999;
	display: block;
	width: 6px;
	height: 6px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background: #b9a165;
}

.product-images-thumbs ul.thumbs li.active::before{
	content: "";
	position: absolute;
	top: -15px;
	left: 22px;
	z-index: 9999;
	display: block;
	width: 6px;
	height: 6px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background: #b9a165;
}

.prev, .next {
    position: absolute;
    z-index: 999;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(/local/templates/new/img/arrow-big.png);
    background-color: rgba(255, 255, 255, 0.6);
    background-repeat: no-repeat;
    background-position: center center;
    border: 0;
    opacity: 1;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -khtml-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    transition: 1s;
}

.prev {
    left: 0;
}

.next {
    right: 0;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

button.prev-big {
	position: absolute;
	left: -40px;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 25px;
	height: 50px;
	background: url(/framework/img/arrow-big.png) no-repeat 0 0;
	border: 0;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	opacity: 1;
}

button.prev-big.disabled {
	opacity: 1;
}

button.prev-big:hover {
	background: url(/framework/img/arrow-big.png) no-repeat 0 -50px;
}

button.prev-big.disabled:hover {
	background: url(/framework/img/arrow-big.png) no-repeat 0 0px;
}

button.next-big {
	position: absolute;
	right: -40px;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 25px;
	height: 50px;
	background: url(/framework/img/arrow-big.png) no-repeat 0 0;
	border: 0;
	opacity: 1;
}

button.next-big.disabled {
	opacity: 1;
}

button.next-big:hover {
	background: url(/framework/img/arrow-big.png) no-repeat 0 -50px;
}

button.next-big.disabled:hover {
	background: url(/framework/img/arrow-big.png) no-repeat 0 0px;
}

button.prev-small {
	display: block;
	width: 20px;
	height: 50px;
	padding: 0;
	background: url(/framework/img/arrow-small.png) no-repeat center 0;
	border: 0;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	opacity: 1;
}

button.prev-small.disabled {
	opacity: 1;
}

button.prev-small:hover {
	background: url(/framework/img/arrow-small.png) no-repeat center -50px;
}

button.prev-small.disabled:hover {
	background: url(/framework/img/arrow-small.png) no-repeat center 0px;
}

button.next-small {
	display: block;
	width: 20px;
	height: 50px;
	padding: 0;
	background: url(/framework/img/arrow-small.png) no-repeat center 0;
	border: 0;
	opacity: 1;
}

button.next-small.disabled {
	opacity: 1;
}

button.next-small:hover {
	background: url(/framework/img/arrow-small.png) no-repeat center -50px;
}

button.next-small.disabled:hover {
	background: url(/framework/img/arrow-small.png) no-repeat center 0px;
}
