﻿/*
EasyDNNGallery CSS file

Instructions: To properly create theme the first ID selector (#EDG_8_cut_corners_wh_bg) must equal the name of the css file
(example: this file is called EDG_8_cut_corners_wh_bg.css and the first ID selector must called EDG_8_cut_corners_wh_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_8_cut_corners_wh_bg .EDGmain {
	margin-top: 14px;
	margin-right: 14px;
	margin-bottom: 14px;
	margin-left: 14px;
	float: left;
	position: relative;
	
	
}


#EDG_8_cut_corners_wh_bg .EDGmain .round1 {
	background-image: url(images/corner_bottom_left2.png);
	display: block;
	height: 24px;
	width: 24px;
	background-position: left bottom;
	z-index: 0;
	left:-5px;
	float: left;
	position: absolute;
	bottom: -5px;
	
}

#EDG_8_cut_corners_wh_bg .EDGmain .round2 {
	background-image: url(images/corner_top_left2.png);
	display: block;
	height: 24px;
	width: 24px;
	background-position: left top;
	z-index: 0;
	left:-5px;
	float: left;
	position: absolute;
	top: -5px;
}

#EDG_8_cut_corners_wh_bg .EDGmain .round3 {
	background-image: url(images/corner_top_right2.png);
	display: block;
	height: 24px;
	width: 24px;
	background-position: left top;
	z-index: 0;
	right:-5px;
	float: left;
	position: absolute;
	top: -5px;
}

#EDG_8_cut_corners_wh_bg .EDGmain .round4 {
	background-image: url(images/corner_bottom_right2.png);
	display: block;
	height: 24px;
	width: 24px;
	background-position: left top;
	z-index: 0;
	right:-5px;
	float: left;
	position: absolute;
	bottom: -5px;
}

#EDG_8_cut_corners_wh_bg .EDGmain .botsh
{
	background-position: center center;
	background-image: url(images/shadow_bottom.png);
	background-repeat: no-repeat;
	display: block;
	height: 9px;
	width: 100%;
	position: absolute;
	z-index: 0;
	bottom: -9px;
	left: 0;
	right: auto;
}


#EDG_8_cut_corners_wh_bg .EDGmain .topsh
{
	background-position: center center;
	background-image: url(images/shadow_top.png);
	background-repeat: no-repeat;
	display: block;
	height: 5px;
	width: 100%;
	position: absolute;
	z-index: 0;
	top: -5px;
	left: 0;
	right: auto;
}


#EDG_8_cut_corners_wh_bg .EDGmain .leftsh
{
	background-position: left center;
	background-image: url(images/shadow_left.png);
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	width: 5px;
	position: absolute;
	z-index: 0;
	left: -5px;
}
#EDG_8_cut_corners_wh_bg .EDGmain .rightsh
{
	background-position: right center;
	background-image: url(images/shadow_right.png);
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	width: 5px;
	position: absolute;
	z-index: 0;
	right: -5px;
}


/*Lighbox gallery - Image*/
#EDG_8_cut_corners_wh_bg .EDGmain .EDGimage a {
	text-decoration: none;
	float: left;
}
#EDG_8_cut_corners_wh_bg .EDGmain .EDGimage a:hover {
	cursor: pointer;
}

#EDG_8_cut_corners_wh_bg .EDGmain .EDGimage a img
{
	float: left;
	margin: 0;
	border: none;
	padding: 3px;
	background: #fff;
	border: 1px solid #C7C7C7 !important;
}
#EDG_8_cut_corners_wh_bg .EDGmain .EDGimage a:hover img
{
	float: left;
	margin: 0;
	border: none;
	padding: 3px;
	background: #fff;
	border: 1px solid #C7C7C7 !important;
}


#EDG_8_cut_corners_wh_bg .EDGmain .EDGimage a input
{
	float: left;
	margin: 0;
	border: none;
	padding: 3px;
	background: #fff;
	border: 1px solid #C7C7C7 !important;
}
#EDG_8_cut_corners_wh_bg .EDGmain .EDGimage a:hover input
{
	float: left;
	margin: 0;
	border: none;
	padding: 3px;
	background: #fff;
	border: 1px solid #C7C7C7 !important;
}

