/**************************************/
/*             HOME		              */
/**************************************/
/*slideshow*/
#slideshow {
	height:469px;
	width: 271px;
 	float: right;
	position:relative;
	padding: 1px 3px 3px 1px;
	background: transparent url("../images/sshow_shadow.gif") no-repeat bottom right;
}
#slideshow img {
	left:0;
	position:absolute;
	top:0;
	z-index:8;
}
#slideshow IMG.active {
	    z-index:10;
	    opacity:1.0;
}
	
#slideshow IMG.last-active {
    z-index:9;
}

/***********/
#home-textImg{
	float: left;
	margin-left: 0;
}
#home-text{
	width: 380px;
	float: left;
	background: #FEFAEA url("../images/line_top.gif") no-repeat top left;
	margin: 30px 0 0 -20px;
	
}
#home-text p{
	color: #876E4A;
	font-family: times, tahoma !important;
	font-weight: normal;
	padding: 35px 0;
	font-size: 13pt;
	letter-spacing: 1px;
	background: transparent url("../images/line_btm.gif") no-repeat bottom left;
	line-height: 26px;
}
#thumbnail_images ul{
	overflow: hidden;
	padding-top: 10px;
}
#thumbnail_images ul li{
	width: 75px;
	margin: 2px 8px;
	float: left;
	cursor: pointer;
}
#thumbnail_images ul li img{
	border: 2px solid #DFDFDF;
}
#thumbnail_images ul li.active img{
	border: 2px solid #E6748B;
}
#imagePlaceHolder img{
	padding: 3px 5px 5px 3px;
	background: transparent url("../images/big_img_shadow.gif") no-repeat top left;
}
