/*
	showCase Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.showcase_slider img {
	border: 0;
}
.showcase_slider li,
.showcase_slider p {
	font-family: "Arial", "Verdana", sans-serif;
	margin: 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.6;
}
.showcase_slider li p {
	font-size: 1em;
}
.showcase_slider {
	position: relative;

}

/* exctually, the .showcase_slider ul should be enough, but that doesn't seem to work */
.mask {
	/* overflow: hidden;*/
	width: 600px;
	/*height: 320px; */
	position: relative;
}
.showcase_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}
.showcase_slider .back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.showcase_slider .back, .showcase_slider .back a,
.showcase_slider .next, .showcase_slider .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.showcase_slider .next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.showcase_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	/* overflow: hidden;*/
	z-index: 1;
	height: 320px;
	width: 600px;
}
.showcase_slider li {
	float: left;
	display: inline;
	width: 600px;
}

/*
	showCase Slider : Plugin Specific : Theme [ Skipintro ]
-----------------------------------------------------------------------------------------*/

.skipintro  {
	width: 600px;
	margin: 0;
}
.skipintro a {
	color: #ff3300;
}
.skipintro .back {
	width: 25px;
	height: 29px;
	left: -25px;
	top: 150px;
	/* background: url(../_img/scroll_left-inactive.png) no-repeat; */
}
.skipintro .next {
	width: 25px;
	height: 29px;
	left: 600px;
	top: 150px;
	/* background: url(../_img/scroll_right-inactive.png) no-repeat; */
}
.skipintro .next a {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 25px;
	height: 29px;
	line-height: 200px;
	overflow: hidden;
	background: url(../_img/scroll_right.png) no-repeat top right;
}
.skipintro .back a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 29px;
	line-height: 299px;
	overflow: hidden;
	text-align: right;
	background: url(../_img/scroll_left.png) no-repeat; 
}

.skipintro li {
	width: 600px;
	height: 320px;
	background-color: #313131;
}
.skipintro li img {
	float: left;
	display: inline;
}



