/****** CONTENT *******/

.mod_atlas_cases{ 
	padding: 30px 0; 
}

.mod_atlas_cases .modcontent {
	margin: 0 10px;
}

.modtitle {
	color: #9A004B;
	font-family: AauxNext-Regular;
	font-weight: normal;
	font-style: normal;
	font-size: 3.2em;
	line-height: 1.1em;
	text-transform: uppercase;
}

.tabscontainer{ position: relative; }

.modccthumb,
.modcctitle,
.modccchapter,
.modccdisease{
	display: block;
	padding: 0 15px;
}

.modccthumb{
	height: 127px;
	padding-top: 15px;
	width:120px;
}

.modccthumb_inner{
	background-color:#282828;
	display: table-cell;
	height: 120px;
	margin-bottom: 7px;
	vertical-align:middle;
	width:120px;
}

.modccthumb img{
	height: auto;
	margin: 0 auto;
	max-height: 120px;
	max-width: 120px;
	width: auto;
}

.modcctrial{
	position: absolute;
	bottom: 0;
	right: 0;
}

/* clinical case title */
.modcctitle{
	color: #9a004b;
	font-family: 'AauxNext-Regular';
	font-size: 1.6em;
	line-height: 1.2em;
	padding-top: 8px;
	padding-bottom: 8px;
}

.modcctitle:hover,
.modcctitle:active,
.modcctitle:focus{
	color: #4d082a;
}

/* clinical case chapter */
.modccchapter{
	color: #787878;
	font-family: Arial;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.2em;
	padding-top: 7px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.modccchapter:hover,
.modccchapter:active,
.modccchapter:focus{
	color: #505050;
}
/* clinical case disease */
.modccdisease{
	color: #4d082a;
	font-family: Arial;
	font-size: 1.1em;
	line-height: 1.1em;
}

.modccdisease:hover,
.modccdisease:active,
.modccdisease:focus{
	color: #9a004b;
}

/* li hover */
li.modccase{
	position: relative;
}

li.modccase:hover{
	background-image: linear-gradient(bottom, #C8C8C8 6%, #E6E6E6 53%);
	background-image: -o-linear-gradient(bottom, #C8C8C8 6%, #E6E6E6 53%);
	background-image: -moz-linear-gradient(bottom, #C8C8C8 6%, #E6E6E6 53%);
	background-image: -webkit-linear-gradient(bottom, #C8C8C8 6%, #E6E6E6 53%);
	background-image: -ms-linear-gradient(bottom, #C8C8C8 6%, #E6E6E6 53%);
}

/********* TABS ********/
ul.tabs{
	margin: 10px 0 0 0;
	padding:0;
	width:100%;
	float:left;
}

ul.tabs.left{text-align:left;}
ul.tabs.center{text-align:center;}
ul.tabs.right{text-align:right;}

ul.tabs li{
	list-style-type:none;
	margin:0 1px 0 0;
	padding:0;
	display:inline-block;
	*display:inline;/*IE ONLY*/
	position:relative;
	top:0;
	left:0;
	*top:1px;/*IE 7 ONLY*/
	zoom:1;
}
	
ul.tabs li a{
	background-color:#d6d6d6;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	box-shadow: inset 0 1px 0 #f8f8f8;
	border-bottom: 1px solid #fafafa;
	color:#787878;
	display:inline-block;
	font-family: Arial;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.2em;
	left:0;
	min-width:168px;
	padding:10px 26px;
	position: relative;
	top:1px;
	text-decoration:none;
	text-shadow: 0px 1px 0px #ffffff;
	text-transform: uppercase;
	zoom:1;
	width: auto;
}
	
ul.tabs li a:hover,
ul.tabs li a:active,
ul.tabs li a:focus{
	color:#505050;
	border-bottom: 1px solid #fafafa;
}

ul.tabs li.current a{
	position:relative;
	background:#e6e6e6;
	box-shadow: inset 0 1px 0 #fafafa;
	border-bottom: 1px solid #e6e6e6;
	color:#787878;
}
	
.tab-content{
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 #fafafa;
	border-radius: 2px;
	clear:both;
	padding: 20px 0 0 0;
	margin:0;
}
	
ul.tabs .icon{
	margin:-3px 7px -3px -5px;
	position:relative;
	top:-2px;
	left:0;
}


/********* SLIDER ********/

.tab-content{
	padding: 1px 20px 0 20px;
}

.tab-content ul {
	position: relative;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}

.no-js .tab-content ul { 
	position:static; 
}
 
.tab-content .mask {
	margin: 0;
	position:relative; /* required */
	overflow:hidden; /* required */
	width:900px; /* required */
}

.tab-content ul li {
	float:left; /* required */
	width:150px;
	height:342px;
	color:#fff;
	text-align:left;
	margin:0;
}

.tab-content .pagination-links {
	list-style:none;
	margin:0;
	padding:0;
}
 
.tab-content .pagination-links li {
	display:inline;
}

.tab-content .pagination-links li a {
	padding:2px 6px;	
}

.tab-content.pagination-links li a:hover {text-decoration:none;}

.tab-content.pagination-links li.current a {
	 background:#444;
	 color:#fff;
}
 
.tab-content .disabled {
	color:gray;
	cursor:default;
}

.carousel .prev,
.carousel .next{
	background-image: url(../images/arrows.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 14px;
	position: absolute;
	top: 136px;	
	width: 14px;
}

.carousel .prev{
	background-position: 0 0;
	left: 6px;	
}
.carousel .next{
	background-position: -16px 0;
	right: 6px;
}

.carousel .prev:hover,
.carousel .prev:active,
.carousel .prev:focus{
	background-position: 0 -16px;
}

.carousel .next:hover,
.carousel .next:active,
.carousel .next:focus{
	background-position: -16px -16px;
}

.carousel .prev.disabled{
	background-position: 0 0;
	cursor: text;
}
.carousel .next.disabled{
	background-position: -16px 0;	
	cursor: text;
}


.carousel .prev span,
.carousel .next span{
	font-size: 0;
	color: #e6e6e6;
}