#EDG_8_cut_corners_wh_bg .EDGmain .EDGimage .imgborder {
	float: left;
	margin: 0;
	border: none;
	padding: 0px;
	border: 1px solid #999999;
}


#EDG_8_cut_corners_wh_bg .EDGmain .EDGimage a .flag 
{
	
}

#EDG_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .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: 3px;
	padding-bottom: 3px;
	margin-left:2px;
	margin-right:2px;
	white-space: normal;
	color: #FFFFFF;
	line-height:normal;
}



#EDG_8_cut_corners_wh_bg .EDGmain .EDGimage a .title
{
	margin: 2px;
	padding: 10px;

	color: #000;
	background: #fff;
	filter: alpha(opacity=50);
	opacity: .50;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*--IE 8 Transparency--*/
}
#EDG_8_cut_corners_wh_bg .EDGmain .EDGimage a:hover .title 
{

	color: #000;
	background-color: #fff;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/

}

#EDG_8_cut_corners_wh_bg .EDGmain .EDGimage .Description
{
	font-size: 9px;
	font-style: italic;
}


/*Lighbox gallery - Video*/
#EDG_8_cut_corners_wh_bg .EDGmain .EDGvideo a {
	text-decoration: none;
	float: left;
}
#EDG_8_cut_corners_wh_bg .EDGmain .EDGvideo a:hover {
	cursor: pointer;
}

#EDG_8_cut_corners_wh_bg .EDGmain .EDGvideo a img {
	float: left;
	margin: 0;
	border: none;
	padding: 3px;
	background: #fff;
	border: 1px solid #C7C7C7 !important;
}
#EDG_8_cut_corners_wh_bg .EDGmain .EDGvideo a:hover img {
	float: left;
	margin: 0;
	border: none;
	padding: 3px;
	background: #fff;
	border: 1px solid #C7C7C7 !important;
}

#EDG_8_cut_corners_wh_bg .EDGmain .EDGvideo .imgborder {
	float: left;
	margin: 0;
	border: none;
	padding: 0px;
	border: 1px solid #999999;
}

#EDG_8_cut_corners_wh_bg .EDGmain .EDGvideo a .flag {
}
#EDG_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .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: 3px;
	padding-bottom: 3px;
	margin-left:2px;
	margin-right:2px;
	white-space: normal;
	color: #FFFFFF;
	line-height:normal;
}



#EDG_8_cut_corners_wh_bg .EDGmain .EDGvideo a .title
{
margin: 2px;
	padding: 10px;

	color: #000;
	background: #fff;
	filter: alpha(opacity=50);
	opacity: .50;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*--IE 8 Transparency--*/
}
#EDG_8_cut_corners_wh_bg .EDGmain .EDGvideo a:hover .title 
{

	color: #000;
	background-color: #fff;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}

#EDG_8_cut_corners_wh_bg .EDGmain .EDGvideo .Description
{
	font-size: 9px;
	font-style: italic;
}


/*Lighbox gallery - Audio*/
#EDG_8_cut_corners_wh_bg .EDGmain .EDGaudio {
	text-decoration: none;
	float: left;
}
#EDG_8_cut_corners_wh_bg .EDGmain .EDGaudio a:hover {
	cursor: pointer;
}

#EDG_8_cut_corners_wh_bg .EDGmain .EDGaudio a img {
	float: left;
	margin: 0;
	border: none;
	padding: 3px;
	background: #fff;
	border: 1px solid #C7C7C7 !important;
}
#EDG_8_cut_corners_wh_bg .EDGmain .EDGaudio a:hover img {
	float: left;
	margin: 0;
	border: none;
	padding: 3px;
	background: #fff;
	border: 1px solid #C7C7C7 !important;
}

#EDG_8_cut_corners_wh_bg .EDGmain .EDGaudio .imgborder {
	float: left;
	margin: 0;
	border: none;
	padding: 0px;
	border: 1px solid #999999;
}

#EDG_8_cut_corners_wh_bg .EDGmain .EDGaudio a .flag 
{
	
}

#EDG_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .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: 3px;
	padding-bottom: 3px;
	margin-left:2px;
	margin-right:2px;
	white-space: normal;
	color: #FFFFFF;
	line-height:normal;
}



