#churchDescriptionVerses .verseContainer
{
	display: none;
	list-style-type: none; 
}

.churchDescription
{
	color: purple;
	text-decoration: underline;
}

#cp_container_1
{
	float: left;
	margin-right: 30px;
}

#messageList img
{
	width: 12px;
	height: 12px;
}

#recentMessagesContainer
{
	height: 190px;
}

#sermonTableContainer
{
    height: 118px;
    overflow-y: auto;
}

.next, .prev, .pagination
{
	display: none;
}
/*
	Slides container
	Important:
	Set to display none, prevents content flash
*/
.slides_container
{
	display: none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container img
{
	width: 900px;
	height: 450px;
	display: block;
}

/*
	Optional:
	Reset list default style
*/
.pagination
{
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
	Optional:
	Show the current slide in the pagination
*/
.pagination .current a
{
	color: #FFCE00;
}