/* CSS Document */
.sliderbox
{
	position: absolute;
	height: 460px;
	width: 1150px;
	top: 0px;
	border-radius: 3px;
}

.sliderbox img
{
	border-radius: 3px;
	float: right;
}

.staged
{
	left: -1150px;
	-webkit-transition: all 0s linear 0s;
	-moz-transition: all 0s linear 0s;
	-ms-transition: all 0s linear 0s;
	-o-transition: all 0s linear 0s;
	transition: all 0s linear 0s;
}

.showcased
{
	left: 0px;
	-webkit-transition: left .6s ease-in-out 0s;
	-moz-transition: left .6s ease-in-out 0s;
	-ms-transition: left .6s ease-in-out 0s;
	-o-transition: left .6s ease-in-out 0s;
	transition: left .6s ease-in-out 0s;
}

.removed
{
	left: 1200px;
	-webkit-transition: left .6s ease-in-out 0s;
	-moz-transition: left .6s ease-in-out 0s;
	-ms-transition: left .6s ease-in-out 0s;
	-o-transition: left .6s ease-in-out 0s;
	transition: left .6s ease-in-out 0s;
}


.slidercontent
{
	position: absolute;
	width: 580px;
	background-color: rgba(255,255,255,0.90);
	z-index: 10;
	border: 6px solid rgba(0,0,0,0.4);
	font-size: 15px;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, "sans-serif;";
	box-shadow: 0 15px 8px -10px  #666666;
	border-radius: 2px;
	top: 230px;
}

.contentstaged
{
	left: -3000px;
	-webkit-transition: all 0s linear 0s;
	-moz-transition: all 0s linear 0s;
	-ms-transition: all 0s linear 0s;
	-o-transition: all 0s linear 0s;
	transition: all 0s linear 0s;
}

.contentshowcased
{
	left: 0px;
	-webkit-transition: left .6s ease-in-out 0s;
	-moz-transition: left .6s ease-in-out 0s;
	-ms-transition: left .6s ease-in-out 0s;
	-o-transition: left .6s ease-in-out 0s;
	transition: left .6s ease-in-out 0s;
}

.contentremoved
{
	left: 3000px;
	-webkit-transition: left .6s ease-in-out 0s;
	-moz-transition: left .6s ease-in-out 0s;
	-ms-transition: left .6s ease-in-out 0s;
	-o-transition: left .6s ease-in-out 0s;
	transition: left .6s ease-in-out 0s;
}

.contenttext
{
	opacity: 1;
	color: #3B3B3B;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

.contenttitle
{
	opacity: 1;
	color: #1B1B1B;
	font-size: 13px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 10px;
}
.messageboxline {
	margin-bottom: 5px;
}

.fader
{
	height: 460px;
	width: 760px;
	float:right;
	overflow:hidden;
}

.shadow
{
	top: -25px;
	height: 50px;
	width: 760px;
	float:right;
}

.fader img
{
	height: 460px;
	width: 760px;
	-webkit-transition: all 2s linear 0s;
	-moz-transition: all 2s linear 0s;
	-ms-transition: all 2s linear 0s;
	-o-transition: all 2s linear 0s;
	transition: all 2s linear 0s;
	position: absolute;
}

.hideit
{
	opacity:0;
}