#EDG_8_cut_corners_wh_bg .EDGmain .EDGaudio a .title
{
margin: 2px;
	padding: 10px;

	color: #000;
	background: #fff;
	filter: alpha(opacity=50);
	opacity: .50;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*--IE 8 Transparency--*/
}
#EDG_8_cut_corners_wh_bg .EDGmain .EDGaudio a:hover .title 
{

	color: #000;
	background-color: #fff;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}

#EDG_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .EDGbackground
{
	
	margin-right: auto;
	margin-left: auto;
}

#EDG_8_cut_corners_wh_bg .EDGbackground .EDGcontent {
	
}

#EDG_8_cut_corners_wh_bg .EDGbackground .EDGcontentbgrd
{
	background-color: #FFFFFF;
	
}
#EDG_8_cut_corners_wh_bg .EDGbackground .EDGcornerbotleft {

} 
#EDG_8_cut_corners_wh_bg .EDGbackground .EDGcornerbotright {

} 
#EDG_8_cut_corners_wh_bg .EDGbackground .EDGcornertopleft {

} 
#EDG_8_cut_corners_wh_bg .EDGbackground .EDGcornertopright {

} 
#EDG_8_cut_corners_wh_bg .EDGbackground .EDGclear {font-size: 1px; height: 1px}


/*paging*/
#EDG_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .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/page8_on.png");
	background-repeat:no-repeat;
	display:block;
	width:38px;
	height:28px;
	padding-top:9px;
	padding-right:2px;
	text-align:center;


}

#EDG_8_cut_corners_wh_bg .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/page8_off.png");
	background-repeat:no-repeat;
	display:block;
	width:38px;
	height:28px;
	padding-right:2px;
	padding-top:9px;
	text-align:center;
	line-height:normal;
}

#EDG_8_cut_corners_wh_bg .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/page8_on.png");
	background-repeat:no-repeat;
	display:block;
	width:38px;
	height:28px;
	padding-top:9px;
	padding-right:2px;
	text-align:center;
	line-height:normal;
}

#EDG_8_cut_corners_wh_bg .pagerbox
{
	margin-top:10px;
	margin-bottom:0px;
	text-align:center;
	line-height:normal;

}


/*Video gallery*/

#EDG_8_cut_corners_wh_bg .VideoBodyEmbed
{
	/*border: 1px solid #FFFFFF;*/
} 


#EDG_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .VideoDescription a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #666666;
	text-decoration:underline;
} 

#EDG_8_cut_corners_wh_bg .VideoDescription a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #666666;
	text-decoration:none;
} 



/*Audio gallery*/

#EDG_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .AudioDescription a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #666666;
	text-decoration:underline;
} 

#EDG_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .EDGTitle
{
margin-top:10px;
margin-bottom:15px;
text-align:center;
display:block;

}

#EDG_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .slideshowtitledescbox
{
margin-top:10px;
margin-bottom:10px;
}


#EDG_8_cut_corners_wh_bg .slideshow {
text-align: center;	
}
#EDG_8_cut_corners_wh_bg .slideshowimg {
	padding: 2px;
	background: #fff;
	border: 1px solid #C7C7C7 !important;
}






#EDG_8_cut_corners_wh_bg .EDGSlide {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
	position: relative;
	text-align:center;
	
}

#EDG_8_cut_corners_wh_bg .EDGSlide .EDGimage{
	text-align:center;
	/*float: left;*/

}


#EDG_8_cut_corners_wh_bg .EDGSlide .EDGimage a {
	text-decoration: none;
	float: left;
}


#EDG_8_cut_corners_wh_bg .EDGmain .EDGimage a:hover {
	cursor:pointer;
}

#EDG_8_cut_corners_wh_bg .EDGSlide .EDGimage a img
{
	float: left;
	margin: 0;
	border: none;
	padding: 3px;
	background: #fff;
	border: 1px solid #C7C7C7 !important;
}
#EDG_8_cut_corners_wh_bg .EDGSlide .EDGimage a:hover img
{
	float: left;
	margin: 0;
	border: none;
	padding: 3px;
	background: #fff;
	border: 1px solid #C7C7C7 !important;
}

