#slider {
	position: relative;
	top: 50px;
	left: 11px;
}
#gallery {
	position: absolute;
	z-index: 0;
}
#slider ul, #slider li, #slider2 ul, #slider2 li.work {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here la la la
		*/  
	width:158px !important;
	height:155px;
	overflow:hidden;
}
#slider2 li.work {
	padding: 5px 0 0 0;
	width: 400px;
	height: 380px;
	overflow: hidden;
}
p#controls {
	margin:0;
	position:relative;
}
p#controls2 {
	width: 420px;
	position: absolute;
	bottom: -10px;
	padding: 5px 0;
}
#prevBtn, #nextBtn {
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;
	width:60px;
	height:52px;
	position:absolute;
	left:-23px;
	top:-60px;
	padding-top: 5px;
}
#nextBtn, #nextBtn2 {
	left:145px;
}
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a {
	display:block;
	width:60px;
	height:50px;
	cursor: pointer;
	background:url(../images/slider/left-btn.png) no-repeat 0 3px;
	z-index: 1000;
}
#nextBtn a, #nextBtn2 a {
	background:url(../images/slider/right-btn.png) no-repeat 0 3px;
}
#prevBtn a:hover, #nextBtn a:hover, #prevBtn2 a:hover, #nextBtn2 a:hover {
	background-position: 0 -48px;
}
#nextBtn a:hover, #nextBtn2 a:hover {
	background-position: 0 -48px;
}

#prevBtn2 a {
	color: #4e4d4d;
	font-size: 1.3em;
	font-weight: bold;
	float: left;
	height: 35px;
	padding: 13px 0 0 53px ;
	background-position: -6px 3px;
	text-decoration: none;
}
#prevBtn2 a:hover {
	background-position: -6px -48px;
	color: #ffba00;
}


#nextBtn2 a {
	color: #4e4d4d;
	font-size: 1.3em;
	font-weight: bold;
	float: right;
	height: 35px;
	padding: 13px 35px 0 0;
	background-position: 35px 3px;
	text-decoration: none;
}
#nextBtn2 a:hover {
	background-position: 35px -48px;
	color: #ffba00;
}
.work-info h2 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #ff0042;
}
ul.websiteList {
	font-size: 0.75em !important;
	padding: 0 !important;
	margin: 0 20px 0 0 !important;
	color: #4e4d4d !important;
	float:left !important;
	width: 180px !important;
}
ul.websiteList li {
	margin: 5px 0;
	float: none !important;
}
ul.websiteList li a {
	color: #4e4d4d;
}
ul.websiteList li a:hover {
	color: #ffba00;
}
