@charset "utf-8";
/* CSS Document */
#content, * html #content{
	height: 450px;
	position: relative;
}

#content h1.workh1{
	position: absolute;
	background: #FFF;
	z-index: 98;
	width: 670px;
}

#content h2{
	font-size: 11px;
	color: #6f6e6e;
	margin: 0;
	padding: 0;
	line-height: 15px;
	text-transform: none;
}

#content h3{
	text-transform: uppercase;
	font-size: 15px;
	color: #6f6e6e;
	padding: 10px 0px 20px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 20px;
	width: 175px;
}

#content h3 span.med{
	font-size: 14px;
	color: #c1c1c1;
}

#content h3.noborder{
	border-bottom: 0px;
}

#content span.light{
	display: none;
}


#content span.active{
	display:inline;
}

#jqueryBox{
	width: 670px;
}

.workSpace{
	height: 455px;
	width: 670px;
	position: absolute;
	z-index: 0;
	overflow: hidden;
}

div.items{
	height: 1000px;
	position: absolute;
	clear: both;
	width: 670px;
}

div.items div{
	height: 475px;
	overflow: hidden;
}

a.prev{
	position: absolute;
	z-index: 99;
	top: 55px;
	height: 12px;
	width: 16px;
	left: 25px;
	display: inline-block;
	cursor: pointer;
	background: url(/images/sub/work/prev.gif) no-repeat bottom left;
	
}

.navi{
	position: absolute;
	z-index: 99;
	top: 55px;
	width: 144px;
	height: 12px;
	left: 37px;
	background: #FFF;
	text-align: center;
}

.navi a{
	display: inline-block;
	height: 12px;
	width: 12px;
	margin: 0px 5px;
	background: #eee;
	padding: 0;
	line-height: 12px;
}

.navi a.active, .navi a:hover{
	background: #d2d2d2;
}

a.next{
	position: absolute;
	z-index: 99;
	top: 55px;
	height: 12px;
	width: 16px;
	left: 186px;
	display: inline-block;
	cursor: pointer;
	background: url(/images/sub/work/next.gif) no-repeat bottom left;
}

.pageBG{
	position: absolute;
	top: 45px;
	height: 35px;
	background: #FFF;
	z-index: 97;
	width: 670px;
	left: 25px;
}


.items div .picDiv{
	width: 460px;
	height: 356px;
	float: left;
	margin-top: 100px;
	margin-left: 100px;
	
}

.items div .rightDiv{
	float: right;
	width: 240px;
	height: 465px;
	margin-right: 5px;
	padding: 0;
}

.items div .padded{
	padding-top: 130px;
	height: 335px;
}

.items a img{
	border: 0;
}

#content .rightDiv p{
	font-size: 10px;
	padding: 0px;
	line-height: 15px;
	margin: 0;
}

#content h2.sol{
	padding-top: 10px;
}

#logoParent{
	position: absolute;
	right: 20px;
	top: 30px;
	/*border-left: 1px solid #a9a9a9;*/
	height: 410px;
	width: 135px;
	overflow: hidden;
}

.logoWrapper{
	
	height: 340px;
	width: 133px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 35px;
}

.logos{
	text-align: right;
	width: 133px;
	height: 1000px;
	position: absolute;
	
}

.logos div{
	width: 133px;
	height: 85px;
}

.logos div a{
	width: 133px;
	height: 85px;
	display: block;
	line-height: 85px;
	text-align: center;
	color: #333;
	margin: 0px 0px;
	cursor: pointer;
	background-position: top left;
	background-repeat: no-repeat;
}

.logos div#firstLogo a{
	margin-top: 0px;
}

.logos div.active a, .logos div a:hover, .logos div a.on{
	background-position: bottom left;
}

.logos div a#osi{ background-image: url(/images/sub/work/logos/osi.gif);}
.logos div a#shire{ background-image: url(/images/sub/work/logos/shire.gif);}
.logos div a#medtronic{background-image: url(/images/sub/work/logos/medtronic.gif);}
.logos div a#orapharma{background-image: url(/images/sub/work/logos/orapharma.gif);}
.logos div a#amag{background-image: url(/images/sub/work/logos/amag.gif);}
.logos div a#merck{background-image: url(/images/sub/work/logos/msd.gif);}
.logos div a#abbott{background-image: url(/images/sub/work/logos/abbot.gif);}
.logos div a#csl{background-image: url(/images/sub/work/logos/csl.gif);}
.logos div a#omniguide{background-image: url(/images/sub/work/logos/omniguide.gif);}
.logos div a#pediamed{background-image: url(/images/sub/work/logos/pediamed.gif);}
.logos div a#middlebrook{background-image: url(/images/sub/work/logos/middlebrook.gif);}
.logos div a#sirion{background-image: url(/images/sub/work/logos/sirion.gif);}
.logos div a#endo{background-image: url(/images/sub/work/logos/endo.gif);}

a.prevPage{
	display: block;
	height: 17px;
	width: 20px;
	cursor: pointer;
	position: absolute;
	right: 60px;
	top: 0px;
	background:url(/images/sub/work/up.gif) no-repeat bottom left;
}

a.nextPage{
	height: 17px;
	display: block;
	width: 20px;
	cursor: pointer;
	position: absolute;
	right: 60px;
	bottom: 0px;
	background:url(/images/sub/work/down.gif) no-repeat bottom left;
}

.disabled, a.disabled{
	background-position: top left !important;
	cursor: default;
}


#icons{
	padding: 10px;
}

#icons img{
	margin: 10px 26px;
	border: 0;
	cursor: pointer;

}