﻿/*
EasyDNNGallery CSS file

Instructions: To properly create theme the first ID selector (# EDG_5_gray_bg) must equal the name of the css file
(example: this file is called EDG_5_gray_bg.css and the first ID selector must called EDG_5_gray_bg).
 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_0_Shadow .EDGmain
{
	
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;

	
	position: relative;
	background-image: url(images/shadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	display: block;
	padding-bottom: 6px;
	padding-right: 6px;

}



#EDG_0_Shadow .titleCR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:5px;
	padding-right:5px;
	margin-bottom: 12px;
	color: #000000;
	font-weight: bold;
	float:left;
	display:block;

}

#EDG_0_Shadow .descriptionCR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	position:relative;
}


/*Lighbox gallery - Image*/
#EDG_0_Shadow .EDGmain .EDGimage a
{

	text-decoration: none;
	float: left;

}
#EDG_0_Shadow .EDGmain .EDGimage a:hover {
	cursor: pointer;
}

#EDG_0_Shadow .EDGmain .EDGimage a img
{

	float: left;
	border: 1px solid #cccccc!important;
	padding: 5px;
	margin-top: -5px;
	margin-left: -5px;
	background-color:#ffffff;


}



#EDG_0_Shadow .EDGmain .EDGimage a:hover img {
	float: left;
	border: 1px solid #cccccc;
	padding: 5px;
	margin-top: -5px;
	margin-left: -5px;


}
#EDG_0_Shadow .EDGmain .EDGimage a input
{
	float: left;
	border: 1px solid #cccccc!important;
	padding: 5px;
	margin-top: -5px;
	margin-left: -5px;
	background-color:#ffffff;
}

#EDG_0_Shadow .EDGmain .EDGimage a:hover input {
	float: left;
	border: 1px solid #cccccc;
	padding: 5px;
	margin-top: -5px;
	margin-left: -5px;


}
#EDG_0_Shadow .EDGmain .EDGimage .imgborder {
	float: left;
	border: 1px solid #cccccc;
	padding: 5px;
	margin-top: -5px;
	margin-left: -5px;

}


#EDG_0_Shadow .EDGmain .EDGimage a .flag 
{
	
}

#EDG_0_Shadow .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_0_Shadow .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_0_Shadow .EDGmain .EDGimage .title
{
	position: absolute;
	bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	text-align: center;
	left: 1px;
	right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 15px;
	visibility: visible;
	margin-bottom: 12px;
	line-height: normal;
	white-space: normal;
}



#EDG_0_Shadow .EDGmain .EDGimage a .title {
	color: #fff;
	background: #000;
	filter:alpha(opacity=65);
	opacity:.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}
#EDG_0_Shadow .EDGmain .EDGimage a:hover .title 
{
	color: #000;
	filter:alpha(opacity=65);
	opacity:.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
	background-color: #ccc;
}

#EDG_0_Shadow .EDGmain .EDGimage .Description
{
	font-size: 9px;
	font-style: italic;
}


/*Lighbox gallery - Video*/
#EDG_0_Shadow .EDGmain .EDGvideo a
{

	text-decoration: none;
	float: left;

}
#EDG_0_Shadow .EDGmain .EDGvideo a:hover {
	cursor: pointer;
}

#EDG_0_Shadow .EDGmain .EDGvideo a img
{

	float: left;
	border: 1px solid #cccccc!important;
	padding: 5px;
	margin-top: -5px;
	margin-left: -5px;
	background-color:#ffffff;


}
#EDG_0_Shadow .EDGmain .EDGvideo a:hover img {
	float: left;
	border: 1px solid #cccccc;
	padding: 5px;
	margin-top: -5px;
	margin-left: -5px;


}

#EDG_0_Shadow .EDGmain .EDGvideo .imgborder {
	float: left;
	margin: 0;
	border: none;
	padding: 0px;
	border: 7px solid #313131;
}


#EDG_0_Shadow .EDGmain .EDGvideo a .flag 
{
	
}

#EDG_0_Shadow .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_0_Shadow .EDGmain .EDGvideo 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_0_Shadow .EDGmain .EDGvideo .title
{
	position: absolute;
	bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	text-align: center;
	left: 1px;
	right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 15px;
	visibility: visible;
	margin-bottom: 12px;
	line-height: normal;
	white-space: normal;
}



