@charset "utf-8";
p {
	font-size:12px;
}

#slideshow #slideimageBox #slidecontrol .slideNumber {
	font-size:11px;
	background-image:url(../images/backSlideshow.png);
	background-repeat:no-repeat;
	background-position: center center;
	padding:2px 8px;
	display:block;
	float:left;
/*	background-color:#710038;*/
	color:#FFFFFF;
	margin:2px;
	/*border-color:#420021;
	border-width:1px;
	border-style:solid;*/
}
#slideshow #slideimageBox #slidecontrol .slideNumberSelected {
	font-size:11px;
	background-image:url(../images/backSlideshowOver.png);
	background-repeat:no-repeat;
	background-position: center center;
	padding:2px 8px;
	display:block;
	float:left;
	/*background-color:#FFFFFF;*/
	color:#710038;
	margin:2px;
/*	border-color:#420021;
	border-width:1px;
	border-style:solid;*/
}

#slideshow {
	width: 665px;
	height: 330px;
	margin-right:15px;
	padding-left:5px;
	padding-right:5px;
	background-image:url(../images/slideshow_generalBack.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	position:relative;
	/*background-color:#000000;*/
	z-index:1;
}
#slideshow #slideimageBox{
	width: 435px;
	height: 310px;
	position:relative;
	background-color:#333333;
	float:left;
	overflow: hidden;
}
#slideshow #slidetextBox{
	width: 230px;
	height: 310px;
	position:relative;
	float:left;
	clear:right;
	/*background-image:url(../images/slideshow_textbg.jpg);
	background-repeat:repeat-x;
	background-position:top;*/
}
#slideshow #slidetextBox #slidetextBoxCenter{
	margin-right:10px;
	margin-left:20px;
	width:190px;
	
}
#slideshow #slidetextBox #slidetextBoxCenter h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	padding-top:15px;
	padding-bottom:10px;
	color: #990033;
}
#slideshow #slidetextBox #slidetextBoxCenter p{
	font-size:13px;
	padding-top:0px;
	margin-top:-15px;
}

#slideshow #slideimageBox #slidecontrol {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	top:286px;
	left:9px;
	position:absolute;
	cursor:pointer;
}

.SpryHiddenRegion {
	visibility: hidden;
}