#leftGreyArrow{
	position: absolute;
	top: 10px;
	right: 320px;
}

#leftGreyArrow a, #leftGreyArrowtt a {
	background:url(../images/a-l.png) no-repeat;
	height: 20px;
	width: 17px;
	cursor:pointer;
	display: block;
}

#rightGreyArrow{
	position: absolute;
	top: 10px;
	right: 0px;
}

#rightGreyArrow a, #rightGreyArrowtt a {
	background:url(../images/a-r.png) no-repeat;
	height: 20px;
	width: 17px;
	cursor:pointer;
	display: block;
}

#leftRedArrow{
	position: absolute;
	top: 180px;
	left: 500px;
}

#leftRedArrow a {
	height: 21px;
	width: 17px;
	background:url(../images/arrows-l.png) no-repeat;
	cursor:pointer;
	display: block;
}

#rightRedArrow{
	position: absolute;
	top: 180px;
	left: 775px;
}

#rightRedArrow a {
	height: 21px;
	width: 17px;
	background:url(../images/arrows-r.png) no-repeat;
	cursor:pointer;
	display: block;
}


#leftGreyArrowtt{
	position: absolute;
	top: 110px;
	left: 10px;
	z-index: 20;
}

#rightGreyArrowtt{
	position: absolute;
	top: 110px;
	right:10px;
	z-index: 11;
}


#leftRedArrow a:hover, #rightRedArrow a:hover, #leftGreyArrow a:hover, #rightGreyArrow a:hover, #leftGreyArrowtt a:hover, #rightGreyArrowtt a:hover {
	text-decoration: none;
}

.boxHd ul {
	right: 25px !important;
}
.boxClan .boxHd li:nth-child(3).active {border-right: 1px solid #ccc !important}
.boxClan .boxHd li:first-child.active {border-left: 1px solid #ccc !important}

.clanTabs li:nth-child(3).active {border-right: 1px solid #ccc !important}
.clanTabs li:first-child.active {border-left: 1px solid #ccc !important}

.clanTabs {
	padding-left: 25px;
}

.myClans li, .clanTabs li {
	max-width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
}