﻿div.ScrollContainer
{
	margin: 0px;
	margin-top: 10px;
	margin-left: 3px;
	padding: 0px;
	border: 2px solid white;
	height: 438px;
	width: 800px;
	background: #738DBD;
	border-radius: 20px;
	box-shadow: 0px 0px 10px #404040;
}
div.ScrollFrame
{
	position: relative;
	margin: 23px auto 0 auto;
	padding: 0px;
	border: 2px solid white;
	height: 388px;
	width: 750px;
	background: #738DBD;
	border-radius: 20px;
}

div.FadeFrameLeftB
{
	margin: 0px;
	padding: 5px 0px;
	position: absolute;
	width: 50px;
	height: 50px;
	border: 2px solid white;
	color: white;
	background: #738DBD;
	border-radius: 5px;
	text-align: center;
	font-size: 45px;
	font-family: Arial;
	top: 167px;
	left: -27px;
}
div.FadeFrameRightB
{
	margin: 0px;
	padding: 5px 0px;
	position: absolute;
	width: 50px;
	height: 50px;
	border: 2px solid white;
	color: white;
	background: #738DBD;
	border-radius: 5px;
	text-align: center;
	font-size: 45px;
	font-family: Arial;
	top: 167px;
	left: 723px;
}
div.FadeFrameLeftB:hover
{
	background: #3C459D;
	cursor:pointer;
}
div.FadeFrameRightB:hover
{
	background: #3C459D;
	cursor:pointer;
}


div.FadeFramePauseResume
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 66px;
	height: 31px;
	top: 372px;
	left: 342px;
	background: transparent;
}
div.FadeFramePause
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 25px;
	height: 25px;
	border: 2px solid white;
	color: white;
	background: #738DBD;
	border-radius: 5px;
	top: 1px;
}
div.FadeFrameResume
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 25px;
	height: 25px;
	border: 3px solid yellow;
	color: yellow;
	background: #738DBD;
	border-radius: 5px;
	left: 35px;
}
div.FadeFramePause:hover
{
	background: #3C459D;
	cursor:pointer;
}
div.FadeFrameResume:hover
{
	background: #3C459D;
	cursor:pointer;
}



div.ImageSelecter
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 70px;
	height: 15px;
	top: 358px;
	left: 30px;
	border: none;
	background: transparent;
}
div.ImageSelecter span
{
	margin: 0px 3px 0px 0px;
	padding: 2px;
	color: white;
	background: #738DBD;
	font-family: Arial;
	text-align: center;
	font-size: 15px;
	border: 2px solid white;
	border-radius: 3px;
}
div.ImageSelecter span:hover
{
	background: #3C459D;
	cursor:pointer;
}

div.ImageSelecter span#IMG1
{
	color: yellow;
	border: 3px solid yellow;
}



div.ImageHolder
{
	margin: 20px 0px 20px 0px;
	padding: 0px;
	width: 100%;
}
img.Image
{
	margin: 0px;
	padding: 0px;
	width: 750px;
	height: 348px;
}