/* PAGINATOR */
.Pages {
	margin-bottom: 0px;
	margin-top: 0px;
}
.Paginator {
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
.Paginator a, .pageList .this-page {
	padding: 2px 6px;
	border: solid 1px #ddd;
	background: #fff;
	text-decoration: none;
}
.Paginator a:visited {
	padding: 2px 6px;
	border: solid 1px #ddd;
	background: #fff;
	text-decoration: none;
}
.Paginator .AtStart {
	/*margin-right: 20px;*/
	padding: 2px 6px;
	border: solid 1px #ddd;
	background: #fff;
	color: #aaa;
}
.Paginator .Prev {
	/*margin-right: 20px;*/
	padding: 2px 6px;
	border: solid 1px #ddd;
	background: #fff;
}
.Paginator .Next {
	/*margin-left: 20px;*/
	padding: 2px 6px;
	border: solid 1px #ddd;
	background: #fff;
}
.Paginator .AtEnd {
	/*margin-left: 20px;*/
	padding: 2px 6px;
	border: solid 1px #ddd;
	background: #fff;
	color: #aaa;
}
.Paginator .this-page {
	color: #000000;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 auto;
	padding: 5px 6px;
	vertical-align: top;
}

.Paginator a:hover {
	color: #000;
	background: #e4e4e4;
	border-color: #036;
	text-decoration: none;
}
.Pages div.Results {
	text-align: center;
	font: 11px/15px Arial, Helvetica;
	color: #aaa;
	margin-top: 8px;
}

.pagination {
	text-align: center;
}

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{
	/*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally *//*position where enlarged image should offset horizontally */
}

a.play,
a.watch,
a.notes,
.download {
	display: block;
	background: url(../../images/audio-24.png) no-repeat scroll center;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	padding:0 3px 3px 0;
	float: left;
}
a.notes {
	background: url(../../images/notes-24.png) no-repeat scroll center;
}
a.watch {
	background: url(../../images/video24.png) no-repeat scroll center;
}
a.download {
	background: transparent url(../../images/ipod-24.png) no-repeat scroll center center;
}

.box0	{
	padding: 10px 0;
}

h5 {
	margin: 0 0 6px!important;
	color: #4B9BD2;
}

h5 a {
	color: #4B9BD2;
}

a {
	text-decoration: none;
}

.audiocontent {
	width: 60%;
	float: left;
}

.audiocontent p {
	padding: 0 10px 0 0;
}

.audiometa {
	width: 33%;
	float: left;
	line-height:20px;
}

.mediacontrol {
	width: 7%;
	float: right;
}

.sermonsearch {
	float: right;
	margin-top: -28px;
}

.clr {
	clear: both;
}

.componentheading {
	height: 30px;
}
