﻿.prvArrow
{
    width: 23px;
    height: 494px;
    background: url(/Includes/images/arrow_left.png) no-repeat 50% 50%;
    top: 30px;
    left: 0px;
    position: absolute;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    display:none;
}
.nextArrow
{
    width: 23px;
    height: 494px;
    background: url(/Includes/images/arrow_right.png) no-repeat 50% 50%;
    top: 30px;
    right: 0px;
    position: absolute;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    display:none;
 }
 .recruitmentDescription_content
{
    line-height:180%;
	font-size:12px;
	color:#373737;
	padding:10px 0;
	word-wrap: break-word;
	text-indent:25px;
}
