

<style type="text/css">
.WEBBUG
{
	/*
	DO NOT DELETE OR MOVE THIS class
	(For some reason the first css class is not working)
	*/
}

/**********************************/
/***       IMAGE GALLERY          */
/**********************************/
.divGalleryImageContainer
{
    position:relative;
    width:162px;
    height:136px;
    margin-right:0px;
    cursor:pointer;
}

.tblGalleryImageContainer
{/*PH*/
    position:relative;
    top:-6px;
    
}



.divImageGalleryMask
{
    position:absolute;
    width:162px;
    height:136px;
    background-image:url(../gfx/image_gallery_mask_.png);
    background-repeat: no-repeat;
}

.imgGalleryImage
{
    position:absolute;
    top:10px;
    left:10px;
}

.tblImageGalleryText
{
    position:absolute;
    top:103px;
    left:10px;
    width:143px;
}

.galleryTitle
{
    font-size:12px;
    font-weight:bold;
}

.divGalleryFlashFrame{
	width:797px;
	height:443px;
}
.galleryBoxFlashBox{
	top:13px;
	left:13px;
	width:771px;
	height:417px;
}
.divCloseGallery
{
    padding-top:3px;
	top:3px;
	right:6px;
	width:38px;
	height:33px;
	font-size:25px;
	background-image:url(../gfx/player_close_background_0.png);
}
.divGalleryControlBoard{
	bottom:16px;
	left:0px;
	width:100%;
	height:19px;
	font-size:25px;
}
.divGalleryControlBoard td{
	
}
.tblGalleryControlBoardContent
{
    
}
.galleryBox{
	top:0px;
	left:0px;
    position: absolute;
    background-color:#000000;
    width: 1px;
    height: 1px;
    z-index:10000;
    opacity:0.8;
    filter:alpha(opacity=80);
    display:none;
}
.divGalleryFlashFrame{
	position:absolute;
	display:none;
	z-index:10001;
	background-color:#FFFFFF;
}
.galleryBoxFlashBox
{
	position:absolute;
	z-index:10001;
}
.divCloseGallery{
	position:absolute;
	display:none;
	z-index:10002;
	color:#FFFFFF;
}
.divGalleryControlBoard{
	position:absolute;
	z-index:10002;
	display:none;
	text-align:center;
}
.tdGalleryPlay{
	display:none;
}
.tdGalleryPause{
	display:none;
}
</style>