#EDG_0_Shadow .EDGmain .EDGvideo a .title {
	color: #fff;
	background: #000;
	filter:alpha(opacity=80);
	opacity:.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
}
#EDG_0_Shadow .EDGmain .EDGvideo a:hover .title 
{
	color: #000;
	filter:alpha(opacity=65);
	opacity:.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
	background-color: #ccc;
}

#EDG_0_Shadow .EDGmain .EDGvideo .Description
{
	font-size: 9px;
	font-style: italic;
}


/*Lighbox gallery - Audio*/
#EDG_0_Shadow .EDGmain .EDGaudio a
{

	text-decoration: none;
	float: left;

}
#EDG_0_Shadow .EDGmain .EDGaudio a:hover {
	cursor: pointer;
}

#EDG_0_Shadow .EDGmain .EDGaudio a img
{

	float: left;
	border: 1px solid #cccccc!important;
	padding: 5px;
	margin-top: -5px;
	margin-left: -5px;
	background-color:#ffffff;


}
#EDG_0_Shadow .EDGmain .EDGaudio a:hover img {
	float: left;
	border: 1px solid #cccccc;
	padding: 5px;
	margin-top: -5px;
	margin-left: -5px;


}

#EDG_0_Shadow .EDGmain .EDGaudio .imgborder {
	float: left;
	margin: 0;
	border: none;
	padding: 0px;
	border: 7px solid #313131;
}


#EDG_0_Shadow .EDGmain .EDGaudio a .flag 
{
	
}

#EDG_0_Shadow .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_0_Shadow .EDGmain .EDGaudio 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_0_Shadow .EDGmain .EDGaudio .title
{
	position: absolute;
	bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	text-align: center;
	left: 1px;
	right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 15px;
	visibility: visible;
	margin-bottom: 12px;
	line-height: normal;
	white-space: normal;
}



#EDG_0_Shadow .EDGmain .EDGaudio a .title {
	color: #fff;
	background: #000;
	filter:alpha(opacity=80);
	opacity:.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
}
#EDG_0_Shadow .EDGmain .EDGaudio a:hover .title 
{
	color: #000;
	filter:alpha(opacity=65);
	opacity:.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
	background-color: #ccc;
}

#EDG_0_Shadow .EDGmain .EDGaudio .Description
{
	font-size: 9px;
	font-style: italic;
}



/*END Lighbox gallery */



/*Gallery background  - if you want gallery without a background delete the settings, but leave empty class */
#EDG_0_Shadow .EDGbackground
{
	
	margin-right: auto;
	margin-left: auto;
}

#EDG_0_Shadow .EDGbackground .EDGcontent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#EDG_0_Shadow .EDGbackground .EDGcontentbgrd
{

	padding-bottom: 0px;
	padding-top: 0px;

}
#EDG_0_Shadow .EDGbackground .EDGcornerbotleft {

} 
#EDG_0_Shadow .EDGbackground .EDGcornerbotright {

} 
#EDG_0_Shadow .EDGbackground .EDGcornertopleft {
	
} 
#EDG_0_Shadow .EDGbackground .EDGcornertopright {

} 
#EDG_0_Shadow .EDGbackground .EDGclear {font-size: 1px; height: 1px}


/*paging*/
#EDG_0_Shadow .buttonPrev
{
/*
	border-style: hidden;
	border-width: 0px;
	background: transparent url(images/btn5_left.png);
	background-repeat: no-repeat;
	width: 28px;
	height: 46px;
	margin-right:40px;
*/
display:none;
}

#EDG_0_Shadow .buttonPrev:hover
{
/*

	border-style: hidden;
	border-width: 0px;
	background: transparent url(images/btn5_left_hover.png);
	background-repeat: no-repeat;
	width: 28px;
	height: 46px;
	margin-right:40px;
*/
display:none;
}


#EDG_0_Shadow .buttonNext
{

/*
	border-style: hidden;
	border-width: 0px;
	background: transparent url(images/btn5_right.png);
	background-repeat: no-repeat;
	width: 28px;
	height: 46px;
*/
display:none;
	}
	
#EDG_0_Shadow .buttonNext:hover
{
/*
	border-style: hidden;
	border-width: 0px;
	background: transparent url(images/btn5_right_hover.png);
	background-repeat: no-repeat;
	width: 28px;
	height: 46px;
*/
display:none;
	}


