
.scroller-con{
	
	position: relative;
	overflow: hidden;
	margin: 10px 0 55px;
}

.scroller-con .scroller{
	overflow: hidden;
	position: relative;
}
.scroller-con .inner{
	position: absolute!important;
}


/*Skin 1*/
.scroller-con .simple-scrollbary{
	position: absolute;
	width: 7px;
	height: 60px;
	top: 0;
	right: 0px;
	background: #5896c6;
	border-radius:2px;
	cursor: pointer;
}
.scroller-con .simple-scrollbary-bg{
	position: absolute;
	width: 7px;
	top: 0;
	right: 0px;
	background: #eee;
	border-radius:5px;
	cursor: pointer;
}
.scroller-con .simple-scrollbarx{
	position: absolute;
	width: 208px;
	height: 14px;
	left: 0;
	bottom: -18px;
	border-radius:2px;
	cursor: pointer;
background: #b7df63;
background: -moz-linear-gradient(top, #b7df63 0%, #74ab00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7df63), color-stop(100%,#74ab00));
background: -webkit-linear-gradient(top, #b7df63 0%,#74ab00 100%);
background: -o-linear-gradient(top, #b7df63 0%,#74ab00 100%);
background: -ms-linear-gradient(top, #b7df63 0%,#74ab00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7df63', endColorstr='#74ab00',GradientType=0 );
background: linear-gradient(top, #b7df63 0%,#74ab00 100%);
}
.scroller-con .simple-scrollbarx-bg{
	position: absolute;
	height: 14px;
	left: 0;
	bottom: -19px;
	background: #FFF;
	border:1px solid #eee;
	border-radius:5px;
	cursor: pointer;
}


/*Skin 2*/
.scroller-con .s2-scrollbary{
	position: absolute;
	width: 7px;
	height: 60px;
	top: 0;
	right: -10px;
	background: transparent url('styleimg/scroller1.png');
}
.scroller-con .s2-scrollbary-bg{
	position: absolute;
	width: 7px;
	top: 0;
	right: -10px;
	background: #eee;
}
.scroller-con .s2-scrollbarx{
	position: absolute;
	width: 60px;
	height: 30px;
	left: 0;
	bottom: -30px;
	background: yellow;
	cursor: pointer;
}
.scroller-con .s2-scrollbarx-bg, .s2-scrollbarx-bg {
	position: absolute;
	height: 30px;
	left: 0;
	bottom: -30px;
	background: #000;
	cursor: pointer;
}




/*Skin 3*/
.scroller-con .s3-scrollbary{
	position: absolute;
	width: 10px;
	height: 35px;
	top: 0;
	right: -15px;
	background: url('styleimg/s3scrollery.png');
	cursor: pointer;
}
.scroller-con .s3-scrollbary-bg{
	position: absolute;
	width: 1px;
	top: 0;
	right: -10px;
	background: #fff;
	cursor: pointer;
}

.scroller-con .s3-scrollbarx{
	position: absolute;
	width: 35px;
	height: 10px;
	left: 0;
	bottom: -15px;
	background: url('styleimg/s3scrollerx.png');
	cursor: pointer;
}
.scroller-con .s3-scrollbarx-bg{
	position: absolute;
	height: 1px;
	left: 0;
	bottom: -10px;
	background: #eee;
	cursor: pointer;
}
.scroller-gallery{
	position:relative;
}
.scroller-gallery .desc{
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	background:rgb(0,0,0);
	background:rgba(0,0,0,0.8);
}
.masonry > *{
	overflow:hidden;
}
.scroller-gallery a{ text-decoration:none; color: #fff; }
.scroller-gallery .desc > div{ padding:10px 15px; }
.scroller-gallery .desc .fake-link{ color:#09F; }
.scroller-gallery h5{ padding:10px 0; }
.icon{ width:9px; height:9px; position:absolute; top:20px; right:15px; background-repeat:no-repeat; background-position:50% 50%;  }
.icon.page { background-image: url('styleimg/page.png'); }
.icon.image { background-image: url('styleimg/image.png'); }
.icon.video { background-image: url('styleimg/video.png'); }

.preloader{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius:10px;
	background:#fff url(./styleimg/preloader.gif) center no-repeat;
}
.fullwidth{ width:100%; }
.fullheight{ height:100%; }