/*
EasyDNNGallery CSS file

Instructions: To properly create theme the first ID selector (#EDG_7_round0) must equal the name of the css file
(example: this file is called EDG_7_round0.css and the first ID selector must called EDG_7_round0).
 Names may be in its sole discretion,
 only important thing is  that the first ID selector is the same as css filename so the theme is correct.
 To quickly change the name of the first ID selector use the find / replace function in your editor.
*/


/* Lightbox Gallery */
#EDG_7_round0 .EDGmain {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	position: relative;
	
	
}


#EDG_7_round0 .EDGmain .round1 {
	background-image: url(images/round_bot_left4.png);
	display: block;
	height: 14px;
	width: 14px;
	background-position: left bottom;
	z-index: 100;
	left:-3px;
	float: left;
	position: absolute;
	bottom: -4px;
}

#EDG_7_round0 .EDGmain .round2 {
	background-image: url(images/round_top_left4.png);
	display: block;
	height: 14px;
	width: 14px;
	background-position: left top;
	z-index: 100;
	left:-2px;
	float: left;
	position: absolute;
	top: -4px;
}

#EDG_7_round0 .EDGmain .round3 {
	background-image: url(images/round_top_right4.png);
	display: block;
	height: 14px;
	width: 14px;
	background-position: left top;
	z-index: 100;
	right:-4px;
	float: left;
	position: absolute;
	top: -4px;
}

#EDG_7_round0 .EDGmain .round4 {
	background-image: url(images/round_bot_right4.png);
	display: block;
	height: 14px;
	width: 14px;
	background-position: left top;
	z-index: 100;
	right:-4px;
	float: left;
	position: absolute;
	bottom: -4px;
}

#EDG_7_round0 .EDGmain .topsh {
	background-image: url(images/top_sh4.png);
	background-repeat: repeat-x;
	display: block;
	height: 6px;
	width: 100%;
	position: absolute;
	z-index: 99;
	top: -4px;
	left:0px;
}
#EDG_7_round0 .EDGmain .botsh {
	background-image: url(images/bot_sh4.png);
	background-repeat: repeat-x;
	display: block;
	height: 6px;
	width: 100%;
	position: absolute;
	z-index: 99;
	bottom: -4px;
	left:0px;
}

#EDG_7_round0 .EDGmain .leftsh {
	background-image: url(images/left_sh4.png);
	background-repeat: repeat-y;
	display: block;
	height: 100%;
	width: 6px;
	position: absolute;
	z-index: 99;
	left: -4px;
}
#EDG_7_round0 .EDGmain .rightsh {
	background-image: url(images/right_sh4.png);
	background-repeat: repeat-y;
	display: block;
	height: 100%;
	width: 6px;
	position: absolute;
	z-index: 99;
	right: -4px;
	overflow:inherit!important;
}


/*Lighbox gallery - Image*/
#EDG_7_round0 .EDGmain .EDGimage a {
	text-decoration: none;
	float: left;
}
#EDG_7_round0 .EDGmain .EDGimage a:hover {
	cursor: pointer;
}

#EDG_7_round0 .EDGmain .EDGimage a img
{
	float: left;
	margin: 0;
	border: none;

}


#EDG_7_round0 .EDGmain .EDGimage img
{
	float: left;
	margin: 0;
	border: none;

}


#EDG_7_round0 .EDGmain .EDGimage a:hover img
{
	float: left;
	margin: 0;
	border: none;

}


#EDG_7_round0 .EDGmain .EDGimage a input
{
	float: left;
	margin: 0;
	border: none;

}
#EDG_7_round0 .EDGmain .EDGimage a:hover input
{
	float: left;
	margin: 0;
	border: none;

}

#EDG_7_round0 .EDGmain .EDGimage .imgborder {
	float: left;
	margin: 0;
	border: none;
}


#EDG_7_round0 .EDGmain .EDGimage a .flag 
{
	
}

