/* frame maat */
.ads_frame{
   float: left;
   width: 720px;
   height: 175px;
   cursor:pointer;
}

/* Defineer de achtergrond per categorie */

.ads_frame#swatch
{
   background-image: url('/images/productpage_ads/swatch.jpg');
}
.ads_frame#swatch-bijoux
{
   background-image: url('/images/productpage_ads/flik-flak.jpg');
}
.ads_frame#flik-flak
{
   background-image: url('/images/productpage_ads/swatch-bijoux.jpg');
}

/* tekst velden */


.ads_text{
	position:absolute;
	margin-left:20px;
	top:138px;
	display:inline;
	width: 435px;
	height:74px;
}

