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

.activeSlide
{
	background-color: #585a70 !important;
	background-image: none !important;
}

.activeSlide img
{
	opacity: 1.0 !important;
}

#donate_button {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	background: #c44b4b !important;
	opacity: 1.0 !important;
}

#pager
{
	width: 168px;
	height: 310px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ededf5;
	z-index: 4;
}

#pager a
{
	display: block;
	position: relative;
	height: 51px;
	margin: 0 0 5px 0;
    padding: 7px 12px 0 78px;
    font: 500 15px Arial, Helvetica, sans-serif;
    color: #fafcfc;
	text-align: left;
	text-decoration: none;
    background-color: #7d8296;
	background-image: -ms-linear-gradient(bottom, #747889 0%, #9da0b0 100%);
	background-image: -moz-linear-gradient(bottom, #747889 0%, #9da0b0 100%);
	background-image: -o-linear-gradient(bottom, #747889 0%, #9da0b0 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #747889), color-stop(1, #9da0b0));
	background-image: -webkit-linear-gradient(bottom, #747889 0%, #9da0b0 100%);
	background-image: linear-gradient(bottom, #747889 0%, #9da0b0 100%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1NDQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM4QzkwQTIiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM3MDc0ODYiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c1NDQpIiAvPgo8L3N2Zz4=);
    -moz-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
	cursor: pointer;
}

#pager a:not(#donate_button)
{
	text-shadow: 1px 1px 1px rgba(56, 57, 77, 0.9);
}

#pager a:hover
{
	background-color: #585a70 !important;
	background-image: none;
}

#pager a img
{
	position: absolute;
	left: 7px;
	top: 9px;
	width: 62px;
	opacity: 0.6;
	-moz-border-radius: 5px;
    border-radius: 5px;
	background-color: rgba(255,255,255,.01);
}

#pager a:hover img
{
	opacity: 1.0;
}

.slide
{
	width: 309px;
	height: 310px;
	position: absolute;
	top: 0;
	left: 0;
}

.slide img
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	border-radius: 15px;
}

#slider
{
	position: absolute;
	top: 0;
	left: 0;
	width: 309px;
	height: 310px;
	z-index: 1;
}

#slider_container
{
	width: 477px;
	height: 310px;
	position: relative;
	margin: 0 auto;
	z-index: 99999;
}

.text
{
	position: relative;
	width: 155px;
	height: 300px;
	margin-left: 26px;
	padding-top: 10px;
	text-align: left;
	background: url(../images/transparent_bg.png);
	z-index: 3;
}

.text a:hover
{
	text-decoration: underline !important;
}

.text a:first-child,.text span:first-child
{
	margin-left: 10px;
	font: 500 20px Arial, Helvetica, sans-serif;
	color: #fafcfc;
	text-decoration: none;
}

.text a:last-child
{
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #fafcfc;
	font: 500 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.text p
{
	margin: 140px 10px 0 10px;
	padding: 8px 0;
	background: url(../images/dotted.gif) repeat-x bottom;
	font: 500 11px Arial, Helvetica, sans-serif;
	color: #fafcfc;
}