#EDG_7_round0 .EDGmain .EDGimage a:hover .flag {
	
	/*
	position: absolute;
	bottom: 25px;
	float: left;
	background-image: url(images/open_2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
	width: 100%;
	left: 0px;*/
}


#EDG_7_round0 .EDGmain .EDGimage a .flagObject {
	/*position: absolute;
	float: right;
	background-image: url(images/flag_image.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 53px;
	width: 42px;
	top: 0px;
	right: 0px;
	display: inline-block;*/
}


#EDG_7_round0 .EDGmain .EDGimage .title
{
	position: absolute;
	bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	text-align: center;
	left: 0px;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
	white-space: normal;
	color: #FFFFFF;
	line-height:normal;
}



#EDG_7_round0 .EDGmain .EDGimage a .title
{
	margin: 0px;
	padding: 5px;
	color: #fff;
	background: #000;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/

}
#EDG_7_round0 .EDGmain .EDGimage a:hover .title
{
	color: #FFFFFF;
	background-color: #FF0000;
	filter: alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
}

#EDG_7_round0 .EDGmain .EDGimage .Description
{
	font-size: 9px;
	font-style: italic;
}


/*Lighbox gallery - Video*/
#EDG_7_round0 .EDGmain .EDGvideo a {
	text-decoration: none;
	float: left;
}
#EDG_7_round0 .EDGmain .EDGvideo a:hover {
	cursor: pointer;
}

#EDG_7_round0 .EDGmain .EDGvideo a img {
		float: left;
	margin: 0;
	border: none;
}
#EDG_7_round0 .EDGmain .EDGvideo a:hover img {
		float: left;
	margin: 0;
	border: none;
}

#EDG_7_round0 .EDGmain .EDGvideo .imgborder {
		float: left;
	margin: 0;
	border: none;
}

#EDG_7_round0 .EDGmain .EDGvideo a .flag {
}
#EDG_7_round0 .EDGmain .EDGvideo a:hover .flag {
	/*position: absolute;
	bottom: 25px;
	float: left;
	background-image: url(images/open_2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
	width: 100%;
	left: 0px;*/
}


#EDG_7_round0 .EDGmain .EDGvideo a .flagObject {
	/*position: absolute;
	float: right;
	background-image: url(images/flag_video.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 53px;
	width: 42px;
	top: 0px;
	right: 0px;
	display: inline-block;*/
}


#EDG_7_round0 .EDGmain .EDGvideo .title
{
	position: absolute;
	bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	text-align: center;
	left: 0px;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
	white-space: normal;
	color: #FFFFFF;
	line-height:normal;
}



#EDG_7_round0 .EDGmain .EDGvideo a .title
{
	margin: 0px;
	padding: 5px;
	color: #fff;
	background: #000;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/

}
#EDG_7_round0 .EDGmain .EDGvideo a:hover .title
{
	color: #FFFFFF;
	background-color: #FF0000;
	filter: alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
}


#EDG_7_round0 .EDGmain .EDGvideo .Description
{
	font-size: 9px;
	font-style: italic;
}


/*Lighbox gallery - Audio*/
#EDG_7_round0 .EDGmain .EDGaudio {
	text-decoration: none;
	float: left;
}
#EDG_7_round0 .EDGmain .EDGaudio a:hover {
	cursor: pointer;
}

#EDG_7_round0 .EDGmain .EDGaudio a img {
	float: left;
	margin: 0;
	border: none;
}
#EDG_7_round0 .EDGmain .EDGaudio a:hover img {
	float: left;
	margin: 0;
	border: none;
}

#EDG_7_round0 .EDGmain .EDGaudio .imgborder {
	float: left;
	margin: 0;
	border: none;

}

#EDG_7_round0 .EDGmain .EDGaudio a .flag 
{
	
}

#EDG_7_round0 .EDGmain .EDGaudio a:hover .flag
{
	/*position: absolute;
	bottom: 25px;
	float: left;
	background-image: url(images/open_2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
	width: 100%;
	left: 0px;*/
}


