@charset "utf-8";
/* CSS Document */


#carousel div {
	width: 900px;
	height: 435px;
	margin: 10px 5px;
	float: left;
	left:43px;
	position: relative;
	overflow:hidden
}
#carousel div.selected {
/*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
			}
#carousel div img.colorImg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
}
#carousel div img.gray {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#carousel div span {
	color: #999;
	/*font-size: 24px;
	font-weight: bold;*/
	line-height: 50px;
	text-align: center;
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	z-index: 8;
}
.selected img {
	opacity:1;
}
.trans_left {
	background:url(../images/transp-bg.png) no-repeat left;
	height:425px;
	width:70px;
	left:0px;
	top:20px;
	position:absolute;
	z-index:20;
}
.trans_right {
	background:url(../images/transp-bg.png) no-repeat right;
	height:425px;
	width:70px;
	right:0px;
	top:20px;
	position:absolute;
	z-index:15
}
#prev, #next {
	background: center center no-repeat transparent;
	display: block;
	width: 35px;
	height: 45px;
	margin-top: -30px;
	position: absolute;
	top: 230px;
	z-index: 20;
}

#prev:hover, #next:hover {
	/*background-color: rgba(255, 255, 255, 0.7);*/
	border-radius: 5px;
}
/*#prev:hover {
	background:url(../images/previous-over.png) no-repeat center center;
	border-radius: 5px;
}

#next:hover {
	background:url(../images/next-over.png) no-repeat center center;
	border-radius: 5px;
}*/
#prev.disabled, #next.disabled {
	/*opacity: 0.2;*/
	cursor: default;
}
#prev.disabled:hover, #next.disabled:hover {
	background-color: transparent;
}
#prev {
	background-image:url(../images/previous.png);
	left: 50%;
	margin-left: -460px;
}
#next {
	background-image:url(../images/next.png);
	right: 50%;
	margin-right: -460px;
}
.nodiv {
	width:885px;
	height:425px;
	top:10px;
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
}
.nodiv_des {
	position: absolute;
	background:url(../images/gal-describg.png) repeat;
	right: 69px;
	padding:10px;
	bottom: -20px;
	height:71px;
	width: 215px;
	z-index: 30000;
}

.nodiv_des p:first-child
{height:25px;
margin-bottom:5px;
line-height:18px;
overflow:hidden;}

.nodiv_des p a {
	color: #e5e76d;
	letter-spacing:2px;
	text-decoration:none;
}
.nodiv_des p a:hover {
	color: #e5e76d;
	letter-spacing:2px;
	text-decoration:underline;
}
