

#topjobscarousel .jcarousel-container-horizontal {
    padding: 0px 20px 0px 20px;
    width:420px;
    height:55px;
}
#topjobscarousel .jcarousel-clip-horizontal {
    height: 55px;
    width:420px;
}

#topjobscarousel .jcarousel-prev-horizontal {
    background: transparent url(topjobs-arrow-left.gif) no-repeat scroll 50% 50%;
    height: 21px;
    width: 11px;
    top: 13px;
}
#topjobscarousel .jcarousel-prev-horizontal:hover {
   
}
#topjobscarousel .jcarousel-prev-horizontal:active {

}

#topjobscarousel .jcarousel-prev-disabled-horizontal,
#topjobscarousel .jcarousel-prev-disabled-horizontal:hover,
#topjobscarousel .jcarousel-prev-disabled-horizontal:active {

}


#topjobscarousel .jcarousel-next-horizontal {
    background: transparent url(topjobs-arrow-right.gif) no-repeat scroll 50% 50%;
    height: 21px;
    width: 11px;
    top: 13px;
    right:8px;
}

#topjobscarousel .jcarousel-next-horizontal:hover {

}
#topjobscarousel .jcarousel-next-horizontal:active {

}

#topjobscarousel .jcarousel-next-disabled-horizontal,
#topjobscarousel .jcarousel-next-disabled-horizontal:hover,
#topjobscarousel .jcarousel-next-disabled-horizontal:active {

}

#topjobscarousel #returnToResults
{
	float:left;
	text-decoration:none;
	color:#C1C1C1;
	background-color:White; /* this is essential for the pulsate effect that sets the opacity to work correctly in ie. */
}

#topjobscarousel #returnToResults:hover
{
	text-decoration: underline;
}

#topjobscarousel .jcarousel-container {
    background: white;
    border: none;
}
