﻿
.divMask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			
	overflow:hidden;	
}

.divMask .imgmask
{
	float:left;
	position:relative;
	padding:0 0 1em 0;	
    width: 424px;
    height: 391px;
}

.filter-opacity
{
    filter:alpha(opacity=50); 
    opacity:0.5;
}

.divMask .imgmask .caption
{
    position: relative;
    color: #000000;
    font-size: 20px;
    top: 20px;
    text-align:center;
}

.divMask .imgmask .content
{
    display:block;
    position: relative;
    margin-left:20px;
    margin-right:40px;
    top: 40px;
    text-decoration:none;
    color: #000000;
}

.divMask .imgmask .content a
{
    text-decoration:none;
    color: #FFFFFF;
    font-size: 12px;
    font-weight:bold;
}

.divMask #divImg1
{
    background-image: url('images/CP_NEW_1.jpg');
    background-repeat: no-repeat;
}

.divMask #divImg2
{
    background-image: url('images/CP_NEW_2.jpg');
    background-repeat: no-repeat;
}
.divMask #divImg3
{
    background-image: url('images/CP_NEW_3.jpg');
    background-repeat: no-repeat;
}

.divMask #divImg4
{
    background-image:url('images/CP_NEW_4.jpg');
    background-repeat:no-repeat;
}


