@charset "UTF-8";
/* CSS Document */

#slideshow {
	background-image: url(/images/slide-show-back.png);
	background-repeat: no-repeat;
	height: 402px;
	width: 655px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
	left: 0px;
	top: 0px;
}
#slideshow .pad {
	padding: 10px;
}
#slideshow .slide {
}
#slideshow #photo {
	height: 380px !important;
	width: 435px;
	overflow: hidden !important;
	background-color:#FFFFFF;
}
#slideshow #photo img {
	height: 298px !important;
	width: 429px!important;
	border: 3px solid #ffffff !important;
}
#slideshow #description {
	background-color:#323233;
	border:1px solid #FFFFFF;
	color:#D9D9D9;
	font-size:16px;
	height:60px;
	left:3px;
	line-height:18px;
	padding:6px;
	position:relative;
	top:-76px;
	width:416px;
	z-index:15;
}
#slideshow #description h1 {
	text-transform: uppercase!important;
	color: #D71818 !important;
	font-size: 20px !important;
	margin-top: -10px !important;
	margin-right: 0px !important;
	margin-bottom: -10px !important;
	margin-left: 0px !important;
	background-image: none!important;
	background:none !important;
	text-indent: 0px !important;
	width: 390px !important;
	font-weight: bold;
	letter-spacing: 0px;
}
#slideshow .first {
	background-image: url(/images/slideshow-panel.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 182px;
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 15px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #FFF;
	border-right-style: none;
	border-left-style: none;
}
#slideshow .last {
	background-image: url(/images/slideshow-panel.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 182px;
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 15px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #FFF;
}
#slideshow .button {
	background-image: url(/images/slideshow-panel.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 182px;
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 15px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #FFF;
	border-right-style: none;
	border-left-style: none;
}
#slideshow .buttonname a {
	font-size: 18px;
	font-weight: bold;
	color: #BE0000 !important;
	text-decoration: none;
}
#slideshow .buttontag a {
	font-size: 13px;
	font-weight: normal;
	color: #BE0000 !important;
	text-decoration: none;
}
.focus {
	background-image: url(/images/slideshow-focus.png) !important;
	background-repeat: no-repeat;
	color: #FFFFFF !important;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #797979 !important;
	border-right-color: #FFF !important;
	border-bottom-color: #797979 !important;
	border-left-color: #797979 !important;
}
#slideshow .hidden {
	display: none;
}
#slideshow .front {
	display: block;
}
#slideshow .focus a {
	color: #FFFFFF !important;
	text-decoration: none;
}
#slide-1 {
	float:right;
	left:-3px;
	position:relative;
	top:-76px;
}
#slide-2 {
	float:right;
	left:-3px;
	position:relative;
	top:-152px;
}
#slide-3 {
	float:right;
	left:-3px;
	position:relative;
	top:-228px;
}
#slide-4 {
	float:right;
	left:-3px;
	position:relative;
	top:-304px;
}
#slide-5 {
	float:right;
	left:-3px;
	position:relative;
	top:-380px;
}
#load {
	position: relative;
	left: 318px;
	top: 180px;
}
