#slideshow-round-corners {
    height: 299px;
    width: 960px;
}
.slideshow-top {
    background-image: url("../../EIG/Images/frontpage/frame-top-transp.png");
    float: left;
    height: 10px;
    width: 940px;
}
.slideshow-top{
	width:940px;
	height:10px;
	float:left;
	background-image: url(../../EIG/Images/frontpage/frame-top-transp.png);
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 10;
}

.slideshow-bottom {
    background-image: url("../../EIG/Images/frontpage/frame-bottom-transp.png");
    float: left;
    height: 10px;
    width: 940px;
}
.slideshow-bottom{
	width:940px;
	height:10px;
	float:left;
	background-image: url(../../EIG/Images/frontpage/frame-bottom-transp.png);
	position: absolute;
	bottom: 0;
	left: 10px;
	z-index: 10;
}

.slideshow-left {
    background-image: url("../../EIG/Images/frontpage/frame-left-transp.png");
    float: left;
    height: 279px;
    width: 10px;
}
.slideshow-right {
    background-image: url("../../EIG/Images/frontpage/frame-right-transp.png");
    float: left;
    height: 279px;
    width: 10px;
}
.slideshow-left-top {
    background-image: url("../../EIG/Images/frontpage/corner-top-left-transp.png");
    float: left;
    height: 10px;
    width: 10px;
}
.slideshow-right-top {
    background-image: url("../../EIG/Images/frontpage/corner-top-right-transp.png");
    float: left;
    height: 10px;
    width: 10px;
}
.slideshow-left-bottom {
    background-image: url("../../EIG/Images/frontpage/corner-bottom-left-transp.png");
    float: left;
    height: 10px;
    width: 10px;
}
.slideshow-right-bottom {
    background-image: url("../../EIG/Images/frontpage/corner-bottom-right-transp.png");
    float: left;
    height: 10px;
    width: 10px;
}


/* slideshow masking box */




.slideshow-left{
	width:10px;
	height:279px;
	float: left;
	background-image: url(../../EIG/Images/frontpage/frame-left-transp.png);
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 10;
}

.slideshow-right{
	width:10px;
	height:279px;
	float: left;
	background-image: url(../../EIG/Images/frontpage/frame-right-transp.png);
	position: absolute;
	top: 10px;
	right: 0px;
	z-index: 10;
}

.slideshow-left-top{
	width:10px;
	height:10px;
	background-image:url(../../EIG/Images/frontpage/corner-top-left-transp.png);
	float: left;
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 10;
}

.slideshow-right-top{
	width:10px;
	height:10px;
	background-image:url(../../EIG/Images/frontpage/corner-top-right-transp.png);
	float: left;
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 10;
}

.slideshow-left-bottom{
	width:10px;
	height:10px;
	background-image:url(../../EIG/Images/frontpage/corner-bottom-left-transp.png);
	float: left;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 10;
}

.slideshow-right-bottom{
	width:10px;
	height:10px;
	background-image:url(../../EIG/Images/frontpage/corner-bottom-right-transp.png);
	float: left;
	position: absolute;
	bottom: 0;
	right: 0px;
	z-index: 10;
}

#slideshow-content{
	width:940px;
	/*height:160px;*/
	float:left;
	line-height:normal;
	font-size:12px;
}
