﻿.RoundedPanel
{
	width:240px;
	margin-top:10px;
	margin-bottom:10px;
}

.RoundedPanel .TopBorder
{
	background-image:url(../img/RoundedPanel_Top.jpg);
	background-repeat:no-repeat;
	width:240px;
	min-height:5px;
	max-height:5px;
	font-size:0px;
	_height:0px;

}

.RoundedPanel .MiddleBorder
{
	background-image:url(../img/RoundedPanel_Middle.jpg);
	background-repeat:repeat-y;
	width:240px;
	min-height:0px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	
}
.RoundedPanel .MiddleBorder .BackgroundArea
{
	width:230px;
	margin-left:5px;
	padding:10px 0px 10px 10px;
	
}
.RoundedPanel .BottomBorder
{
	background-image:url(../img/RoundedPanel_Bottom.jpg);
	background-repeat:no-repeat;
	width:240px;
	min-height:5px;
	max-height:5px;
	font-size:0px;
	_height:5px;
}

.ImageGallery
{
	width: 554px;
	margin-bottom: 10px;
	background-color: #f2f8f8;
}

.ImageGallery .MainImageArea
{
	width: 546px;
	
	padding-top: 4px;
	margin-left: auto;
	margin-right: auto;
}

.ImageGallery .ThumbnailItem
{
	border:solid 1px White;
	float:left;
	margin-right:8px;
	margin-bottom:5px;
	cursor:pointer;
	cursor:hand;
}

.ImageGallery .ThumbnailItemSelected
{
	border:solid 1px #ff2400;
	float:left;
	margin-right:8px;
	margin-bottom:5px;
	cursor:pointer;
	cursor:hand;
}

.ImageGallery .ThumbnailArea
{
	margin-top:8px;
	margin-left: 10px;
	min-height:45px;
	_height:45px;
}

.SermonsandMusic .mp3Item 
{
	margin-bottom: 34px; 
	padding-left: 2px;
}


.SermonsandMusic .mp3Date
{
}

.SermonsandMusic .mp3Desc  
{
	margin-top:2px;
	font-size:12px;
}

.SermonsandMusic .mp3Title
{
	margin-top:2px;
	font-size:20px;
	font-weight:bold;
}

.SermonsandMusic .mp3Link 
{
	margin-top:30px;
}

.SermonsandMusic .mp3Player
{
	margin-top:30px;
}



