﻿#gallery
{
	position: relative;
	width: 100%;
	margin: 0px auto;
	border: 0px solid #fff;
	background: #FEFEFE;
}
#images
{
	border: 1px solid #9ac1c9;
	height: 225px;
	background: #eef5f6;
	margin-bottom: 20px;
}
#image
{
	position: relative;
	width: 630px;
	height: 390px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #FFF url(/Resources/1/cms-content/images/wait.gif) center center no-repeat;
}
#image img
{
	position: absolute;
	top: 5px;
	left: 5px;
}
#thumbwrapper
{
	margin-top: 5px;
	padding: 5px 0;
	width: 640px;
	height: 100px;
	border: 1px solid #ccc;
	background: #FEFEFE;
}
#thumbarea
{
	position: relative;
	overflow: hidden;
	height: 100px;
	width: 638px;
}
#thumbs
{
	position: absolute;
	list-style: none;
	margin-left: 5px;
	margin-top:0px;
	padding-left:0px;
	height: 100px;
	width: 10000px;
	border-right: 5px solid #FFF;
}
#thumbs li
{
	float: left;
	margin-right: 5px;
	cursor: pointer;
	opacity: 0.8;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
}

#thumbs li:hover
{
	float: left;
	margin-right: 5px;
	cursor: pointer;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.imgnav
{
	position: absolute;
	height: 375px;
	width: 20%;
	z-index: 100;
	height: 375px;
	width: 20%;
	z-index: 100;
	outline: none;
	cursor: pointer;
}
#previmg
{
	left: 0;
	background: url(/Resources/1/cms-content/images/left.gif) left center no-repeat;
	border-left: 5px solid #FFF;
	opacity: 0.1;
	-moz-opacity: 0.1;
	filter: alpha(opacity=10);
}
#previmg:hover
{
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}
#nextimg
{
	right: 0;
	background: url(/Resources/1/cms-content/images/right.gif) right center no-repeat;
	border-right: 5px solid #FFF;
	opacity: 0.1;
	-moz-opacity: 0.10;
	filter: alpha(opacity=10);
}
#nextimg:hover
{
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

.launchcontrolparent
{
	position:relative;
	text-align:center;
}

.launchcontrol
{
	margin:auto;
	position:relative;
	height:40px;
	width:175px;
	padding:5px;
	vertical-align:middle;
	background: #FFF url(/Resources/1/cms-content/images/button_pause.gif) center center no-repeat;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

.launchcontrolplay
{
	margin:auto;
	position:relative;
	height:40px;
	width:175px;
	padding:5px;
	vertical-align:middle;
	background: #FFF url(/Resources/1/cms-content/images/button_play.gif) center center no-repeat;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

.launchcontrol:hover
{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.launchcontrolplay:hover
{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.imgnavlaunch
{
	position: absolute;
	height: 100%;
	width: 20%;
	z-index: 100;
	height: 100%;
	width: 20%;
	z-index: 100;
	outline: none;
	cursor: pointer;
}

.imgstartstoplaunch
{
	position: absolute;
	height: 100%;
	width: 25%;
	z-index: 100;
	outline: none;
	cursor: pointer;
}

#previmglaunch
{
	left: 0;
}
#nextimglaunch
{
	right: 0;
}
#startstoplaunch
{
	left:36%;
}
.imgdescrarea
{
	width: 620px;
	text-align:center;
	margin:auto;
	padding:10px;
	margin-left:0px;
	border-left: 1px solid #B8A793;
	border-right: 1px solid #B8A793;
	border-bottom: 1px solid #B8A793;
	background-color:#F3EEE8;
}

