#slider1 #slider2 {
    position:relative;
    width:500px; /* Change this to your images width */
    height:400px; /* Change this to your images height */
    background: url(../image/loading.gif) no-repeat 50% 50%;
	margin-right: auto;
	margin-left: auto;
		/*margin-top:90px;
		margin-bottom:160px;
		margin-left:125px;*/
}

.nivo-directionNav a {
	display:block;
	width:130px;
	height:600px;
	background:url(../image/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-60px 0;
	right:0px;
}
a.nivo-prevNav {
	left:0px;
	background-position:-60px 0;
}

#slider1 .nivo-controlNav,
#slider2 .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}
#slider1 .nivo-controlNav a,
#slider2 .nivo-controlNav a {
    display:block;
	width:22px;
	height:22px;
	background:url(../image/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

#slider1 .nivo-controlNav a.active,
#slider2 .nivo-controlNav a.active {
	background-position:0 -22px;
}

#slider1 .nivo-controlNav img,
#slider2 .nivo-controlNav img {
	display:inline;
   position:relative;
   margin-right:5px;
   margin-left:5px;
   margin-bottom:10px;
   -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
   width:50px;
   height:50px;
}

#slider1 .nivo-controlNav a.active img,
#slider2 .nivo-controlNav a.active img {
   -moz-box-shadow:0px 0px 5px #fff;
   -webkit-box-shadow:0px 0px 5px #fff;
   box-shadow:0px 0px 5px #fff;
}

.nivoSlider {
	border-radius: 8px 8px 8px 8px;
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-slice {
	border-radius: 8px 8px 8px 8px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

.pointer {
	cursor:pointer;
}

/* Sharper Thumbnails */
img {
	-ms-interpolation-mode:bicubic;
}