<STYLE>
/*
$Id: euroeconomistjobs.css 3358 2011-10-31 16:12:29Z jamescollier $
*/

/*-- Defaults ------------------------*/
.small { font: 8pt Verdana; }
.ebtitle {  color: #003366; font-weight: bold; }
.bold { font-weight: bold; }
.bluebold { font-weight: bold; color: #003366;}
.italic { font-style: italic; }
.warning { font-weight: bold; color: red; }
.formExplainText { font: 8pt; color: gray; }
.formExplainText a { color: gray; }
.highlight { background-color: #C3D8FF; }

ul.small li { padding: 0; margin: 0 0 0 5px; line-height: 1em; }  /* ul and small class. line-height for IE6 */

.floatright { float: right; }
.floatleft { float: left; }
.floatclear { clear: both; height: 0; margin: 0; padding: 0; line-height: 0; }	//Clear all previous floating models. line-height needed for IE


.ebinfobar { color: #003366; text-align: left; font: 8pt Verdana; }
.eblogotext { color: #003366; font: 8pt Verdana; }

.edutext { font: 8pt Verdana; }
.edutitle { font-size: 10pt; font-family: Arial; font-weight: bold;  }

.ebPromoTitle { font-weight: bold; }
.ebPromoText { font: 8pt Verdana; }

.quoteAuthor { font: italic 9pt Arial; margin-left: 15px; }
.formElement { margin-top: 3px; margin-bottom: 3px; }

/* General Styling */

*
{
	margin: 0;
	padding: 0;
}
BODY
{
	color: #2F3F53;
	text-align: center;
	font: 12px Arial;
	background: #FFFFFF url(images/site_background_initial.jpg) repeat-x bottom;
	background-attachment: fixed;
}

BODY.popup
{
	text-align: center;
	font: 12px Arial;
	background:#E1E9F2;
}

BODY.popup .ebSection
{
	color: #2F3F53;
	background:#E1E9F2;
	margin: 2px 10px 0px 10px;
}

BODY.popup .ebSection img
{
	border:1px solid silver;
}

BODY.popup .ebSection p, BODY.popup .ebSection ul
{
	text-align:left;
	padding: 10px;
}
BODY.popup .ebSection ul{
	margin-left: 15px;
}

BODY.popup .ebSection h1, BODY.popup .ebSection h2
{
	color: #2F3F53;
	text-align:left;
	padding-top:5px;
}

A
{
	text-decoration: none;
	color: #003366;
}
A:hover
{
	text-decoration: underline;
}
IMG
{
	border: 0;
}
.break
{
	font-size: 0;
	width: 0;
	height: 0;
	clear: both;
}
.alignleft
{
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright
{
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter
{
	text-align: center;
}
.hidden
{
	display: none;
}

p{
	padding-top: 5px;
	padding-bottom: 5px;
	color: #2F3F53;
	text-align:left;
}
/*Entire site wrapper */
#wrapper
{
	width: 1025px;
	margin: auto;
	text-align: left;
	padding-bottom: 20px;
}

/* Site Header CSS */

#header
{
	margin-bottom: 5px;
	margin-top: 10px;
	background-color:white;
	padding:5px 4px 10px 4px;
}
#header .logo
{
	float: left;
	padding-top: 10px;
}
#header .logo H1
{
	font-size: 3em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#header .logo H1 A
{
	text-decoration: none;
}
#header .logo P
{
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 10px;
}
#header .logo P
{
	width:285px;
	height:60px;
}

#header .ad468x60
{
	float: right;
}

/* Main Content CSS */

#main
{
	clear: both;
	color: #2F3F53;
	padding-bottom: 10px;
}
#main .navigation
{
	float: left;
	margin-top: 10px;
	width: 618px;
}
#main .navigation UL
{
	list-style-type: none;
}
#main .navigation UL LI
{
	background: url(images/navigation_tab_blue.png) repeat-x;
	height: 22px;
	float: left;
	font-weight: bold;
	padding-top: 5px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	width: 133px;
	margin-right:3px;
}
#main .navigation UL LI A
{
	text-decoration: none;
	color: #FFFFFF;
}
#main .navigation UL LI.recruiterTab
{
	background: url(images/navigation_tab_recruit.png);
}
#main .navigation UL LI.recruiterTab A
{
	text-decoration: none;
	color: #FFFFFF;
}
#main .navigation UL LI A:hover
{
	text-decoration: none;
	color: #d942d0;
}
#main .navigation UL LI.recruiterTab A:hover
{
	text-decoration: none;
	color: black;
}
#main .navigation2
{
	float: right;
	text-align:right;
	width: 300px;
	height: 24px;
	margin-top: 10px;
}
#main .navigation2 .l
{
	float: left;
	width: 90px;
	height: 24px;
	text-align: right;
}
#main .navigation2 .l A
{
	text-decoration: none;
	color: #304055;
}
#main .navigation2 .l A:hover
{
	text-decoration: underline;
	color: #304055;
}
#main .navigation2 .pipe
{
	float: left;
	width: 20px;
	height: 24px;
	text-align: center;
}
#main .navigation2 .r
{
	float: right;
	width: 90px;
	height: 24px;
	text-align: left;
}
#main .navigation2 .r A
{
	text-decoration: none;
	color: #304055;
}
#main .navigation2 .r A:hover
{
	text-decoration: underline;
	color: #304055;
}
#main .navigation2 UL
{
	list-style-type: none;
}
#main .navigation2 UL LI
{
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	color: #304055;
	text-align: center;
	width: 150px;
}
#main .navigation2 UL LI A
{
	text-decoration: none;
	color: #304055;
}
#main .jobsearch
{
	background-color:#5E7A9F;
	width: 666px;
	height: 108px;
	margin-bottom: 10px;
	margin-left: 6px;
	background-image: url(images/gradianted_blue_background.jpg);
	background-position: bottom;
  	background-repeat: repeat-x;
	padding-left: 10px;
	margin-top: 8px;
}
#main .jobsearch H2
{
	color: #FFFFFF;
	font-size: 14px;
	margin-left: 8px;
	padding-top: 7px;
}
#main .jobsearch H3
{
	color: #FFFFFF;
	float: left;
	font-size: 10px;
	margin-left: 8px;
	padding-top:4px;
}
#main .jobsearch H3.advsearch
{
	color: #FFFFFF;
	font-size: 10px;
	margin-left: 10px;
	text-align: right;
	clear: left;
}
#main .jobsearch H3.advsearch A
{
	text-decoration: none;
	color: #FFFFFF;
}
#main .jobsearch H3.advsearch A:hover
{
	text-decoration: underline;
	color: #d942d0;
}
#main .jobsearch FORM
{
	margin-bottom: 5px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 3px;
}
#main .jobsearch FORM INPUT
{
	float: left;
	border: 0;
	width: 156px;
	padding:2px 1px 3px 1px;
	margin: 8px 0 0 8px;
	border: 1px solid #DDDDDD;
	font-size: 10px;
}

#main .jobsearch div
{
	float: left;
	height: 20px;
	color:white;
	margin-left:2px;
}

#main .jobsearch FORM SELECT
{
	float: left;
	border: 0;
	margin: 8px 0 0 8px;
	border: 1px solid #DDDDDD;
	width: 155px;
	padding:1px 1px 2px 1px;
	font-size:10px;
}
#main .jobsearch FORM BUTTON
{
	border: 0;
	width: 56px;
	height: 20px;
	background-color: #304055;
	margin: 8px 0 0 8px;
	color: #FFFFFF;
	border-color: #829CBE;
	border-style: solid;
	border-width: thin;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	cursor:pointer;cursor:hand
}
#main .jobsearch FORM BUTTON:hover{
	color: #d942d0;
}

/*  -----Live Search----- */
#liveSearchDiv
 {
	position:relative;
	border:none;
	z-index:100;
	background-color:#fff;
	border-top:0px;
	clear:both;
	margin-top:-20px;
	margin-left: 8px ! important;
	display:none;
}

#liveSearchDiv li{
	list-style:none;
	margin:0px;
	border-left:1px silver solid;
	border-right:1px silver solid;
}

#liveSearchDiv ul{
	line-height:17px;
	font-family:verdana;
	font-size:8pt;
	margin:0px;
	background-color:white;
}

a.liveSearchLink{
	position:relative;
	display:block;
	text-decoration:none;
	color:#003366;
	width:100%;

}

#liveSearchDiv a:hover, a.liveSearchLinkHover, a.liveSearchLinkHover :visited{
	position:relative;
	display:block;
	 background-color: #5E7A9F;
	 color:#fff;
	 text-decoration: none;
	 width: 100%;
}

/*Organisation linksebJobLinkSection in CSS */

.OrgLinks{
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 10pt;
	font-family: Arial;
}

.OrgLinks h1 {
	margin: 0 0 10px 0;
	background-color: #FFFFCC;
	color: #0000C0;
	font-size: 10pt;
	font-weight: bold;
}

.OrgLinks ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.OrgLinks li{
	padding-bottom: 10px;
}

/* Main Content Container */
#content
{
	width: 695px;
	float: left;
	padding-top: 2px;
	background: url(images/main_col_background.png) top right;
	text-align:left;
	padding-bottom:10px;
}

#content a.blue_button{
    background: transparent url('images/blue_btn_bg.jpg') repeat-x scroll top right;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    margin-right: 6px;
    height:20px;
    padding: 4px 18px 0px 18px;
    text-decoration: none;
    margin-top:10px;
    margin-bottom:10px;
    color: white !important;
    font-weight:bold;
}
#content a.blue_button:hover{
    color:#E09AE1 !important;
}

/* ebSection Stylings */
#content .ebSection
{
	padding: 5px;
	padding-bottom:10px;
	margin-bottom: 0px;
	margin-top: 8px;
	margin-left: 6px;
	border-color: #304055;
	background-color: #E1E9F2;
	float: left;
	width: 665px;
	border:1px solid silver;
}
/* Light colour for ebSection links */
#content .ebSection a{ color: #135B98 }
/* Darker colour for header links */
#content .ebSection h1 a { color: #003366; }
#content .ebSection h2 a { color: #003366; }
#content .ebSection UL, #content .ebSection OL
{
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content .ebSection UL LI, #content .ebSection OL LI
{
	margin-left: 15px;
	padding: 1px 0 0px 1px;
	font-size: 11px;
	font: 1em Arial, Helvetica, sans-serif;
}
#content .ebSection H1
{
	font-size: 1.5em;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #2F3F53;
}
#content .ebSection H2
{
	font-size: 1em;
	padding-left: 25px;
	padding-top: 10px;
	color: #2F3F53;
}
#content .ebSection H3
{
	font-size: 0.9em;
	padding-left: 25px;
	padding-top: 10px;
	color: #2F3F53;
}
#content .ebSection p
{
	font-size: 12px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #2F3F53;
}
#content .ebSection p.jobSubmissionWarning
{
	font-size: 12px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: red;
	border: solid 1px red;
	text-align: center;
	font-weight: bold;
}
#content .ebSection p.small{
	font-size: 11px;
}
#content .ebSection table tr td
{
	font-size: 11px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	color: #2F3F53;
}
#content .ebHostedSection
{
	padding: 5px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom:10px;
	margin-top: 8px;
	margin-left: 6px;
	border-color: #304055;
	background-color: #E1E9F2;
	float: left;
	width: 625px;
	border:1px solid silver;
}
/* Light colour for ebSection links */
#content .ebHostedSection a{ color: #135B98 }
/* Darker colour for header links */
#content .ebHostedSection h1 a { color: #003366; }
#content .ebHostedSection h2 a { color: #003366; }
#content .ebHostedSection img
{
	border:1px solid silver;
}
#content .ebHostedSection UL, #content .ebHostedSection OL
{
	padding-top: 10px;
}
#content .ebHostedSection UL LI, #content .ebHostedSection OL LI
{
	list-style-position: outside;
	padding: 4px 0 4px 0px;
	margin-left: 15px;
	font-size: 11px;
	font: 1em Arial, Helvetica, sans-serif;
}
#content .ebHostedSection OL LI{
	margin-left: 17px;
}
#content .ebHostedSection H1
{
	font-size: 1.5em;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #2F3F53;
}
#content .ebHostedSection H2
{
	font-size: 1em;
	padding-top: 10px;
	color: #2F3F53;
}
#content .ebHostedSection H3
{
	font-size: 0.9em;
	padding-top: 10px;
	color: #2F3F53;
}
#content .ebHostedSection P
{
	font-size: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #2F3F53;
}
#content .ebSection .recbox
{
	border: 1px solid #2887F1;
	background: #FFFFFF;
	margin-left: 25px;
	margin-top: 5px;
	margin-right: 10px;
	float: left;
	width: 570px;
}
#content .ebSection .recbox .hthumb
{
	margin-left: 25px;
	margin-top: 10px;
}
#content .ebSection .recbox UL
{
	padding-left: 25px;
	padding-top: 10px;
}
#content .ebSection .recbox LI
{
	list-style-position: inside;
	padding: 4px 0 4px 0px;
	font-size: 11px;
	font: 1em Arial, Helvetica, sans-serif;
}
#content .ebSection .recbox .butlinklb
{
	border: 1px solid #000;
	text-align: center;
	margin-left: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 88px;
	height: 17px;
	padding-top: 5px;
	float: left;
}
#content .ebSection .recbox .butlinkrb
{
	border: 1px solid #000;
	text-align: center;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 156px;
	height: 17px;
	padding-top: 5px;
	float: right;
}
#content .ebSection .recbox A
{
	text-decoration: none;
	color: #2F3F53;
}
#content .ebSection .lbox
{
	width: 310px;
	margin-left: 0px;
	float: left;
}
#content .ebSection .rbox
{
	width: 245px;
	float: left;
}
#content .ebSection .portbox1
{
	width: 251px;
	padding-left: 5px;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 25px;
	margin-top: 10px;
	height: 80px;
}
#content .ebSection .portbox1 P
{
	font: 1em Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#content .ebSection .portbox1 .tbutton
{
	width: 144px;
	height: 26px;
	background: url(images/button.png) no-repeat;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	font: 1em Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
}
#content .ebSection .portbox2
{
	width: 268px;
	height: 80px;
	padding-left: 2px;
	margin-bottom: 20px;
	margin-right: 2px;
	margin-top: 10px;
	background: url(images/colbg.png) repeat-x;
}
#content .ebSection .portbox2 P
{
	font: 1em Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}
#content .ebSection .portbox2 .pitalic
{
	font-style: italic;
}
#content .ebSection .portbox2 .pbold
{
	font-weight: bold;
}
#content .ebSection .portbox3
{
	width: 295px;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 25px;
	margin-top: 10px;
}
#content .ebSection .portbox3 H3
{
	padding-left: 2px;
}
#content .ebSection .portbox3 H2
{
	padding-left: 2px;
	text-decoration: underline;
}
#content .ebSection .portbox3 UL
{
	padding-left: 5px;
}
#content .ebSection .portbox3 P
{
	font: 1em Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#content .ebSection .portbox3 .pbold
{
	font-weight: bold;
	color: #003366;
}
#content .ebSection .mainSectionBox
{
	width: 252px;
	border: 1px solid silver;
	margin-bottom: 20px;
	margin-right: 2px;
	margin-left: 18px;
	margin-top: 10px;
	padding:5px;
	background: url(images/inline_infobox_gradient.png);
  	background-position: top;
  	background-repeat: repeat-x;
  	background-color:#E2E2E2;
}
#content .ebSection .mainSectionBox P
{
	font: 1em Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 3px;
}
#content .ebSection .mainSectionBox .pbold
{
	font-weight: bold;
	color: #003366;
}

/* Added for promotion ads on education, law firm etc pages */
#content .ebSection .promotionsWrap {
	background-color:white;
	margin-bottom: 10px;
	padding:5px;
	border:solid silver 1px;
	margin-right:25px;
	margin-left:25px;
}
#content .ebSection .promotionsWrap img { width:120px; height: 60px; float: left; clear: left; margin-top: 3px; }
#content .ebSection .promotionsWrap p { padding:0px; margin-left: 135px; font-size: 8pt; font-family: Verdana; }
#content .ebSection .promotionsWrap h2 { padding:0px; margin-left: 135px; margin-bottom:5px; font-size: 10pt; font-family: Arial; font-weight: bold; }

#content .recruitSection {

	width: 665px;
	border:1px solid #7C267D;
	margin-bottom: 0px;
	margin-top: 8px;
	margin-left: 6px;
	padding:5px 5px 20px;
	background-image: url(images/gradianted_blue_background.jpg);
	background-position: bottom;
  	background-repeat: repeat-x;
  	background-color:#5E7A9F;
	color:white;
}

#content .recruitSection h1 {

	font-family:Arial;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 1.5em;
}
#content .recruitSection ul {
	padding-left:25px;
		padding-top: 10px;
}
#content .recruitSection li {
	list-style-image: url(images/star_bullet.png);
	padding-top:2px;
	margin-left: 15px;
	 	font-size: 15px;
}
#content .recruitSection p {
 	font-size: 15px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	color: white;
}

