﻿/*----------------------------------PHOTOWINDOW---------------------------------*/

.pw_background
{
	position:absolute;
	width: 100%;
	height: 100%;
	text-align:center;
	background-color: #000000;
	left: 0px;
	top: 0px;
	
	-moz-opacity:0.4;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}

.photowindow
{
	position:absolute;
	width: 525px;
	background-color: #ffffff;
	border: 1px solid #000000;
	left:50%;
	top:50%;
	margin-left:-262px;
	margin-top:-200px;
}

.pw_header
{
	height: 61px;
}

.pw_headerLOGO
{
	float:left;
	width: 262px;
	height: 61px;
	
	background-image:url('../img/pw_headerlogo.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}

.pw_headerBTNS
{
	float:right;
	width: 262px;
	height: 61px;
	
	background-image:url('../img/pw_headerbtns.jpg');
	background-position:right top;
	background-repeat:no-repeat;
	
	text-align:right;
	
	color: #6c6c6c;
	font-size: 12px;
}

.pw_content
{
	padding: 11px;
	clear:both;
}

.pw_content img
{
	border:none;	
}

.pw_footer
{
	height: 51px;
	margin-bottom: 10px;
	text-align:center;
}

.pw_footerPREVIOUS
{
	background-image:url('../img/pw_backESQfooter.jpg');
	background-position:left top;
	background-repeat:repeat-y;
	
	width: 120px;
	float:left;
	text-align:left;
	padding-left: 11px;
	padding-top: 3px;
}

.pw_footerPREVIOUS img
{
	border-top: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
}

.pw_footerNEXT
{
	background-image:url('../img/pw_backDIRfooter.jpg');
	background-position:right top;
	background-repeat:repeat-y;
	
	width: 120px;
	float:right;
	text-align:right;
	padding-right: 11px;
	padding-top: 3px;
}

.pw_footerNEXT img
{
	border-top: 1px solid #f1f1f1;
	border-right: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	border-left: 1px solid #f1f1f1;
}

.pw_footerINFO
{
	width: 250px;
	color: #404040;
	font-size: 15px;
	padding-top: 8px;
	margin:auto;
}
