#portfolio_slider
{
	background-color: #999;
	background-image: url(../images/portfolio_slider_back.gif);
	background-repeat: no-repeat;
	width: 427px;
	height: 104px;
	margin-top: 15px;
}

.thumb
{
	width: 90px;
	float: left;
	font-family: arial;
	font-size: 11px;
	text-align: center;
}

.thumb a
{
	text-decoration: none;
	color: #000;
}

.thumb a:hover { color: #e8642f; }

.thumb img
{
	padding-bottom: 2px;
}

/* Easy Slider */
#slider
{
	margin-left: 35px;
	margin-top: 0px;
}

#slider a:hover img { border: 0; }

#slider ul, #slider li
{
	list-style: none;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	float: left;
	margin-top: 15px;
}

#slider li
{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
	width: 360px;
	overflow: hidden;
	float: left;
	margin-top: 0px;
	height: 95px;
}

#prevBtn, #nextBtn, #slider1next, #slider1prev
{
	display: block;
	width: 30px;
	height: 77px;
	position: absolute;
	z-index: 1000;
}

#nextBtn, #slider1next
{
	position: absolute;
	z-index: 1000;
	margin-top: -55px;
	margin-left: 400px;
}

#prevBtn, #slider1next
{
	position: absolute;
	z-index: 1000;
	margin-top: -55px;
	margin-left: 10px;
}

#prevBtn span { display: none; }

#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a
{
	position: relative;
	display: block;
	width: 18px;
	height: 22px;
	background-image: url(../images/arrow_back.gif);
	background-repeat: no-repeat;
}

#nextBtn a, #slider1next a { background-image: url(../images/arrow_next.gif); }

/* numeric controls */
/* // Easy Slider */
