a.expandable-link {
	cursor: pointer;
}

#slider{
	background-color: #4b9dc3;
	-webkit-box-shadow: 1px 1px 5px #888;
	-moz-box-shadow: 1px 1px 5px #888;
	shadow: 1px 1px 5px #888;

/* Set it so we could calculate the offsetLeft */
  position: relative;
	height:395px;
  width: 852px;
  /* Add scroll-bars */
  overflow-x: hidden;
overflow-y:hidden;
  margin: 0;
    padding-left:10px;
	padding-bottom:15px;

}

#sliderTop {
	background-color: #4b9dc3;
	-webkit-box-shadow: 1px 1px 5px #888;
	-moz-box-shadow: 1px 1px 5px #888;
	shadow: 1px 1px 5px #888;

/* Set it so we could calculate the offsetLeft */
  position: relative;
	height:376px;
  width: 852px;
  /* Add scroll-bars */
  overflow-x: auto;
overflow-y:hidden;
  margin: 0;
    padding-left:10px;
	padding-bottom:15px;
	margin-top: 1px;

}


ul.sliderBlock {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0px;
	height: auto;
}


ul.sliderBlock LI {
	display: block;
	background-color: #56add6;
	float: left;
	width: 254px;
	height: 360px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 15px;
	padding:10px;
	color:#000000;
	font-size:11px;
	line-height:1.3em;
	font-family: Arial, Helvetica, sans-serif;
	zoom: 1;
}


ul.sliderBlock LI:hover{
background-color:#5cb3dc;

}



#slider .current{
	background-color: #2886b3;
}
#slider .current:hover{
	background-color: #2886b3;
}


.contained2 .current{
	background-color: #2886b3;
}
.contained2 .current:hover{
	background-color: #2886b3;
}

ul.sliderBlock LI STRONG{
	color:#FFFFFF;
	display:block;
	font:1.4em Georgia,"Times New Roman",Times,serif;
	padding-top:15px;
	font-weight: normal;
	line-height: 1.2em;
}

ul.sliderBlock li {
	zoom: 1;
}

.arrow {
	position:absolute;
	width:30px;
	height:30px;
}

.arrow:hover { cursor:pointer; }

#arrow-right {
	left: 900px;
	bottom: 180px;
   border-top: 3px solid black;
   border-right: 3px solid black;
   transform: rotate(45deg);
}

#arrow-left {
	right: 900px;
	bottom: 180px;
   border-top: 3px solid black;
   border-right: 3px solid black;
   transform: rotate(-135deg);
}

.publicationsLeft {
}

.publicationsContent {
}

.publication {
	display: block;
}
