/*Main Container*/
.jm-slideshow .container {
	width:100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.jm-slideshow .container ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 940px;
}

.jm-slideshow .container ul li {
	display: inline;
	margin: 0;
	padding: 0;
	border-top: 0;
}

/*Handle*/
.handle {
	position: relative;
	background: #404040;
	float: left;
	width: 60px;
	height: 390px;
	text-align:center;
	margin-left: 5px;
}

.listItem:first-child .handle {
	margin-left: 0;
}

.handle img { margin-top: 2px; }
.handleOver { cursor: pointer; }
.handleOver img { margin-top: 2px; }
.handleSelected { background: #000; position: relative; z-index: 1; }

/*Content Container*/
.contentContainer {
	padding-left: 0;
	float: left;
	width: 0;
	height: auto;
	overflow: hidden;
}

.contentInnerWrapper p {
	margin: 0;
}

.contentInnerWrapper {
	position: relative;
}

.jm-slide-desc {
	background: url(../../images/shadow-01.png) left top repeat;
	position: absolute;
	left: 0;
	top: 0;
	padding: 40px 20px;
	height: 310px;
	width: 300px;
}

.readon {
	float: right;
	margin-top: 20px;
	font-style: italic;
	text-decoration: underline;
	font-size: 11px;
	top: auto;
	left: auto;
	bottom: 50px;
	right: 20px;
}

.readon:hover {
	color: #fff;
}

.jm-slide-number {
	font-size: 320%;
	color: #a0a0a0;
	font-weight: 600;
	position: absolute;
	left: 0;
	bottom: 0;
	top: auto;
	display: block;
	width: 60px;
}

.listItem:hover .jm-slide-number,
.jm-slide-number:hover,
.handleSelected .jm-slide-number {
	color: #fff;
}

.handle-mask {
	display: none;
}

.handleSelected .handle-mask {
	display: block;
	width: 7px;
	height: 13px;
	background: url(../../images/arrow-01.png) left top no-repeat;
	position: absolute;
	right: -7px;
	top: 60px;
	z-index: 9;
}

.handle h3 {
	color: #a0a0a0;
	white-space: nowrap;
	width: 60px;
	font-size: 220%;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 30px;
	position: absolute;
	bottom: 80px;
}

.handle:hover h3 {
	color: #fff;
}

.handleSelected h3,
.handleSelected:hover h3 {
	color: #808080;
}