#content .recruitSection a {
 	font-weight:bold;
 	text-decoration:underline;
 	color:white;
}

/* Right Column */

#sidebar
{
	width: 327px;
	float: right;
	padding: 10px 0 0px;
	background: url(images/right_col_background.png);
}
#sidebar FORM
{
	background-image: url(images/gradianted_blue_background.jpg);
	background-position: top;
  	background-repeat: repeat-x;
	border: 1px solid #DDDDDD;
	background-color: #304055;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	width: 301px;
	margin-left: 10px;
}
#sidebar FORM H3
{
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#sidebar FORM H2
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px 0 2px 10px;
	width: 299;
}

#sidebar FORM a
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px 0 10px 0px;
	width: 299;
}

#sidebar FORM INPUT
{
	float: left;
	border: 0;
	margin: 8px 0 0 8px;
	background-color: #FFFFFF;
	width: 200px;
	height: 20px;

}
#sidebar FORM BUTTON
{
	float: right;
	border: 0;
	width: 67px;
	height: 22px;
	margin-top: 10px;
	background-color: #304055;
	margin: 1px 10px 0 0px;
	color: #FFFFFF;
	border-color: #829CBE;
	border-style: solid;
	border-width: thin;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	cursor:pointer;cursor:hand
}
#sidebar FORM BUTTON:hover
{
	color: #d942d0;
}
#sidebar .box
{
	margin-bottom: 7px;
	padding-bottom: 0px;
}
#sidebar .box IMG
{
	background-color: #EEEEEE;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidebar .box H2
{
	background-color: #003366;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
	color: #FFFFFF;
	padding: 8px 10px 5px 5px;
	margin-left: 5px;
	width: 299;
}
#sidebar .box UL
{
	list-style-type: none;
	padding: 10px;
}
#sidebar .box UL
{
	list-style-type: none;
	padding: 10px;
}
#sidebar .box UL LI
{
	line-height: 1.6em;
	padding: 4px 0 4px 8px;
	font-size: 0.9em;
	width: 300px;
}

#sidebar .infoBox
{
	background: #2D3E52;
	background-image:url("images/gradianted_blue_background.jpg");
	background-position:center top;
	background-repeat: repeat-x;
	margin-bottom: 10px;
	padding:5px;
	width: 280px;
	margin-left: 12px;
	padding:10px;
	font-size: 11px;
}
/* White for h2 header in infoboxes: */
#sidebar .infoBox h2 a {
    color: white;
}
#sidebar .imuWrapper
{
	background: none;
	margin-bottom: 10px;
	margin-left: 12px;
	width: 299px;
}

