﻿.creditwall { position:relative; margin:0 auto; background-color:#eee;}
.creditwall ul { list-style: none; display: block; margin:0; padding: 0;  }
.creditwall li { float: left; }
.creditwall li div {
	position: relative;
}
.creditwall ul li div a { 
	display:inline-block;
	position:absolute;
	bottom:0;
	left:0; 
	width:100%; 
	line-height:180%; 
	text-align:center; 
	background-color:#c00; 
	color:#FF0;
	font-weight:bolder;
	text-decoration:none;
}

.creditwall ul li img { background: url('apnopic.jpg') no-repeat center center;}

.clearfix {	float: none; clear: both; }
.creditwall .prev, .creditwall .next {
	background: transparent url(carousel_control.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 15px;
	height: 21px;
	position: absolute;
	top: 70px;				
}
.creditwall .prev {
	background-position: 0 0;
}
.creditwall .prev:hover {
	left: -1px;
}			
.creditwall .next {
	background-position: -18px 0;
	right:0;
}
.creditwall .next:hover {
	right: -1px;
}				
.creditwall .pager {
	text-align: center;
	margin: 0 auto;
}
.creditwall .pager a {
	background: transparent url(carousel_control.png) no-repeat -2px -32px;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
}
.creditwall .pager a.selected {
	background: transparent url(carousel_control.png) no-repeat -12px -32px;
	text-decoration: underline;				
}