#EDG_0_Shadow .EDGpager span
{
	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;
	padding: 4px 8px 4px 8px;
	border: 1px solid #C0C0C0;
	background-color: #D2D2D2;
}

#EDG_0_Shadow .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;
	padding: 4px 8px 4px 8px;
	border: 1px solid #CCCCCC;
}

#EDG_0_Shadow .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;
	padding: 4px 8px 4px 8px;
	border: 1px solid #C0C0C0;
	background-color: #D2D2D2;
}

#EDG_0_Shadow .pagerbox
{
	margin-top:10px;
	margin-bottom:0px;
	text-align:center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4c4c4c;
	border-bottom-color: #2d2d2d;
	padding-top: 8px;
	padding-bottom: 8px;


}



/*Video gallery*/

#EDG_0_Shadow .VideoBodyEmbed
{
		border: 1px solid #cccccc;
	padding: 5px;

} 



#EDG_0_Shadow .VideoBodySwf
{
		border: 1px solid #cccccc;
	padding: 5px;
} 

#EDG_0_Shadow .VideoBodyPlayer
{
	
		border: 1px solid #cccccc;
	padding: 5px;
	
} 


#EDG_0_Shadow .VideoTitle
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	color: #ccc;
	line-height:normal;


} 

#EDG_0_Shadow .VideoDescription
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-align: center;
	color: #ccc;
	line-height:normal;

} 

#EDG_0_Shadow .VideoDescription a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #ccc;
	text-decoration:underline;
} 

#EDG_0_Shadow .VideoDescription a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #ccc;
	text-decoration:none;
} 



/*Audio gallery*/

#EDG_0_Shadow .AudioTitle
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 5px;
	color: #ccc;
	line-height:normal;


} 

#EDG_0_Shadow .AudioDescription
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 15px;
	color: #ccc;
	line-height:normal;

} 

#EDG_0_Shadow .AudioDescription a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #ccc;
	text-decoration:underline;
} 

#EDG_0_Shadow .AudioDescription a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #ccc;
	text-decoration:none;
} 





/*MAIN Gallery Title*/

#EDG_0_Shadow .GalleryDescription
{
	font-family: "Times New Roman" , Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #333333;
	font-style: italic;
	line-height: normal;
	display:block;
} 


#EDG_0_Shadow .EDGTitle
{
	/*margin-top:10px;
	margin-bottom:15px;*/
	text-align:center;
	line-height:normal;
	display:block;
}

#EDG_0_Shadow .EDGTitle .EDGTitleText
{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	line-height:normal;
}


/*SlideShow*/

#EDG_0_Shadow .SlideshowDescription
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-align: center;
	margin-top: 5px;
	color: #ccc;
	display:block;
	line-height:normal;


} 

#EDG_0_Shadow .SlideshowTitle
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #ccc;
	line-height:normal;


} 

#EDG_0_Shadow .slideshowtitledescbox
{
margin-top:10px;
margin-bottom:10px;
}


#EDG_0_Shadow .slideshow {
text-align: center;	
}
#EDG_0_Shadow .slideshowimg {
border: 2px solid #FFFFFF;	
}




#EDG_0_Shadow .EDGSlide
{
	

	margin-bottom:20px;
	
	position: relative;
	background-image: url(images/shadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	display: block;
	padding-bottom: 6px;
	padding-right: 6px;

}


#EDG_0_Shadow .EDGSlide .EDGimage a
{

	text-decoration: none;
	float: left;

}
#EDG_0_Shadow .EDGSlide .EDGimage a:hover {
	cursor: pointer;
}

#EDG_0_Shadow .EDGSlide .EDGimage a img
{

	float: left;
	border: 1px solid #cccccc!important;
	padding: 5px;
	margin-top: -5px;
	margin-left: -5px;


}
#EDG_0_Shadow .EDGSlide .EDGimage a:hover img {
	float: left;
	border: 1px solid #cccccc;
	padding: 5px;
	margin-top: -5px;
	margin-left: -5px;


}



#EDG_0_Shadow .EDGSlide .EDGimage a .flag 
{
	
}

