/*
  slideshow.css
  ==
  This is the essential CSS markup that is required for jSlide to work properly.
*/

div.showcase {
	/*float: left;*/
	width: 800px;
	margin-right: 20px;
}
div.showcase ul.indexwork {
	position:absolute;
	margin: 0px;
	padding: 0px;
	top: 268px;
	left: 5px;
}
div.showcase ul.indexwork li {
	float: left;
	width: 21px;
	height: 30px;
	background-image: url(../campain/button_off.png);
	background-repeat: no-repeat;
	list-style: none;
}
div.showcase ul.indexwork li a {
	width: 100%;
	height: 100%;
	display: block;
}
div.showcase ul.indexwork li a.active {
	background-image: url(../campain/button_on.png);
	background-repeat: no-repeat;
}
div.showcase div.caption, div.showcase div.caption_se {
	position:absolute;
	width: 100px;
	height: 30px;
	top: 264px;
	right: 5px;
}
div.showcase div.caption a {
	background-image: url(../campain/lue_lisaa.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
}
div.showcase div.caption a:hover {
	background-image: url(../campain/lue_lisaa_on.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
}
div.showcase div.caption_se a {
	background-image: url(../campain/lue_lisaa_se.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
}
div.showcase div.caption_se a:hover {
	background-image: url(../campain/lue_lisaa_on_se.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
}
div.showcase a.prevwork {
	float:left;
	padding:4px;
}
div.showcase a.nextwork {
	float:left;
	padding:4px;
}
div.showcase ul.layers {
	position:relative;
	width: 800px;
	height: 300px;
	background: #FFF;
}
div.showcase ul.layers li {
	width: 800px;
	height: 300px;
	background: #FFFFFF;
	padding: 1px;
}
div.showcase ul.layers li {
	margin-right:5px;
}
div.showcase {
	position: relative;
}
div.showcase ul.layers {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	position: relative;
	top: 0;
	left: 0;
}
div.showcase ul.layers li {
	float: left;
	position: absolute;
}
div#example ul.layers {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	position: relative;
	top: 0;
	left: 0;
}
div#example ul.layers li {
	float: left;
	position: absolute;
}
.loading {
	background: url(../images/ajax-loader.gif) no-repeat center #DDD !important;
}

