#content-banner
{
	border:1px red solid;
	position:relative;
	right:0px;
	top:0px;
	float:right;
	z-index:10;
}

#gallery-list
{
	float:left;
	width:619px;
}

.gallery-list-items
{
	float:left;
	position:relative;
	margin-left:15px;
	
	
}

.gallery-list-items img
{
	display:block;
	margin-bottom:20px;
	border:1px solid #acacac;
}

#testimonials-form li
{
	margin-bottom:10px;
}

.errors label
{
	display:block;
	width:500px;
}

.errors
{
	margin-bottom:10px;
}

.errors span
{
	display:none;
}

/********************attachments********************/

#attachments-list
{
	width:550px;
	margin-left:15px;
}

#attachments-list div
{
	margin-bottom:15px;
}

#attachments-list img
{
	padding-right:5px;
}

#attachments-list a
{
	font-size:9pt;
	font-weight:bold;
	color:#dd9644;
}

#attachments-list span
{
	font-size:8pt;
	
}

/**************videos***********************/

.video-player
{
    font-family :Verdana ;
    font-size:x-small;
    float:left;
	position:relative;
	margin-left:15px;
/*	margin-left:20px;
	margin-bottom:20px;	*/
}
.video-player img
{
	display:block;
	margin-top:10px;
	/*margin-bottom:4px;*/
	border:1px solid #acacac;
}

