No edit summary  | 
				No edit summary  | 
				||
| (2 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
<style>  | <style>  | ||
   .carouselContainer { min-height: 400px; padding: 5px 0 5px 0; }  |    .carouselContainer { min-height: 400px; padding: 5px 0 5px 0; }  | ||
  .carouselPrev, .carouselNext {  | |||
     background: #004250;  | |||
  }  | |||
  .carouselPrev:hover, .carouselNext:hover {  | |||
     background: #7ab800 !important;  | |||
  }  | |||
</style>  | </style>  | ||
<div style='border: 3px solid #  | <div style='border: 3px solid #004250; background: #004250;'>  | ||
<div id="carousel" style="min-width:400px;width:69%;display:inline-block;"></div>  | <div id="carousel" style="min-width:400px;width:69%;display:inline-block;"></div>  | ||
<div style="min-width:160px;width:30%;display:inline-block;"><iframe src="https://calendar.google.com/calendar/b/2/embed?height=400&wkst=1&bgcolor=%  | <div style="min-width:160px;width:30%;display:inline-block;"><iframe src="https://calendar.google.com/calendar/b/2/embed?height=400&wkst=1&bgcolor=%23004250&ctz=America%2FEdmonton&src=dWFsYmVydGEuY2FfYjYzcDdtOG4zaDVlOW00NzRwajB1a21lOXNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%23004250&showPrint=0&showTitle=0&mode=AGENDA&showNav=1&showDate=0&showTz=1" style="border-width:0" width="100%" height="390" frameborder="0" scrolling="no"></iframe></div>  | ||
</div>  | </div>  | ||
<script type="text/javascript">  | <script type="text/javascript">  | ||