﻿ .jssorb21 {
	position: absolute;
	bottom: 15px;
	left: 500px; /* navigator used on main banner -- 1/18 anshul! quick fix find permanent solution*/
	/* left: 6px; */
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
	/* position: absolute; */
	/* size of bullet elment */
	width: 19px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	color: white;
	font-size: 15px;
	background: url(/images/b21.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb21 div { background-position: -5px -5px; }
.jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
.jssorb21 .av { background-position: -65px -5px; }
.jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }

 .jssora21l, .jssora21r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 55px;
	height: 55px;
	cursor: pointer;
	background: url(/images/a21.png) center center no-repeat;
	overflow: hidden;
}
.jssora21l { background-position: -3px -33px; top: 35%; left: 8px; }
.jssora21r { background-position: -63px -33px; top: 35%; right: 8px; }
.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21l.jssora21ldn { background-position: -243px -33px; }
.jssora21r.jssora21rdn { background-position: -303px -33px; }


  .jssora08l, .jssora08r {
		display: block;
		position: absolute;
		/* size of arrow element - added left to move the arrow */
		left:470px;
		width: 10px;
		height: 30px;
		cursor: pointer;
		background: url(/images/a08.png) no-repeat;
		overflow: hidden;
		opacity: .4;
		filter: alpha(opacity=40);
	}
	.jssora08l { background-position: -5px -35px; }
	.jssora08r { background-position: -65px -35px; }
	.jssora08l:hover { background-position: -5px -35px; opacity: .8; filter:alpha(opacity=80); }
	.jssora08r:hover { background-position: -65px -35px; opacity: .8; filter:alpha(opacity=80); }
	.jssora08l.jssora08ldn { background-position: -5px -35px; opacity: .3; filter:alpha(opacity=30); }
	.jssora08r.jssora08rdn { background-position: -65px -35px; opacity: .3; filter:alpha(opacity=30); }