.prev {
top: 50%;
position: absolute;
margin-left: -17px;
z-index: 600;
}
.next {
top: 50%;
right:0;
position: absolute;
margin-right: -17px;
z-index: 600;
}
.pages {
position: absolute;
left: 0;
bottom: 0;
right: 0;
text-align: center;
display: block;
width: auto;
height: 25px;
z-index: 600;
pointer-events:none;
}
.pages li {
list-style: none;
display: inline-block;
font-size: 0;
background: #ffffff;
margin-left: 10px;
padding: 0 5px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
*display: inline;
zoom: 1;
pointer-events:auto;
}
.pages li.current {
background: #005A8C;
}
.pages li.current a {
color: #ffffff;
}
.pages li a {
display: block;
width: 100%;
height: 100%;
font-size: 12px;
color: #000000;
text-decoration: none;
}
.slides_container {
height: 375px;
width: 690px;
}
.caption {
z-index: 500;
position: absolute;
bottom: -35px;
left: 0;
height: 30px;
padding: 5px 20px 0 20px;
width: 540px;
font-size: 1.3em;
line-height: 1.33;
color: white;
top: 265px;
}
.caption-slide-1{
z-index: 500;
position: absolute;
left: 0;
top: 0;
padding: 20px;
}
.caption-slide-1 h3{
font-family: AdelleBasic-Bold;
font-size: 29px;
color: white;
}
.caption-slide-1 p{
padding-top: 10px;
font-size: 1.5em;
line-height: 1.33;
color: white;
width: 60%;
}
.caption-slide-2 {
z-index: 500;
position: absolute;
left: 0;
top: 0;
padding: 20px;
}
.caption-slide-2 p{
padding: 90px 245px 0px 240px;
line-height: 2;
color: #005a8c;
font-family: AdelleBasic-Bold;
font-size: 16px;
text-align: center;
}
/*EBY*/
.eby-caption{
z-index: 500;
position: absolute;
right: 30px;
bottom: 55px;
padding: 0px;
}
.eby-caption p{
color: #ffffff;
text-align: center;
font-size: 16px;
}
/*ADHD*/
.caption-ADHD{
z-index: 500;
position: absolute;
left: 0;
top: 70px;
padding: 40px;
}
.caption-ADHD p{
font-size: 1.7em;
line-height: 1.33;
color: white;
width: 100%;
}
.caption-ADHD b{
font-weight: normal;
text-decoration: underline;
color: #FFFFFF;
}
/*Coffee Time*/
.caption-coffee{
z-index: 500;
position: absolute;
left: 64px;
top: 95px;
padding: 0px;
}
.caption-coffee p{
color: #341C10;
text-align: center;
font-size: 25px;
text-transform: uppercase;
letter-spacing: -2px;
font-family: monospace;
font-weight: bold;
}
/*PFCC Week 2014*/
#pfcc-week{
background-color: fff;
height: 320px;
width: 675px;
}
#pfcc-week a:hover{
text-decoration: none;
}
#pfcc-week-top{
font-size: 22px;
line-height: 1;
text-align: center;
margin-bottom: 10px;
}
#pfcc-week-left{
width:355px;
height: 222px;
float:left;
}
#pfcc-week-right{
float: right;
font-size: 24px;
height: 222px;
line-height: 1.1;
padding: 31px;
width: 296px;
}
#pfcc-week-bottom{
font-size: 16px;
text-align: center;
line-height: 1;
padding: 8px 0 0 0;
clear: both;
}
.drop-shadow {
position:relative;
float:left;
width:40%;
padding:1em;
margin:2em 10px 4em;
background:#fff;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.drop-shadow:before,
.drop-shadow:after {
content:"";
position:absolute;
z-index:-2;
}
.drop-shadow p {
font-size:16px;
font-weight:bold;
}