/* Aussere Gallery-Abmessungen */

.ufcsprygallery
{
	position: relative;
  margin: 10px 0px 0px 0px;
	height: 150px;
}

/* Abmessungen der Bedienungsleiste */

.ufcsprycontrols {
	margin: 0px;
	position: relative;
 }

#ufcsprygallery
{
	visibility:hidden;
}

/* Bedienungselemente */


.ufcsprybutton
{
	float: left;
	width: 117px;
}

.iufcsprybutton
{
	text-align: center;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	background-color: transparent;
}

.ufcsprybutton a
{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 4px 8px 4px 8px;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.ufcsprybutton a:link {
	background: #666 url('/_images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
}
.ufcsprybutton a:visited {
	background: #666 url('/_images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
}
.ufcsprybutton a:hover {
	background: #666 url('/_images/bg_grad_gray2.gif') repeat-x;
	color: #000;
}

/* Abmessungen Thumbnails */


.ufcsprythumb
{
	position: relative;
	top: 1em;
	padding: 0px;
	width: 350px;
	height: 50px;
	clear: both;
}

.iufcsprythumb
{
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	background-color: #E7FBE7;
	height: 100%;
	padding: 4px 0px 4px 4px;
}

#ufcsprythumb0 { visibility:hidden; display:none; }
#ufcsprythumb2 { visibility:hidden; display:none; }

.ufcsprythumbdiv
{
	position: relative;
	width: 48px;
	height: 48px;
	padding: 0px;
	float: left;
	margin: 0px;
}

.iufcsprythumbdiv {
	position: relative;
	width:30px;
	height:30px;
	margin:9px;
}

.ufcsprythumb img {
	width:30px;
	height:30px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}


#ufcsprylinkback {float: right;}

#ufcgallerytitle {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 0.8em 0;
	visibility:hidden;
}

#ufcgalleryindextitle {
	position: relative;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	margin: 2em 0 0.8em 0;
	visibility:hidden;
}

/* Aussere Gallery-Abmessungen Detail */

#ufcgallerycontent
{
	height: 600px;
}


.ufcsprygallerydetail
{
	position: relative;
	left: 0px;
	top: 0px;
	height: 500px;
}


#ufcsprymain {
	position:absolute;
	top:35px;

	height:350px;
	width:350px;

	z-index:2;
	visibility:visible;
	padding:0px;
}

#iufcsprymain {
	border-width:1px;
	border-style:solid;
	border-color:#ccc;
	height:100%;
	text-align:center;
}

#ufcsprymainimg {
	visibility:hidden;
	margin-top:10px;
}

#ufcsprymainback {
	position:absolute;
	top:35px;

	height:350px;
	width:350px;
	visibility:hidden;

	z-index:1;
	padding:0px;
}

#iufcsprymainback {
	border-width:1px;
	border-style:solid;
	border-color:#ccc;
	height:100%;
	text-align:center;
}

#ufcsprymainimgback {
	margin-top:10px;
}



.ufcsprythumbsmall {
	position:absolute;
	z-index:1;
	top:392px;
	width:350px;
	height:50px;
	visibility:hidden;
}

.iufcsprythumbsmall {
	padding-top:3px;
	background-color: #E7FBE7;
	border-width:1px;
	border-style:solid;
	border-color:#ccc;
	height: 100%;
	padding: 4px 0px 4px 4px;
}

.ufcimgdiv {
	position: relative;
	width: 48px;
	height: 48px;
	padding: 0px;
	float: left;
	margin: 0px;
}

.iufcimgdiv {
	position: relative;
	width:30px;
	height:30px;
	margin:9px;
}


.ufcsprythumbsmall img {
	width:30px;
	height:30px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}


#ufcsprydescription {
	position:absolute;
	z-index:1;
	top:455px;
	width:350px;
	height:50px;
	padding-top:3px;
}



