#expCall{
	height: 325px;
	width: 135px;
	position: absolute;
	overflow: hidden;
	right: 150px;
	top: 150px;
}


.logoWrapper{
	
	height: 255px;
	width: 133px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 35px;
}

.logos{
	text-align: right;
	width: 133px;
	height: 1000px;
	position: absolute;
	
}

.logos div{
	width: 133px;
	height: 85px;
	cursor: pointer;
}

a.prevPage{
	display: block;
	height: 17px;
	width: 20px;
	cursor: pointer;
	position: absolute;
	right: 60px;
	top: 0px;
	background:url(/images/sub/work/up.gif) no-repeat bottom left;
}

a.nextPage{
	height: 17px;
	display: block;
	width: 20px;
	cursor: pointer;
	position: absolute;
	right: 60px;
	bottom: 0px;
	background:url(/images/sub/work/down.gif) no-repeat bottom left;
}

.disabled, a.disabled{
	background-position: top left !important;
	cursor: default;
}