#EDG_0_Shadow .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_0_Shadow .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_0_Shadow .EDGSlide .EDGimage .title
{
	position: absolute;
	bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	text-align: center;
	left: 1px;
	right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 15px;
	visibility: visible;
	margin-bottom: 12px;
	line-height: normal;
	white-space: normal;
}



#EDG_0_Shadow .EDGSlide .EDGimage a .title {
	color: #fff;
	background: #000;
	filter:alpha(opacity=80);
	opacity:.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
}
#EDG_0_Shadow .EDGSlide .EDGimage a:hover .title 
{
	color: #000;
	filter:alpha(opacity=65);
	opacity:.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
	background-color: #ccc;
}

#EDG_0_Shadow .EDGSlide .EDGimage .Description
{
	font-size: 9px;
	font-style: italic;
}

#EDG_0_Shadow .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_0_Shadow .nestedBreadCrumb
{
	margin-left:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;

	}
	
	#EDG_0_Shadow .nestedBreadCrumb a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}


	#EDG_0_Shadow .nestedBreadCrumb a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}	




/***Version 2.2.*****************/


#EDG_0_Shadow .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_0_Shadow .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_0_Shadow .DescriptionCarousel a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:underline;
	
	}
	
#EDG_0_Shadow .DescriptionCarousel a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
	
	}	
	
	
/***Version 2.3.*****************/
/*** Lightbox1.ascx **/	

#EDG_0_Shadow a:link
{
	text-decoration:none!important;
	
	}


#EDG_0_Shadow .titleimage .title
{
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	visibility: visible;
	line-height: normal;
	white-space: normal;
	display: block;
	color: #333333;
	text-decoration:none!important;
	line-height:normal;
}

#EDG_0_Shadow .titleimage .title a
{
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	visibility: visible;
	line-height: normal;
	white-space: normal;
	display: block;
	color: #333333;
	text-decoration:none!important;
	line-height:normal;
}



#EDG_0_Shadow .DescriptionImage
{
	font-size: 12px;
	font-style: italic;
	white-space: normal;
	margin-bottom:10px;
	display:block;
	color: #333333;
	text-decoration:none!important;
	line-height:normal;
	text-align: left;

}

#EDG_0_Shadow .DescriptionImage a
{
	font-size: 12px;
	font-style: italic;
	white-space: normal;
	display:block;
	color: #333333;
	text-decoration:none!important;
	text-align: left;

}

#EDG_0_Shadow .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_0_Shadow .ViewDetailsLink
{
	clear:both;
	display:block;
	text-align:left;
	padding-top:5px;
	
	}
	

#EDG_0_Shadow .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_0_Shadow .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_0_Shadow .EDGmain .EDGimage .shadowborder
{

	float: left;
	border: 1px solid #cccccc!important;
	padding: 5px;
	margin-top: -5px;
	margin-left: -5px;


}

#EDG_0_Shadow .EDGboxslide a 
{
	color:#FFF; 
	font:12px Verdana,Tahoma, sans-serif; 
	font-weight:bold;
	display:block;
	width:100%;
	padding-bottom:5px;
	z-index:2;

				
	}
				
#EDG_0_Shadow .EDGboxslide a:hover
	{
	 text-decoration:underline!important;
	 color:Red;
	 padding-bottom:5px;
	 z-index:2;
	 display:block;

}	
				
				
#EDG_0_Shadow .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)";
	z-index:2;
	
	
			                                
			                                
			                                }
			
#EDG_0_Shadow .EDGboxslide{ 		
	float:left; 
	overflow: hidden; 
	position: relative;
}

#EDG_0_Shadow .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_0_Shadow .EDGboxcaption{ 
	float: left; 
	position: absolute; 


 	}
 	
 #EDG_0_Shadow .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;	
	display:inline;
 	
 	
 	}
 	
 
 #EDG_0_Shadow .EDGboxcaption .EDGslidetext
 {
 	clear:both;
 
	position: absolute; 
 	z-index:2;	
 	display:block;
 	text-align:center;
 	width:100%;
 	left:0;
 	
 	}
 
 	
 #EDG_0_Shadow .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_0_Shadow .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_0_Shadow .EDGboxcaption .EDGboxbtn
 	 {
 	float: left; 
	position: absolute; 
 	z-index:2;	
 	 	
 }	
 
 
 #EDG_0_Shadow .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_0_Shadow .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;*/
}	