/* 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/swatch-bijoux.jpg');
}

/* tekst velden */

.ads_swatch{
display:inline;
	width: 500px;
	height:50px;
	margin-left:200px;
	margin-top:2px;
	color:#ff0000;
	font-size:36px;
	float:left;
	text-align:center;
}
.ads_swatch-bijoux{
	width: 500px;
	height:100px;
	margin-left:10px;
	margin-top:100px;
	color:#FFFFFF;
	font-size:14px;
}
.ads_text_white_10px {
	font-size:10px;
	color:#000000;
}
.ads_swatch_text{
	display:inline;
	width: 175px;
	height:107px;
	margin-left:200px;
	margin-right:5px;
	margin-top:2px;
	font-size:10px;
	float:left;
}
.ads_swatch_images{
	display:inline;
	width: 330px;
	height:107px;
	margin-top:2px;
	font-size:10px;
	float:left;
}
.ads_swatch_image_space {
	margin:2px;
	float:left;
	border:1px solid black;
}