#sidebar .tagCloudWrapper
{
	background: none;
	margin-bottom: 10px;
	margin-left: 12px;
	width: 299px;
	text-align: justify;
}

#sidebar .infoBox p
{
	background: #E8EFF6;
	padding: 4px;
	margin-bottom:5px;
}

#sidebar .infoBox p img
{
	border: 1px solid silver;
}

#sidebar .infoBox H2
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px 0 10px 0px;
	width: 299;
}

/* Footer Styling */

#sitemapFooter
{
	background: #eadceb;
	border:silver 1px solid;
	margin-top:10px;
	color: #6E6E6E;
	text-align: center;
	padding: 8px;
}
#sitemapFooter A
{
	color: #6E6E6E;
}
#sitemapFooter h2
{
	color: #6E6E6E;
	font-weight:bold;
	font-size: 11px;
	margin-bottom:1px;
	margin-top:5px;
}
#sitemapFooter td
{
	font-size:11px;
	padding-right:5px;
	padding-left:5px;
}
#sitemapFooter table
{
	margin:0 auto;
}
#sitemapFooter .shareContainer
{
	clear:left;
	margin-top: 5px;
}
#sitemapFooter .shareContainer img{
	width: 32px;
	height: 32px;
}
#sitemapFooter .shareContainer a{
	display:block;
	float:left;
}

/* Scrolling Premium Logo CSS */
#animatedPremiumJobLogoOuterContainer { height:50px; margin-left:6px; position:relative; padding-bottom:10px; background-color:white; border:1px solid silver; width:675px;}
#animatedPremiumJobLogoOuterContainerRight { height:50px; width:20px; float:right; position:relative; z-index:10; display:none; background-image:url('images/rightanimatedlogofade.png');}
#animatedPremiumJobLogoOuterContainerLeft { height:50px; width:20px; float:left; position:relative; z-index:10; display:none; background-image:url('images/leftanimatedlogofade.png');}
#animatedPremiumJobLogoImageScroller {  height:50px; position:relative; overflow:hidden;}
#animatedPremiumJobLogoViewer { height:50px; overflow:hidden; margin:auto; position:relative; top:10px;}
#animatedPremiumJobLogoViewer img { height:40px; width:80px; margin-right:10px; margin-left:10px;}
#animatedPremiumJobLogoImageScroller a img { border:0px;}

</STYLE>
