/* ----------------------------------- 

 Made by Mcween.
 mcween.com
 studio@mcween.com
 
 Modified jFlow Styles
 v1.6
 
 ----------------------------------- */

#homepage-slideshow a:link,
#homepage-slideshow a:visited { color: #683d20; }
#homepage-slideshow a:hover,
#homepage-slideshow a:active,
#homepage-slideshow a:focus { color: #fff; }

#homepage-slideshow {
	/* position: relative; */
	/* display: inline-block; */
	width: 554px;
	height: 348px;
	padding: 10px;
	margin: 35px 0 0 75px;
	float: left;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	overflow: hidden;
	background: transparent url(../images/st-slideshow-bg.gif) 0 0 no-repeat;
}

#slide-container {
	width: 554px;
	height: 348px;
	margin: 0;
	float: left;
	overflow: hidden;
}

.image-content {
	width: 554px;
	height: 348px;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
}

#jFlowSlide {
	position: relative; 
	width: 554px;
	height: 348px;
	float: left;
	overflow: hidden;
}

#homepage-slideshow-ui {
	/* position: relative; */
	margin: 0 0 0 323px;
	padding: 0;
	height: 16px;
}

#homepage-slideshow ul li a:hover,
#homepage-slideshow ul li a:active,
#homepage-slideshow ul li a:focus { text-decoration: none; }

ul.slide-nav { 
	/* position: relative; */
	padding: 15px 0 0 0;
	/* z-index: 100; */
	height: 13px;
	float: none;
	clear: both;
}

ul.slide-nav li {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -999px; 
	overflow: hidden;
	display: block;
	height: 13px;
	width: 16px; 
	float: left;
}

ul.slide-nav li a {
	text-indent: -999px; 
	overflow: hidden;
	display: block;
	height: 13px;
	width: 16px;
}

ul.slide-nav li { background: transparent url(../images/slide-nav.gif); }

ul.slide-nav li.jFlowSelected,
ul.slide-nav li.jFlowControl:hover {
	background-position: 0px -13px;
}

.jFlowPrev,
.jFlowNext {
	cursor: pointer;
}