#EDG_7_round0 .EDGmain .EDGaudio a .flagObject {
	/*position: absolute;
	float: right;
	background-image: url(images/flag_audio.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 53px;
	width: 42px;
	top: 0px;
	right: 0px;
	display: inline-block;*/
}


#EDG_7_round0 .EDGmain .EDGaudio .title
{
	position: absolute;
	bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	text-align: center;
	left: 0px;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
	white-space: normal;
	color: #FFFFFF;
	line-height:normal;
}



#EDG_7_round0 .EDGmain .EDGaudio a .title
{
	margin: 0px;
	padding: 5px;
	color: #fff;
	background: #000;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/

}
#EDG_7_round0 .EDGmain .EDGaudio a:hover .title
{
	color: #FFFFFF;
	background-color: #FF0000;
	filter: alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
}


#EDG_7_round0 .EDGmain .EDGaudio .Description
{
	font-size: 9px;
	font-style: italic;
	line-height:normal;
}


/*END Lighbox gallery */



/*Gallery background  - if you want gallery without a background delete the settings, but leave empty class */
#EDG_7_round0 .EDGbackground
{
	
	margin-right: auto;
	margin-left: auto;
}

#EDG_7_round0 .EDGbackground .EDGcontent {
	
}

#EDG_7_round0 .EDGbackground .EDGcontentbgrd
{

}
#EDG_7_round0 .EDGbackground .EDGcornerbotleft {

} 
#EDG_7_round0 .EDGbackground .EDGcornerbotright {

} 
#EDG_7_round0 .EDGbackground .EDGcornertopleft {

} 
#EDG_7_round0 .EDGbackground .EDGcornertopright {

} 
#EDG_7_round0 .EDGbackground .EDGclear {font-size: 1px; height: 1px}


/*paging*/
#EDG_7_round0 .buttonPrev
{
	display:none;
	/*
	border-style: hidden;
	border-width: 0px;
	background-repeat: no-repeat;
	width: 74px;
	height: 24px;
	background-color: transparent;
	background-image: url(images/btn4_left.png);
	margin-right:10px;
*/
}

#EDG_7_round0 .buttonPrev:hover
{
	display:none;
	/*
	border-style: hidden;
	border-width: 0px;

	background: transparent url(images/btn4_left_hover.png);
	background-repeat: no-repeat;
	width: 74px;
	height: 24px;
	margin-right:10px;*/
}


#EDG_7_round0 .buttonNext
{
	display:none;
	/*
	border-style: hidden;
	border-width: 0px;
	background-repeat: no-repeat;
	width: 74px;
	height: 24px;
	background-color: transparent;
	background-image: url(images/btn4_right.png);
	margin-right:10px;*/
	}
	
#EDG_7_round0 .buttonNext:hover
{
	display:none;
	/*border-style: hidden;
	border-width: 0px;
	background: transparent url(images/btn4_right_hover.png);
	background-repeat: no-repeat;
	width: 74px;
	height: 24px;
	margin-right:10px;
*/
	}


#EDG_7_round0 .EDGpager span
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height:normal;
	margin-left: 2px;
	margin-right: 2px;
	text-decoration: none;
		background: url("images/pagesh_on.png");
	background-repeat:no-repeat;
	display:block;
	width:35px;
	height:24px;
	padding-top:6px;
	text-align:center;


}

#EDG_7_round0 .EDGpager a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin-left: 2px;
	margin-right: 2px;
	text-decoration: none;
	background: url("images/pagesh_off.png");
	background-repeat:no-repeat;
	display:block;
	width:29px;
	height:21px;
	padding-top:4px;
	text-align:center;
	line-height:normal;
}

