.opaque50
{
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* first! */
	filter: alpha(opacity=50);
	/* second! */
}

.col2and3innerbox img { border: none; }

.att-content
{
	max-width: 420px;
	margin: 0 auto;
}

/*.shadow
{
	background-color: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}*/

#pc
{
	position: relative;
	width: 100%;
	height: 250px;
}

#pc .shadow
{
	position: absolute;
	width: 180px;
	height: 128px;
	right: 0;
	bottom: 0;
	background-image: url("../images/ATT_Postcard_shad.png");
	background-repeat: no-repeat;
	background-color: none;
}

#pc .image
{
	position: absolute;
	width: 180px;
	height: 128px;
	left: 0;
	top: 0;	
}

#pc-1, #pc-2
{
	position: absolute;
	width: 195px;
	height: 153px;
}

#pc-1
{
	top: 0;
	left: 50px;
}

#pc-2
{
	top: 112px;
	right: 50px;
}

#pc-1 .shadow { z-index: 1; }
#pc-1 .image { z-index: 2; }
#pc-2 .shadow { z-index: 3; }
#pc-2 .image { z-index: 4; }

#email
{
	width: 48%;
	float: left;
	display: inline;
	margin-right: 0 2%;
}

#email .image-area
{
	position: relative;
	width: 100%;
	height: 240px;
}

#email .shadow
{
	position: absolute;
	width: 180px;
	height: 230px;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-image: url("../images/ATT_Email_shad.png");
	background-repeat: no-repeat;
	background-color: none;
}

#email .image
{
	position: absolute;
	width: 180px;
	height: 230px;
	left: 0;
	top: 0;
	z-index: 2;
}

#poster
{
	width: 48%;
	float: left;
	margin-left: 2%;
}

#poster .image-area
{
	position: relative;
	width: 100%;
	height: 288px;
}

#poster .shadow
{
	position: absolute;
	width: 180px;
	height: 278px;
	right: 0;
	bottom: 0;
	z-index: 3;
	background-image: url("../images/ATT_Poster_shad.png");
	background-repeat: no-repeat;
	background-color: none;
}

#poster .image
{
	position: absolute;
	width: 180px;
	height: 278px;
	left: 0;
	top: 0;
	z-index: 4;
}

.att-content .text { text-align: center; }
#email .text, #poster .text { margin-right: 20px; }

.row
{
	width: 100%;
	margin-top: 12px;
}

.first-row { margin: 0; }
