
#jsn-team-member {
	width: 960px;
	/*overflow-x: hidden;*/
	/*overflow-y: hidden;*/
	position: relative;
	height: 255px;
	margin: 0 auto;
}
.horizontal {
	width: 960px;
	margin: 0px;
	padding: 0px;
	height: 220px;
}
.horizontal li {
	width: 225px;
	float: left;
	list-style: none;
	margin: 0px;
	text-align: center;
	padding: 6px;
}
.horizontal li p.icon {
	background: #fff;
	padding: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;

}
.horizontal li p.icon a.avatar {
	display: inline-block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow:hidden;
	border:10px solid #e2e2e2;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.horizontal li img {
	background:#FFF;
	margin: 0px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.horizontal li p.icon a.avatar:hover {
	border:10px solid #e5e5e5;
	padding:10px;
	margin:-10px;
}

/*== COLORS ==*/
body.jsn-color-cyan .horizontal li p.icon a.avatar:hover {
	border:10px solid #3d8d8b;
}
body.jsn-color-green .horizontal li p.icon a.avatar:hover {
	border:10px solid #7bae00;
}
body.jsn-color-violet .horizontal li p.icon a.avatar:hover {
	border:10px solid #5e3729;
}
body.jsn-color-orange .horizontal li p.icon a.avatar:hover {
	border:10px solid #ff6000;
}
body.jsn-color-blue .horizontal li p.icon a.avatar:hover {
	border:10px solid #ae190e;
}
/* ===== SCROLLING STYLES ===== */
#scrollbar {
	position: relative;
	width: 960px;
	height: 10px;
	display: block;
	font-size: 1px;
	top: 10px;
	margin: 0 auto;
}
#track {
	position: absolute;
	left: 0px;
	top: 0;
	width: 960px;
	height: 4px;
	background: #e2e2e2;
}
#dragBar {
	position: absolute;
	left: 0px;
	top: 0 !important;
	width: 180px !important;
	height: 4px;
	background: #ca0554;
	cursor: move;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
/*== dragBar colors ==*/
body.jsn-color-cyan #dragBar {
	background: #3d8d8b;
}
body.jsn-color-green #dragBar {
	background: #7bae00;
}	
body.jsn-color-violet #dragBar {
	background: #5e3729;
}
body.jsn-color-orange #dragBar {
	background: #ff6000;
}
body.jsn-color-blue #dragBar {
	background: #ae190e;
}
	
#dragBar:hover {
	padding: 3px 0;
	top: -3px !important;
}
/* Prevent selection problem */
#scrollbar,
#track,
#dragBar,
#left,
#right {
	-moz-user-select: none;
	-khtml-user-select: none;
}
