@charset "utf-8";
/* CSS Document */


#fSlide1 {
	background-image: url(images/slide-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 812px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	border: 1px solid #333333;
}
#fSlide1 a {
	text-decoration: none;
	color: #FF9900;
}
#fSlide1 a img {
	border-top-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#fSlide1  h2 {
	font-size: 18px;
	color: #FF9900;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 40px;
}
#fSlide1 small{
	color:#888888;
	margin-left:10px;
}
#slides {
	padding: 10px;
	width: 594px;
	height: 280px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	position: relative;
}
#slides ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 280px;
	float: left;
	position: relative;
	width: 2995px;
}
#slides li {
	float: left;
	width: 599px;
	display: block;
	height: 280px;
}

#slide-image {
	height: 200px;
	width: 250px;
	overflow: hidden;
	background-color: #000000;
	float: right;
	border: 1px solid #333333;
	margin-right: 10px;
	margin-left: 10px;
}
#slide-image img {
	width: 250px;
	height: auto;
	min-height: 200px;
}
#slide-image #playbutton {
	width:250px;
	height:200px;
	margin-bottom:-200px;
	z-index:1;
	background-color: transparent;
	background-image: url(images/playoverlay.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#slide-text {
	padding-left: 10px;
}
#slide-list ul {
	list-style-type: none;
	margin: 0px;
	padding: 2px;
}
#slide-list li {
	height: 35px;
	padding-top: 10px;
	overflow:hidden;
	position:relative;
	margin-bottom:15px;
	font-size: 10px;
	font-weight:bold;
}
#slide-list small {
	font-size: 9px;
	color: #666666;
	font-style: italic;
}
#slide-list  li:hover{
	cursor: pointer;
	color: #FF9900;
}
#slide-list .active {
	color: #FF9900;
}
#slide-list li:hover #sml-sl-image, #slide-list .active #sml-sl-image {
	border-color: #FF9900;
}
#sml-sl-image {
	background-color: #000000;
	border: 1px solid #333333;
	width: 50px;
	float: left;
	height: 30px;
	margin-right: 10px;
	overflow: hidden;
}
#sml-sl-image img {
	width: 50px;
	height: auto;
	min-height: 30px;
}
.rounded {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
} 