
#wrapper_highlights{
  margin-top:0px;
  display:none;
  margin:auto;
  text-align: left;
  
}

#myScroll
{
	margin-top: 2px;
	border: 3px solid #ba98ca;
	float: left;
	
}

#myScroll .scrollEl
{
	display:none;
	font-family:sans-serif;
	font-size:180%;
	color: #ba98ca;
	height:160px;
	padding: 10px 10px 10px 10px;
	background: #fff;
	/*  
	padding:10px;
	padding-top:60px;
	text-shadow:#999 1px 1px 1px;
	text-align:center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
}

	
#myScroll .scrollEl {
	float:left;
	padding: 0 10px 0 0;
	}
	
#myScroll .scrollEl p {	
	clear:both;	
	color: #000;
	}

#myScroll .scrollEl img {
	float:left;
	padding: 0 10px 100px 5px;
	}
#myScroll .scrollEl strong {
	font-size:1.3em;
	font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
	font-weight: normal;
	font-variant: normal;
	line-height:1.6em;
	color:#953163;
	}
#myScroll .scrollEl strong a {
	font-size:1.0em;
	font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
	font-weight: normal;
	font-variant: normal;
	line-height:1.6em;
	text-decoration:none;
	color:#287474;
}
#myScroll .scrollEl strong a:hover{
	font-size:1.0em;
	font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
	font-weight: normal;
	font-variant: normal;
	line-height:1.6em;
	text-decoration:none;
	color:#287474;
}

#controls div
{
	clear: both;
	float:right;
	font-family:sans-serif;
	margin-top:5px;
	background:#fff;
	display: block;
	padding:6px;
	cursor:pointer;
	border: 1px solid #000;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow:#999 2px 2px 2px;
	-webkit-box-shadow:#999 2px 2px 2px;

	margin: 10px 8px 10px 0;
}

#controls .sel{
	color:black !important;
	font-weight:bold;
}

#controls .disabled{
	color:gray;
}

#controls .page{
	padding:5px;
	color:gray;
}