#EDG_7_round0 .EDGpager a:hover
{
	/*width: 19px;
	height: 19px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin-left: 2px;
	margin-right: 2px;
	text-decoration: none;
	background: url("images/pagesh_on2.png");
	background-repeat:no-repeat;
	display:block;
	width:29px;
	height:21px;
	padding-top:4px;
	text-align:center;
	line-height:normal;
}

#EDG_7_round0 .pagerbox
{
	margin-top:10px;
	margin-bottom:0px;
	text-align:center;
	line-height:normal;

}



/*Video gallery*/

#EDG_7_round0 .VideoBodyEmbed
{
	/*border: 1px solid #FFFFFF;*/
} 


#EDG_7_round0 .VideoTitle
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 10px;
	color: #666666;
	line-height:normal;


} 

#EDG_7_round0 .VideoDescription
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666666;
	line-height:normal;

} 

#EDG_7_round0 .VideoDescription a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #666666;
	text-decoration:underline;
} 

#EDG_7_round0 .VideoDescription a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #666666;
	text-decoration:none;
} 



/*Audio gallery*/

#EDG_7_round0 .AudioTitle
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 5px;
	color: #666666;
	line-height:normal;


} 

#EDG_7_round0 .AudioDescription
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 15px;
	color: #666666;
	line-height:normal;

} 

#EDG_7_round0 .AudioDescription a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #666666;
	text-decoration:underline;
} 

#EDG_7_round0 .AudioDescription a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #666666;
	text-decoration:none;
} 





/*MAIN Gallery Title*/

#EDG_7_round0 .GalleryDescription
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666666;
	line-height:normal;
	display:block;
} 


#EDG_7_round0 .EDGTitle
{
margin-top:10px;
margin-bottom:15px;
text-align:center;
display:block;

}

#EDG_7_round0 .EDGTitle .EDGTitleText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	line-height:normal;
}


/*SlideShow*/

#EDG_7_round0 .SlideshowDescription
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-align: center;
	margin-top: 5px;
	color: #666666;
	display:block;
	line-height:normal;


} 

#EDG_7_round0 .SlideshowTitle
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666666;
	line-height:normal;


} 

#EDG_7_round0 .slideshowtitledescbox
{
margin-top:10px;
margin-bottom:10px;
}


#EDG_7_round0 .slideshow {
text-align: center;	
}
#EDG_7_round0 .slideshowimg {
	padding: 2px;
	background: #fff;
	border: 1px solid #C7C7C7 !important;
}






#EDG_7_round0 .EDGSlide {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
	position: relative;
	text-align:center;
	
}

#EDG_7_round0 .EDGSlide .EDGimage{
	text-align:center;
	/*float: left;*/

}


#EDG_7_round0 .EDGSlide .EDGimage a {
	text-decoration: none;
	float: left;
}


#EDG_7_round0 .EDGmain .EDGimage a:hover {
	cursor:pointer;
}

#EDG_7_round0 .EDGSlide .EDGimage a img
{
	float: left;
	margin: 0;
	border: none;

}
#EDG_7_round0 .EDGSlide .EDGimage a:hover img
{
	float: left;
	margin: 0;
	border: none;

}

#EDG_7_round0 .EDGSlide .EDGimage .imgborder {
	float: left;
	margin: 0;
	border: none;

}


#EDG_7_round0 .EDGSlide .EDGimage a .flag 
{
	
}

#EDG_7_round0 .EDGSlide .EDGimage a:hover .flag {
	
	/*
	position: absolute;
	bottom: 25px;
	float: left;
	background-image: url(images/open_2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
	width: 100%;
	left: 0px;*/
}


#EDG_7_round0 .EDGSlide .EDGimage a .flagObject {
	/*position: absolute;
	float: right;
	background-image: url(images/flag_image.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 53px;
	width: 42px;
	top: 0px;
	right: 0px;
	display: inline-block;*/
}


#EDG_7_round0 .EDGSlide .EDGimage .title
{
	position: absolute;
	bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	text-align: center;
	left: 0px;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
	white-space: normal;
	color: #FFFFFF;
	line-height:normal;
}



