/* CSS Document */
.insideAdHeader
{
	background:url(../images/ad_header_bg.jpg) repeat-x top;
	width:100%;
}
.insideAdHeader Table
{
	width:100%;
	height:28px;
	text-align:center;
}
.insideAdHeader Table H2 {
	font:bold 15px Arial;
	color:#cb2b00;
}
.insideAdPhotoBox {
	height:179px;
	background:url(../images/ad_photo_bg.jpg) no-repeat center;
}
.insideAdPhotoBox Table {
	width:100%;
	height:179px;
	text-align:center;
	font-size:12px;
}
.insideAdBox
{
	background:none;
	height:170px;
}
.insideAdBox Table
{
	width:100%;
	text-align:right;
	font:normal 12px Arial;
	color:black;
}
.insideAdBox A {
	font:normal 12px Arial;
	color:black;
	text-decoration:underline;
}
.insideAdBox TD
{
	padding-left:10px;
	padding-right:10px;
}
.insideAdBoxLong {
	width:590px;
	background:#fff;
}
.insideAdBoxLong Table {
	width:100%;
	color:black;
	font:normal 10px Arial;
}
.insideAdBoxLong Table H2 {
	font:bold 12px Arial;
	color:black;
}
.insideAdImgBox
{
	width:292px;
	background:#fff;
}
.insideAdImgBox Table
{
	width:100%;
	height:280px;
	border:1px solid #b3b3b5;
	text-align:center;
	font:normal 12px Arial;
	color:black;
}
.insideAdImgBoxArrows
{
	width:292px;
	background:#d0d3d8;
}
.insideAdImgBoxArrows Table
{
	width:100%;
	height:19px;
	border:1px solid #b3b3b5;
	text-align:center;
	font:normal 12px Arial;
	color:black;
}
.bottomAdImgBox
{
	width:100%;
	background:url(../images/ad_header_bg.jpg) repeat-x bottom;
	direction:rtl;
	position:absolute;
	bottom:0;
	left:0;
}
.bottomAdImgBox Table
{
	width:100%;
	height:30px;
}
.bottomAdImgBox A {
	font:bold 13px Arial;
	color:black;
	text-decoration:none;
}
.bottomAdImgBox A:hover {
	color:black;
}
.thumbnail{
font-family:Arial;
font-size:12px;
color:black;
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 0px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding-left: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -120px;
left: -220px; /*position where enlarged image should offset horizontally */

}