
#carousel {
	margin: 0 auto;
	width: 405px;
	height: 390px;
	padding: 0px 145px 0px 0px;
	overflow: hidden;
	/*border: 2px solid #999;*/
	
}
#carousel img {
	padding: 3px;
	border: 3px double #dedede;
	background-color: #333;
}
#carousel ul {
	list-style: none;
	width: 1500px;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel li {
	display: inline;
	float: left;
}
.textholder {
	text-align: left;
	font-size: small;
	padding: 6px;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	font-size: 0.9em;
}
.textholder .pictName {
	font-size: 1.2em;
	display: block;
	width: 100%;
}
#text {

	position: absolute;
	padding: 625px 15px 15px 15px;
	font: 1.3em normal "Trebuchet MS",Arial,"Century Gothic";
	text-align: justify;
	vertical-align:bottom;
	border: 2px solid #000;
	color: #ddd;
	display: none;
	z-index: 29;
	background-color: #666;
}
#text .pictName {
	font-weight: bold;
	color: #fff;
	display: block;
	margin-bottom: 5px;
}
#text .roundBox {
	background:transparent url(images/textBox.gif) no-repeat scroll 0 100%;
	height:25px;
	left:-17px;
	position:relative;
	top:30px;
	width:795px;
}
#text .carouselTip {
	font-style: italic;
	float: right;
	font-size: 0.9em;
	padding: 10px 5px;
}
#carousel li img{
	width: 350px;
	
}
#mask {
	margin-top: -320px;
	width: 550px;
	height: 87px;
	position: relative;
	top: 299px;
	left:35px;
	z-index: 999999;
	/*background: transparent url(images/container-top.png) no-repeat scroll 0px 0px;*/

}
#maskL{
	margin-top: -85px;
	width: 64px;
	height: 172px;
	position: relative;
	top: 385px;
	left:35px;
	z-index: 999999;
	/*background: transparent url(images/container-left.png) no-repeat scroll 0px 0px;*/
	
}
#maskR{
	margin-top: -84px;
	width: 64px;
	height: 172px;
	position: relative;
	top: 295px;
	left:516px;
	z-index: 999999;
	/*background: transparent url(images/container-right.png) no-repeat scroll 0px 0px;*/
	
}
#maskBTM {
	margin-top: 0px;
	width: 550px;
	height: 60px;
	position: relative;
	top: 295px;
	left:35px;
	z-index: 999999;
	/*background: transparent url(images/container-bottom.png) no-repeat scroll 0px 0px;*/
	
}
#holder_images {
	display: none;
}
#buttonwrapper {
	height:50px;
	position:relative;
	width:450px;
}
#buttonwrapper #left {
	background:transparent url(images/left.gif) no-repeat scroll left top;
	float:left;
	height:50px;
	width:39px;
}
#buttonwrapper #left:hover {
	background:transparent url(images/left.gif) no-repeat scroll left bottom;
}
#buttonwrapper #right {
	background:transparent url(images/right.gif) no-repeat scroll left top;
	float:right;
	height:50px;
	width:39px;
}
#buttonwrapper #right:hover {
	background:transparent url(images/right.gif) no-repeat scroll left bottom;
}
#carouselslide {
	left: 35px;
}
#carouselslide .slidebanner {
	width: 555px;
	height: 230px;
}
#carouselslide .slidebanner img{
	border: none;
	background: none;
	width: 555px;
	height: 230px;
}
#carouselslide a{
	padding: 5px;
}