#EDG_7_round0 .EDGSlide .EDGimage a .title
{
		margin: 0px;
	padding: 5px;
	color: #fff;
	background: #000;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}
#EDG_7_round0 .EDGSlide .EDGimage a:hover .title 
{

		color: #FFFFFF;
	background-color: #FF0000;
	filter: alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/

}


#EDG_7_round0 .EDGSlide .EDGimage .Description
{
	font-size: 9px;
	font-style: italic;
	line-height:normal;
}


#EDG_7_round0 .EDGSlide .round1 {
	background-image: url(images/round_bot_left4.png);
	display: block;
	height: 14px;
	width: 14px;
	background-position: left bottom;
	z-index: 100;
	left:-3px;
	float: left;
	position: absolute;
	bottom: -4px;
}

#EDG_7_round0 .EDGSlide .round2 {
	background-image: url(images/round_top_left4.png);
	display: block;
	height: 14px;
	width: 14px;
	background-position: left top;
	z-index: 100;
	left:-2px;
	float: left;
	position: absolute;
	top: -4px;
}

#EDG_7_round0 .EDGSlide .round3 {
	background-image: url(images/round_top_right4.png);
	display: block;
	height: 14px;
	width: 14px;
	background-position: left top;
	z-index: 100;
	right:-4px;
	float: left;
	position: absolute;
	top: -4px;
}

#EDG_7_round0 .EDGSlide .round4 {
	background-image: url(images/round_bot_right4.png);
	display: block;
	height: 14px;
	width: 14px;
	background-position: left top;
	z-index: 100;
	right:-4px;
	float: left;
	position: absolute;
	bottom: -4px;
}

#EDG_7_round0 .EDGSlide .topsh {
	background-image: url(images/top_sh4.png);
	background-repeat: repeat-x;
	display: block;
	height: 6px;
	width: 100%;
	position: absolute;
	z-index: 99;
	top: -4px;
}
#EDG_7_round0 .EDGSlide .botsh {
	background-image: url(images/bot_sh4.png);
	background-repeat: repeat-x;
	display: block;
	height: 6px;
	width: 100%;
	position: absolute;
	z-index: 99;
	bottom: -4px;
}

#EDG_7_round0 .EDGSlide .leftsh {
	background-image: url(images/left_sh4.png);
	background-repeat: repeat-y;
	display: block;
	height: 100%;
	width: 6px;
	position: absolute;
	z-index: 99;
	left: -4px;
}
#EDG_7_round0 .EDGSlide .rightsh {
	background-image: url(images/right_sh4.png);
	background-repeat: repeat-y;
	display: block;
	height: 100%;
	width: 6px;
	position: absolute;
	z-index: 99;
	right: -4px;
}


#EDG_7_round0 .btnGalleryBack
{
	border-style: hidden;
	border-width: 0px;
	background: transparent url(images/backblack.png);
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	display:block;	
	margin-left:50px;	
}


#EDG_7_round0 .nestedBreadCrumb
{
	margin-left:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;

	}
	
	#EDG_7_round0 .nestedBreadCrumb a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}


	#EDG_7_round0 .nestedBreadCrumb a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}	


/***Version 2.2.*****************/


#EDG_7_round0 .TitleCarousel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	clear: both;
	float:left;
	font-weight: bold;
	text-align: left;
	padding-left:10px;
}

#EDG_7_round0 .DescriptionCarousel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	clear: both;
	float:left;
	white-space:normal;
	bottom:0px;
	text-align: left;
	font-weight:normal;
	padding-left:10px;
	margin-bottom:10px;
}

#EDG_7_round0 .DescriptionCarousel a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:underline;
	
	}
	
#EDG_7_round0 .DescriptionCarousel a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
	
	}



/***Version 2.3.*****************/
/*** Lightbox1.ascx **/	

#EDG_7_round0 a:link
{
	text-decoration:none!important;
	
	}


