.linkimage_list{
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	margin: 0 0 15px -10px;
}
.linkimage_list ul{
	margin: 0 !important;
	padding: 0!important;
	position: absolute;
	top:0;
	left:0;
}
.linkimage_item{
	float: left;
/*	margin : 0 5px;*/
	list-style: none;
}


/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 7px;
	right: 7px;
	width: auto;
	height: 10px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	float: left;
	width: 10px;
	height: 10px;
	margin-left: 4px;
	background-color: #ec6e08;
	text-indent: -9999px;
	padding:0;
	}
	div.paging a.active, div.paging a:hover{
		background-color: #6f2e75;
	}
