/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Slider Style Sheet 
author: Aryan Twanju ~ (surfaryan@gmail.com)
website: http://www.riseofaryan.com/
Business Name: StockEgg
url: http://www.stockegg.com/
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#banner {
	clear: both;
	height:284px;
	margin: 0 auto;
	padding:0;
	position: relative;
	width: 460px;
}
#banner ul {
	margin:0;
	padding:0;
}
#banner li {
	/*background: url(/css/source/website-banner1.jpg) no-repeat; */
	height:284px;
	margin:0;
	padding:0
	text-indent: -9999em;
	width: 460px;
}
#banner li#Chart1 {
	background: url(/images/pennystockctic.gif) no-repeat;
}
#banner li#Chart2 {
	background: url(/images/pennystockactc.gif) no-repeat;
}
#banner li#Chart3 {
	background: url(/images/pennystockeeso.gif) no-repeat;
}

#banner li a {
	display: block;
	height:284px;
	width: 460px;
	}

/* THE CAROUSEL */
.jcarousel-container {
	position: relative;
	}

.jcarousel-container-horizontal {
	height:284px;
	width: 460px;
	}

.jcarousel-clip {
	height:284px;
	overflow: hidden;
	position: relative;
	width: 460px;
	z-index: 2;
	}

.jcarousel-list {
	left: 0;
	overflow: hidden;
	position: relative;
	top: 0;
	z-index: 1;
	}

.jcarousel-list li, .jcarousel-item {
	float: left;
	height: 284px;
	list-style: none;
	width: 460px;
	}

/*.jcarousel-next,
.jcarousel-prev {
	cursor: pointer;
	display: block;
	height: 37px;
	position: absolute;
	top: 120px;
	width: 37px;
	z-index: 3;
	}

.jcarousel-next {
	background: url(/images/right-arrow.gif) no-repeat left top;
	right: -37px;
	}

.jcarousel-next:hover {
	background: url(/right-arrow.gif) no-repeat left bottom;
	}

.jcarousel-prev {
	background: url(/images/left-arrow.gif) no-repeat left top;
	left: -37px;
	}

.jcarousel-prev:hover {
	background: url(/images/left-arrow.gif) no-repeat left bottom;
	}*/