#slider_3DCG{
    position:relative;
    width:800px; /* Change this to your images width */
    height:600px; /* Change this to your images height */
    background: url(../image/loading.gif) no-repeat 50% 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom:50px;
}

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

.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;
}

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

.pointer {
	cursor:pointer;
}

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