#EDG_8_cut_corners_wh_bg .EDGSlide .EDGimage .imgborder {
	float: left;
	margin: 0;
	border: none;
	padding: 0px;
	border: 1px solid #999999;
}


#EDG_8_cut_corners_wh_bg .EDGSlide .EDGimage a .flag 
{
	
}

#EDG_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .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: 3px;
	padding-bottom: 3px;
	margin-left:2px;
	margin-right:2px;
	white-space: normal;
	color: #FFFFFF;
	line-height:normal;
}



#EDG_8_cut_corners_wh_bg .EDGSlide .EDGimage a .title
{
	margin: 2px;
	padding: 10px;
	color: #000;
	background: #fff;
	filter: alpha(opacity=50);
	opacity: .50;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*--IE 8 Transparency--*/
}
#EDG_8_cut_corners_wh_bg .EDGSlide .EDGimage a:hover .title 
{

	color: #000;
	background-color: #fff;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/

}

#EDG_8_cut_corners_wh_bg .EDGSlide .EDGimage .Description
{
	font-size: 9px;
	font-style: italic;
	line-height:normal;
}



#EDG_8_cut_corners_wh_bg .EDGSlide .round1 {
	background-image: url(images/corner_bottom_left2.png);
	display: block;
	height: 24px;
	width: 24px;
	background-position: left bottom;
	z-index: 100;
	left:-5px;
	float: left;
	position: absolute;
	bottom: -5px;
	
}

#EDG_8_cut_corners_wh_bg .EDGSlide .round2 {
	background-image: url(images/corner_top_left2.png);
	display: block;
	height: 24px;
	width: 24px;
	background-position: left top;
	z-index: 100;
	left:-5px;
	float: left;
	position: absolute;
	top: -5px;
}

#EDG_8_cut_corners_wh_bg .EDGSlide .round3 {
	background-image: url(images/corner_top_right2.png);
	display: block;
	height: 24px;
	width: 24px;
	background-position: left top;
	z-index: 100;
	right:-5px;
	float: left;
	position: absolute;
	top: -5px;
}

#EDG_8_cut_corners_wh_bg .EDGSlide .round4 {
	background-image: url(images/corner_bottom_right2.png);
	display: block;
	height: 24px;
	width: 24px;
	background-position: left top;
	z-index: 100;
	right:-5px;
	float: left;
	position: absolute;
	bottom: -5px;
}

#EDG_8_cut_corners_wh_bg .EDGSlide .botsh
{
	background-position: center center;
	background-image: url(images/shadow_bottom.png);
	background-repeat: no-repeat;
	display: block;
	height: 9px;
	width: 100%;
	position: absolute;
	z-index: 99;
	bottom: -9px;
	left: auto;
	right: auto;
}


#EDG_8_cut_corners_wh_bg .EDGSlide .topsh
{
	background-position: center center;
	background-image: url(images/shadow_top.png);
	background-repeat: no-repeat;
	display: block;
	height: 5px;
	width: 100%;
	position: absolute;
	z-index: 99;
	top: -5px;
	left: auto;
	right: auto;
}


#EDG_8_cut_corners_wh_bg .EDGSlide .leftsh
{
	background-position: left center;
	background-image: url(images/shadow_left.png);
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	width: 5px;
	position: absolute;
	z-index: 99;
	left: -5px;
}
#EDG_8_cut_corners_wh_bg .EDGSlide .rightsh
{
	background-position: right center;
	background-image: url(images/shadow_right.png);
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	width: 5px;
	position: absolute;
	z-index: 99;
	right: -5px;
}



#EDG_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .nestedBreadCrumb
{
	margin-left:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;

	}
	
	#EDG_8_cut_corners_wh_bg .nestedBreadCrumb a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}


	#EDG_8_cut_corners_wh_bg .nestedBreadCrumb a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}	

/***Version 2.2.*****************/


#EDG_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .DescriptionCarousel a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:underline;
	
	}
	
#EDG_8_cut_corners_wh_bg .DescriptionCarousel a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
	
	}	


/***Version 2.3.*****************/
/*** Lightbox1.ascx **/	

#EDG_8_cut_corners_wh_bg a:link
{
	text-decoration:none!important;
	
	}