#EDG_7_round0 .titleimage .title
{
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	visibility: visible;
	line-height: normal;
	white-space: normal;
	display: block;
	color: #333333;
	text-decoration:none!important;
}

#EDG_7_round0 .titleimage .title a
{
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	visibility: visible;
	line-height: normal;
	white-space: normal;
	display: block;
	color: #333333;
	text-decoration:none!important;
}



#EDG_7_round0 .DescriptionImage
{
	font-size: 11px;
	font-style: italic;
	white-space: normal;
	margin-bottom:10px;
	display:block;
	color: #333333;
	text-decoration:none!important;
	line-height: normal;
	text-align: left;

}

#EDG_7_round0 .DescriptionImage a
{
	font-size: 11px;
	font-style: italic;
	white-space: normal;
	margin-bottom:10px;
	display:block;
	color: #333333;
	text-decoration:none!important;
	line-height: normal;
	text-align: left;

}

#EDG_7_round0 .NestedInfo
{
	font-size: 10px;
	font-style: normal;
	white-space: normal;
	margin-bottom:10px;
	display:block;
	color: #333333;
	text-decoration:none!important;
	line-height: normal;
	text-align: left;

}


#EDG_7_round0 .ViewDetailsLink
{
	clear:both;
	display:block;
	text-align:left;
	padding-top:5px;
	
	}
	

#EDG_7_round0 .ViewDetailsLink a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin-left: 2px;
	margin-right: 2px;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
	border: 1px solid #CCCCCC;
}

#EDG_7_round0 .ViewDetailsLink a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin-left: 2px;
	margin-right: 2px;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
	border: 1px solid #C0C0C0;
	background-color: #D2D2D2;
}	

/**** version 2.6 ****/

#EDG_7_round0 .EDGmain .EDGimage .shadowborder
{

float: left;
	margin: 0;
	border: none;



}

#EDG_7_round0 .EDGboxslide a 
{
	color:#FFF; 
	font:12px Verdana,Tahoma, sans-serif; 
	font-weight:bold;
	display:block;
	width:100%;
	padding-bottom:5px;
			
				
	}
				
#EDG_7_round0 .EDGboxslide a:hover
	{
	 text-decoration:underline!important;
	 color:Red;
	 padding-bottom:5px;				
}	
				
				
#EDG_7_round0 .EDGboxslide h3 
	{
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	color:#FFF; 
	font:16px Arial, sans-serif; 			 
	font-weight: bold;  
	opacity: 1; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			                                }
			
#EDG_7_round0 .EDGboxslide{ 		
	float:left; 
	overflow: hidden; 
	position: relative;
	
}

#EDG_7_round0 .EDGboxslide p{ 
	padding: 0 10px; 
	color:#fff; 
	font-weight:bold; 
	font:12px Verdana, Arial, sans-serif;
		z-index:2;
	display:block;
	text-align:left;
}
				
