/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
/* make buttons play nice in IE:   */
button {  width: auto; overflow: visible; }

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
.nivoSlider {
	position:relative;
	width:225px;
	height:243px;
	margin-bottom:0px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-directionNav a {
	display:inline;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:-20px;
}
a.nivo-prevNav {
	left:-30px;
}
#slider3 {
	margin-bottom:0px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider3 .nivo-controlNav {
	position:absolute;
	left:0px;
	bottom:0px;
	top:245px;
	width:286;
}
#slider3 .nivo-controlNav a {
	float:left;
}
#slider3 .nivo-controlNav img {
	display:inline;
	position:relative;
	margin:0px 5px 10px 6px;
	width:60px;
	height:81px;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}