#slider{
	position:relative;
	min-height:213px;
	box-shadow:0px 0px 10px #333;
	min-width:618px;
}
#proj_slider 
{
	position:relative;
	min-height:213px;
	box-shadow:0px 0px 10px #333;
	min-width:302px;
}
#slider img, #proj_slider img {
	position:absolute;
	top:0px;
	left:0px;
	border:0;
}
#slider a, #proj_slider a {
	border:0;
}



.nivo-controlNav {
	float:right;
	margin-top:215px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:28px;
	height:54px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-28px 0;
	right:0px;
}
a.nivo-prevNav {
	left:-1px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

.pointer {
	cursor:pointer;
}

/* Sharper Thumbnails */
img {
	-ms-interpolation-mode:bicubic;
}