#EDG_7_round0 .EDGboxcaption{ 
float: left; 
	position: absolute; 
 	}
 				
			
 #EDG_7_round0 .EDGboxcaption .EDGbgrdtext{ 
	left:0;
	position: absolute; 
	background: #000; 
	padding-bottom:2px;
	opacity: .5; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	white-space:normal;
	z-index:1;	

 	
 	
 	}
 	
 
 #EDG_7_round0 .EDGboxcaption .EDGslidetext
 {
 	clear:both;
 	left:0; 
	position: absolute; 
 	z-index:2;	
 	display:block;
 	text-align:center;
 	width:100%;
 	
 	}
 
 	
 #EDG_7_round0 .EDGboxcaption a.btnslide
 {
 	clear:both;
 	width:118px;
 	height:16px;
 	display:block;
 	background-image: url(images/btnslide1.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index:2;
	margin-left:8px;
	padding-top:5px;
	text-align:center;
	color:#ffffff;
 	
 	}
 
  #EDG_7_round0 .EDGboxcaption a.btnslide:hover
 {
 	clear:both;
 	width:118px;
 	height:16px;
 	display:block;
 	background-image: url(images/btnslide1_off.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index:2;
	margin-left:8px;
	padding-top:5px;
	text-align:center;
	color:#ffffff;
	text-decoration:none!important;
 	
 	}	
 	
 	
 	 #EDG_7_round0 .EDGboxcaption .EDGboxbtn
 	 {
 	float: left; 
	position: absolute; 
 	z-index:2;	
 	 	
 }	
 
 #EDG_7_round0 .playListItem a
{
	border: 1px solid #999999;
	display: block;
	padding: 7px;
	margin: 3px;
	color: #333333;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*width:250px;*/
}
    
#EDG_7_round0 .playListItem a:hover
{
	border: 1px solid #999999;
	display: block;
	padding: 7px;
	margin: 3px;
	color: #333333;
	background: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*width:250px;*/
}


/* Version 3.1 */
/*Lightbox portfolio gallery */

/*----------- PAGINATION STYLES -----------*/
#EDG_7_round0 #portfolio_pagination {
	float: left;
	margin-top: 20px;
}

#EDG_7_round0 #portfolio_pagination ul{
	margin: 0;
	padding: 0;	
}

#EDG_7_round0 #portfolio_pagination ul li {
	width: 15px;
	height: 15px;
	background-image: url(../images/page_nav.png);
	background-repeat: no-repeat;
	float: left;
	list-style: none;
	margin-left: 3px;
	margin-right: 3px;
}

#EDG_7_round0 #portfolio_pagination ul li:hover, #EDG_7_round0 #portfolio_pagination ul li.selected {
	background-image: url(../images/page_nav_active_black.png);
}


/*----------- CATEGORY FILTER STYLES -----------*/

#EDG_7_round0 #portfolio_categories_left{
	width:5px;
	height:38px;
	background-image: url(../images/portfolio/left_gray.png);
	float:left;
	background-repeat: no-repeat;
	z-index:0;	
}

#EDG_7_round0 #portfolio_categories_right{
	width:5px;
	height:38px;
	background-image: url(../images/portfolio/right_gray.png);
	float:right;		
	background-repeat: no-repeat;	
	z-index:0;
}

#EDG_7_round0 #portfolio_categories {
	background-image: url(../images/portfolio/middle_gray.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 38px;
	display: block;
	float: left;
	margin-bottom: 30px;
	position: relative;
	font-size: 13px;
	line-height: 1.5em;
	z-index:1;
	
}

#EDG_7_round0 #portfolio_categories ul {
		margin: 0;
	padding: 0;
	float: left;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	height: 37px;
	padding-left: 12px;
	float:left;
	
}

#EDG_7_round0 #portfolio_categories ul li {
		margin: 0;
	padding: 0;
	display: inline;
	position: relative;
	float: left;
	text-transform: uppercase;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 11px;
	margin-top: 9px;
	text-shadow: 1px 1px #fff;
}

#EDG_7_round0 #portfolio_categories ul li.selected {
	color: #fff;
	text-shadow: 1px 1px #436e9c;
	position: relative;
	top: -1px;
}

#EDG_7_round0 #portfolio_categories ul li:hover a {
	text-decoration: none;
}

#EDG_7_round0 .port_cat_active {
	float: left;
	height: 22px;
}

#EDG_7_round0 .port_cat_l {
	background-image: url(../images/portfolio_hover_l_black.png);
	width: 11px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
}

#EDG_7_round0 .port_cat_r {
	background-image: url(../images/portfolio_hover_r_black.png);
	width: 11px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
}

#EDG_7_round0 .port_cat {
	background-image: url(../images/portfolio_hover_bg_black.png);
	background-repeat: repeat-x;
	height: 22px;
	display: block;
	float: left;
	padding-top: 1px;
}

#EDG_7_round0 .loading {
	width: 54px;
	height: 55px;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right:auto;
	margin-top:80px;
}				