

/* Example wrapper */
.wrap {
	position: relative;
}
.lSliding{
	cursor:pointer;
	 background:#fff; 
	 border:1px solid #008ca5; width: 34px;  height: 248px; position: absolute; left:3px; z-index: 2;
}


.bgwhitelSliding{background: #fff;
    padding: 0px 2px;
    width: 40px;
    position: absolute;
    height: 248px;
    display: inline-block;}
.bgwhitelSlidingR{background: #fff;
    padding: 0px 2px;
    width: 40px;
    position: absolute;
    height: 248px; right:0px; top:0px;
    display: inline-block;}
.lSliding i, .rSliding i{position: absolute;
    top: 45%;
    left: 7px;
    font-size: 24px; color:#000;}
.lSliding.disabled, .rSliding.disabled{border:1px solid #cccccd;}
.lSliding.disabled i, .rSliding.disabled i{color:#cdcdcd;}
.rSliding{
	cursor:pointer;
	background:#fff;  border:1px solid #008ca5; width: 34px;  
	height: 248px; position: absolute; right:3px; z-index: 2; top:0px;}
/* Frame */
.frame {
	height: 250px;
	/*line-height: 250px;*/
	overflow: hidden;
	margin-left: 44px; margin-right: 28px;
}
.frame a{font-size: 12px; color:#317ce2; display: block; width: 175px; text-align: center;}
.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	/*font-size: 50px;*/
}
.frame ul li {
	float: left;
	width: 184px;
	height: 100%;
	margin: 0 1px 0 0;
	padding: 0;
	color: #ddd;
	text-align: center;
	cursor: pointer;
}
.frame ul li.active {
	color: #fff;
}

/* Scrollbar */
.scrollbar {
	margin: 8px 33px 12px 33px;
	height: 20px;
	border:#eee 1px solid;
	line-height: 0;
	border-radius:4px;
	padding-top: 1px;
	position: absolute;
	width: 95%;
}
.scrollbar .handle {
	width: 100px;
	height: 16px;
	background: #e6e6e6;
	cursor: pointer;border-radius:4px;
	border:#eee 1px solid;
	margin-left: 2px;
	margin-right: 4px;
}
.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 18px;
}

/* Pages */
.pages {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}
.pages li {
	display: inline-block;
	width: 14px;
	height: 14px;
	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 */
.controls { margin: 25px 0; text-align: center; }

/* One Item Per Frame example*/
.oneperframe { height: 300px; line-height: 300px; }
.oneperframe ul li { width: 1140px; }
.oneperframe ul li.active { background: #333; }

/* Crazy example */
.crazy ul li:nth-child(2n) { width: 100px; margin: 0 4px 0 20px; }
.crazy ul li:nth-child(3n) { width: 300px; margin: 0 10px 0 5px; }
.crazy ul li:nth-child(4n) { width: 400px; margin: 0 30px 0 2px; }

/**/
.scrollbar.scrbar-header{bottom: -8px;
   /* width: 92%;*/border-radius: 10px;height: 24px;padding-top: 2px;
    border:2px solid #008da8;
    left: 13px;}
.scrollbar.scrbar-header .handle{background: #fff;border-radius: 6px;}
.frame.frameRoller{height: 284px;}
.bigmain .bgwhitelSliding, .bigmain .bgwhitelSlidingR{background: none; padding: 1px 2px;}
.bigmain .bgwhitelSliding .lSliding, .bigmain .bgwhitelSlidingR .rSliding{background: #000;border:2px solid #fff;}
.bigmain .bgwhitelSliding .lSliding.disabled{background: none; border:2px solid #008da8;}
.bigmain .bgwhitelSliding .lSliding.disabled i,
.bigmain .bgwhitelSlidingR .rSliding.disabled i
{color:#008da8}
.bigmain .bgwhitelSliding .lSliding i, .bigmain .bgwhitelSlidingR .rSliding i{color:#fff; left:4px;}
.bigmain .bgwhitelSliding .lSliding, .bigmain .bgwhitelSlidingR .rSliding{height: 282px; opacity:1;}
.itemInRoller a{color:#fff; font-size: 16px;}
.frame.frameRoller ul li.itemInRoller{width:197px;}
.frame.frameRoller ul li.itemInRoller:hover .rounder-pic-category{border-radius: 8px;
    background-size: 80%;
    border: 2px solid #ff9600;}
.frame.frameRoller#slider-usefull  ul li.itemInRoller{width: 270px;}
.frame.frameRoller#slider-usefull  ul li.itemInRoller a{width: 225px}