body.overlay { background: #4D4D4D; text-align:left; }
body.overlaynopopup { background: #3B3B3B; text-align:left; }
body.nooverlay { text-align:left; }

.overlay_pgembd {
position: absolute; top: 0px; width: 490px; z-index: 1000;
/*background: black url('/images/overlaygradient.jpg') repeat-y;*/
background: #555555;
opacity: 0.70; -moz-opacity: 0.70; filter:alpha(opacity=70);
}

.content_pgembd {
position: absolute; top: 0px; z-index: 1100; background: black;
border: 5px solid #CCCCCC; border-bottom: 0px solid #CCCCCC;
}

.pgembd_cp {
   padding: 0px; margin: 0px;
   background: #CCCCCC; padding-top: 10px; height: 25px;
}

.embdpframe {
   border: 1px solid #eeeeee;
}

.pgembd_cp A:link, .pgembd_cp A:active, .pgembd_cp A:visited { color: black; text-decoration: none; -moz-outline-style:none; font: 10px arial; }
.pgembd_cp A:hover { color: black; text-decoration: underline; }

#pgembd_photo_title {
   background: #555555;
   height: 15px;
   color: #CCCCCC;
   font: 10px arial;
   padding-left: 5px;
   text-align: center;
}

A:link.pgembd_left, A:active.pgembd_left, A:visited.pgembd_left {
	width: 17px;
	height: 17px;
	background: url('/images/artiklar/images/photo_left.gif') no-repeat 0px 0px;
	display: block;
	position: absolute;
}
A:link.pgembd_right, A:active.pgembd_right, A:visited.pgembd_right {
	width: 17px;
	height: 17px;
	background: url('/images/artiklar/images/photo_right.gif') no-repeat 0px 0px;
	display: block;
	position: absolute;
	margin-left: 114px;
}

A:link.pgembd_close, A:active.pgembd_close, A:visited.pgembd_close {
	width: 17px;
	height: 17px;
	background: url('/images/artiklar/images/photo_close.gif') no-repeat 0px 0px;
	display: block;
	position: absolute;
	margin-left: 57px;
}

