/*
  slideshow.css
  ==
  This is the essential CSS markup that is required for jSlide to work properly.
*/

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.showcase ul.layers, div.showcase ul.layers li {
	width: 848px;
	height: 290px;
	background: #f2f2f2;
}
div.showcase ul.layers {
	border-bottom: 1px solid #CCCCCC;
}
/*.loading {
    background: url(../images/ajax-loader.gif) no-repeat center #DDD !important;
    }
*/

/*
  style.css
  ==
  These CSS markups are for styling purposes only.
*/
div.showcase {
	width: 848px;
	height: 340px;
}
div.showcase ul.indexwork {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top:305px;
	right: -10px;
	float: right;
}
div.showcase ul.indexwork li {
	float: left;
	padding: 0px 5px 0px 0px;
	margin: 0px;
	list-style: none;
	color: #932784;
}
div.showcase ul.indexwork li a {
	float: left;
	padding: 0px;
	margin:  0px 5px 0px 0px;
	list-style: none;
	color: #932784;
	font-weight: bold;
	font-size: 1em;
}
div.showcase ul.indexwork li a.active {
	color: #F05A28;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
#NextPrevLinks {
	width:287px;
	position: absolute;
	bottom:15px;
	right: 45px;
	color: #CCCCCC;
}
#NextPrevLinks #prevDeal{
	width:153px;
	margin: 0px;
	padding: 20px 0px 0px;
	background: url(/gfx/deal-previous.png) no-repeat center center;
	display: block;
	float: left;
}
#NextPrevLinks #nextDeal{
	width:134px;
	margin: 0px;
	padding: 20px 0px 0px;
	background: url(/gfx/deal-next.png) no-repeat center center;
	display: block;
	float: right;
}
#NextPrevLinks #prevDeal span, #NextPrevLinks #nextDeal span{
	display:none;
}

/*#NextPrevLinks a {
	font:90% 'helvetica neue',sans-serif;
	letter-spacing:2px;
	text-transform:lowercase;
	color: #CCCCCC;
	text-align: center;
}
#NextPrevLinks a {
	color: #999999;
}
*/
