/* *****************SLIDESHOW*********************** */
#slideshow {
    position: relative;
	float: left;
	width: 675px;
    height: 144px;
    font-size: 11px;
	margin-top: 30px;
	background-color: #f0efef;
	color: #b0b0b0;
}
.show {
	height: 139px;
	padding: 0px;
	margin: 0px;
}
.slideMask {
	position: absolute;
	margin-left: 6px;
	width: 630px; 
	height: 139px;
	text-align: justify;
}
#slideContainer { position: absolute; z-index: 0;}
.slide {
	position: absolute;
	margin-top: 5px;
	width: 645px;
	height: 139px;
	background-color: #f0efef;
}




.slide_top_left { width: 20px; height: 20px; background-image: url(../../images/slideshow/top_left.gif); background-position: top left; background-repeat: no-repeat; }
.slide_top { height: 20px; background-image: url(../../images/slideshow/top.gif); background-position: top; background-repeat: repeat-x; }
.slide_top_right { width: 20px; height: 20px; background-image: url(../../images/slideshow/top_right.gif); background-position: top right; background-repeat: no-repeat; }

.slide_left { width: 20px; height: auto; background-image: url(../../images/slideshow/left.gif); background-position: top left; background-repeat: repeat-y; }
.slide_right { width: 20px; height: auto; background-image: url(../../images/slideshow/right.gif); background-position: top right; background-repeat: repeat-y; }

.slide_bot_left { width: 20px; height: 20px; background-image: url(../../images/slideshow/bot_left.gif); background-position: top left; background-repeat: no-repeat; }
.slide_bot { height: 20px; background-image: url(../../images/slideshow/bottom.gif); background-position: top; background-repeat: repeat-x; }
.slide_bot_right { width: 20px; height: 20px; background-image: url(../../images/slideshow/bot_right.gif); background-position: top right; background-repeat: no-repeat; }








.slide_img_container {
	position: relative;
	float: left;
	width: 190px;
	height: 130px;
}


.slideImage { behavior: url(../../../images/iepngfix.htc) }






.slideParagraph {
	position: relative;
	float: right;
	width: 454px;
	height: 85px;
	margin: 12px 0 0 0;
	padding: 0;
	font-weight: bold;
	overflow: hidden;
	
}
.slideButtons {
	position: absolute;
	z-index: 5;
	top: 111px;
	right: 360px;
	width: 80px;
	height: 14px;
}