#EDG_8_cut_corners_wh_bg .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: #000000;
	text-decoration: none;
}

#EDG_8_cut_corners_wh_bg .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: #000000;
	text-decoration: none;
}



#EDG_8_cut_corners_wh_bg .DescriptionImage
{
	font-size: 11px;
	font-style: italic;
	white-space: normal;
	margin-bottom:10px;
	display:block;
	color: #666666;
	text-decoration:none!important;
	text-align: left;
	line-height: normal;
	

}

#EDG_8_cut_corners_wh_bg .DescriptionImage a
{
	font-size: 11px;
	font-style: italic;
	white-space: normal;
	margin-bottom: 10px;
	display: block;
	color: #666666;
	text-decoration: none;
	text-align: left;
	line-height: normal;
}


#EDG_8_cut_corners_wh_bg .NestedInfo
{
	font-size: 10px;
	font-style: normal;
	white-space: normal;
	margin-bottom:10px;
	display:block;
	color: #666666;
	text-decoration:none!important;
	text-align: left;
	line-height: normal;

}

#EDG_8_cut_corners_wh_bg .ViewDetailsLink
{
	clear:both;
	display:block;
	text-align:left;
	padding-top:5px;
	
	}
	

#EDG_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .EDGmain .EDGimage .shadowborder
{
	float: left;
	margin: 0;
	border: none;
	padding: 3px;
	background: #fff;
	border: 1px solid #C7C7C7 !important;
}

#EDG_8_cut_corners_wh_bg .EDGboxslide a 
{
	color:#FFF; 
	font:12px Verdana,Tahoma, sans-serif; 
	font-weight:bold;
	display:block;
	width:100%;
	padding-bottom:5px;
			
				
	}
				
#EDG_8_cut_corners_wh_bg .EDGboxslide a:hover
	{
	 text-decoration:underline!important;
	 color:Red;
	 padding-bottom:5px;				
}	
				
				
#EDG_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .EDGboxslide{ 		
	float:left; 
	overflow: hidden; 
	position: relative;
	
}

#EDG_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .EDGboxcaption{ 
float: left; 
	position: absolute; 
 	}
 				
			
 #EDG_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .EDGboxcaption .EDGslidetext
 {
 	clear:both;
 	left:0;
	position: absolute; 
 	z-index:2;	
 	display:block;
 	text-align:center;
 	width:100%;
 	
 	}
 
 	
 #EDG_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .EDGboxcaption .EDGboxbtn
 	 {
 	float: left; 
	position: absolute; 
 	z-index:2;	
 	 	
 }	
 
 #EDG_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg #portfolio_pagination {
	float: left;
	margin-top: 20px;
}

#EDG_8_cut_corners_wh_bg #portfolio_pagination ul{
	margin: 0;
	padding: 0;	
}

#EDG_8_cut_corners_wh_bg #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_8_cut_corners_wh_bg #portfolio_pagination ul li:hover, #EDG_8_cut_corners_wh_bg #portfolio_pagination ul li.selected {
	background-image: url(../images/page_nav_active_black.png);
}


/*----------- CATEGORY FILTER STYLES -----------*/

#EDG_8_cut_corners_wh_bg #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_8_cut_corners_wh_bg #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_8_cut_corners_wh_bg #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_8_cut_corners_wh_bg #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_8_cut_corners_wh_bg #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_8_cut_corners_wh_bg #portfolio_categories ul li.selected {
	color: #fff;
	text-shadow: 1px 1px #436e9c;
	position: relative;
	top: -1px;
}

#EDG_8_cut_corners_wh_bg #portfolio_categories ul li:hover a {
	text-decoration: none;
}

#EDG_8_cut_corners_wh_bg .port_cat_active {
	float: left;
	height: 22px;
}

#EDG_8_cut_corners_wh_bg .port_cat_l {
	background-image: url(../images/portfolio_hover_l_black.png);
	width: 11px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
}

#EDG_8_cut_corners_wh_bg .port_cat_r {
	background-image: url(../images/portfolio_hover_r_black.png);
	width: 11px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
}

#EDG_8_cut_corners_wh_bg .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_8_cut_corners_wh_bg .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;
}					