@charset "utf-8";
/* CSS Document */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Life Guidance Foundation - Carousel
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
WEBSITE GENERAL STRUCTURE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

BODY {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #113558;
	text-align: justify;
	-webkit-font-smoothing: antialiased;
	}	
	
a {font-size: 12px;}
a:link {color: #21409a; font-weight: normal; text-decoration: none;}
a:active {color:#21409a; font-weight: normal; text-decoration: none; outline:none;}
a:visited {color: #21409a; font-weight: normal; text-decoration: none;}
a:hover {color: #21409a; font-weight: normal; text-decoration: none;}
a:focus {outline:none;}

ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
END WEBSITE GENERAL STRUCTURE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CONTAINER MAIN LAYOUT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#carouselWrapper {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	z-index: 1;
	opacity: 1; 
	}

div#containerCarouselMain {
	display: block;
	width: 979px;
	height: 247px;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 1;
	background: url(images/carousel_bg.png);
	opacity: 1;
	}

div#carouselAnimatedArrows {
	display: block;
	width: 979px;
	height: 247px;
	position: absolute;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 1;
	opacity: 1;
	}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
END CONTAINER MAIN LAYOUT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MOSAIC CONTAINER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.mosaicButtonWrapper {
	display: block;
	width: 162px;
	height: 229px;
	position: relative;
	float: left;
	top: 7px;
	left: 0px;
	z-index: 2;
	}

div.mosaicButtonMain {
	display: block;
	width: 162px;
	height: 229px;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 0px;
	z-index: 1;
	}
	
div.mosaicButtonHeading {
	display: block;
	width: 138px;
	height: 45px;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 12px;
	z-index: 2;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
END MOSAIC CONTAINER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MOSAIC SETTINGS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
.mosaic-block {
	width: 162px;
	height: 209px;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
	
.mosaic-block bar {
	width: 162px;
	height: 184px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
.mosaic-overlay {
	display:none;
	position:absolute;
	left:0px;
	z-index:1;
}
	
.bar .mosaic-overlay {
	height: 0px;
	bottom: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.buttonInfoMain{
	display: block;
	width: 146px;
	height: 184px;
	position: absolute;
	top: 0px;
	left: 8px;
	z-index: 2;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:url(images/carousel_button_content_window.png) no-repeat center;
}

.buttonInfo{
	display: block;
	width: 128px;
	height: 184px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	margin: 25px 0px 0px 0px;
	padding: 0px 8px 0px 8px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #113558;
	text-align: center;
}

.buttonHr{
	display: block;
	width: 132px;
	height: 1px;
	position: absolute;
	top: 0px;
	left: 7px;
	z-index: 3;
	margin: 158px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:url(images/hr.png) no-repeat center;
}

.buttonBottomText{
	display: block;
	width: 146px;
	height: 184px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	margin: 162px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #113558;
	text-align: center;
	font-weight: bold;
}

.clearfix{ 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
END MOSAIC SETTINGS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SCROLLABLE CONTAINER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Root element for the scrollable. When scrolling occurs this element stays still. */
.scrollable {
    /* Required settings */
    width: 840px;
    height: 235px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 5px;
	left: 69px;
    overflow: hidden;
}

/* Root element for scrollable items. Must be absolutely positioned and it should have a extremely large width to accomodate scrollable items. It's enough that you set the width and height for the root element and not for this element. */
.scrollable .items {
	/* This cannot be too large */
	width: 1500em;
	position: absolute;
	clear: both;
}

.scrollableWrapper {
    width: 838px;
    height: 235px;
	position: relative;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 69px;
    float: left;
}

/* Active item */
.scrollable .active {
    position: relative;
    cursor: default;
}

/* This makes it possible to add next button beside scrollable */
.scrollable {
    float: left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
    display: block;
    width: 65px;
    height: 191px;
	position: absolute;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 0px;
    float: left;
    cursor: pointer;
	z-index: 1;
	opacity: 1;
}

/* left */
a.left {
	position: absolute;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-position: 0px 0px;
	left: -1px;
	top: 26px;
    float: left;
	clear: right;
	}
a.left:hover {
	background-position: 0px 0px;
	}
a.left:active {
	background-position: 0px 0px;
	}

/* right */
a.right {
	position: relative;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-position: 0px 0px;
	left: 0px;
	top: 26px;
    float: right;
	clear: right;
	}
a.right:hover { 
	background-position: 0px 0px;
	}
a.right:active { 
	background-position: 0px 0px;
	}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
END SCROLLABLE CONTAINER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
