﻿a img {border: none; }

#commercial-banner-300x184
{
    background:url(../images/back.png) no-repeat;
	width:300px;
	height:184px;
	overflow:hidden;
	position:relative;
}

#commercial-banner-280x184
{
    background:url(../images/back-280.png) no-repeat;
	width:280px;
	height:185px;
	overflow:hidden;
	position:relative;
}
.commercial-ads-container
{
	overflow:hidden;
	position:relative;
	display:none;
}

.commercial-ads 
{ 
    width:300px; 
    height:184px; 
    overflow:hidden; 
    float:right; 
    padding:0px; 
    margin:0px; 
    position:relative; 
} 

.commercial-ad 
{ 
width:300px; 
height:184px; 
overflow:hidden; 
float:right; 
padding:0px; 
margin:0px; 
list-style:none; 
} 


/* commercial-pager (the dots) */ 

.commercial-pager 
{ 
    height: 7px;
    position:absolute;
	bottom:12px;
	right:110px;
    overflow: hidden;
    padding: 0;
	margin:0;
	z-index:500;
} 

.commercial-pager li 
{ 
height:7px; 
width:7px; 
float:right; 
padding:0; 
margin:0 0 0 4px; 
list-style:none; 
overflow:hidden; 
cursor:pointer; 
} 

.commercial-pager li a 
{
	display:block;
	width:7px;
	height:0px;
	padding-top:7px;
	background-image:url(../images/pager.png);
	background-position:0 0;
	float:right;
	overflow:hidden;
}

.commercial-pager li.current a 
{
	background-position:0 -7px;
}

.commercial-ad-image
{
    width:300px;
	height:184px;
	overflow:hidden;
}

.commercial-ad-image img
{
	float:left;
}

.ad_curves
{
	width:300px;
	height:184px;
	background:url(../images/curves.png) no-repeat 0 0;
	position:absolute;
	top:0;
	right:0;
}

.ad_curves-280x184
{
	width:280px;
	height:185px;
	background:url(../images/curves-280.png) no-repeat 0 0;
	position:absolute;
	top:0;
	right:0;
}
.ad-content
{
	width:150px;
	height:127px;
	overflow:hidden;
	position:absolute;
	top:20px;
	right:16px;
	border-bottom:#dbdbdb 1px solid;
}

.ad-text
{
	font-family:Tahoma !important;
	font-size:10pt;
	color:#333333;
	display:block;
	direction:rtl !important;
}

.ad-text span,
.ad-text div
{
	font-family:Tahoma !important;
	font-size:10pt;
	color:#333333;
	display:block;
	direction:rtl !important;
	text-align:right !important;
}

.ad-title
{
	font-family:Tahoma;
	font-size:12pt;
	font-weight:bold;
	color:#333333;
	display:block;
	margin-bottom:3px;
}

.ad-link:link,
.ad-link:visited
{
	font-family:Tahoma;
	font-size:10pt;
	color:#de168b !important;
	background:url(../images/link-back.png) 0 50% no-repeat;
	padding-left:8px;
	float:right;
	margin-top:7px;
	font-weight:bold;
	text-decoration:underline !important;
}

.ad-link:hover
{
	font-family:Tahoma;
	font-size:10pt;
	color:#de168b;
	background:url(../images/link-back.png) 0 50% no-repeat;
	padding-left:8px;
	float:right;
	margin-top:7px;
	text-decoration:none;
	font-weight:bold;
}

.ad-buttom-link,
.ad-buttom-link:visited
{
	font-family:Tahoma;
	font-size:10pt;
	color:#de168b !important;
	float:right;
	font-weight:bold;
    position:absolute;
	bottom:10px;
	right:16px;
	text-decoration: underline !important;
}