#slider-wrapper {
	width:945px;
 filter:alpha(opacity=0); opacity:0; 
}

#slidearea{
	height: 395px; 
	overflow: hidden;
	position: relative; 
	width:945px; 
	z-index:1;
}
#gallerycover{
	overflow: hidden;
	margin:0px 0px 0px 0px;
	height: 395px; 
	
}
.mygallery{
	overflow: hidden;
	position:relative;
	width:945px;
	margin:0;
	
}
.mygallery ul {list-style:none; margin:0; padding:0}

/* NEW */
.bwlogo {background:url(../images/bw-logo.png); width:501px; height:395px; position:absolute; z-index:10}
.bwtext {background:url(../images/bw-text.png); width:945px; height:395px;}
.bwtext2 {background:url(../images/bw-text2.png); width:945px; height:395px;}
.bwtext3 {background:url(../images/bw-text3.png); width:945px; height:395px;}
.bwtext4 {background:url(../images/bw-text4.png); width:945px; height:395px;}
.bwtext5 {background:url(../images/bw-text5.png); width:945px; height:395px;}
.bwnotext {width:945px; height:395px;}

.price-wrapper {position:relative; top:1px; width:945px; height:1px; z-index:11;}

.mygallery2{
	position:absolute;
	width:945px;
	margin:0;
	left:0; top:0;
}
.mygallery2 ul {list-style:none; margin:0; padding:0; }

.mytext2{width:945px; display:inline; float:left; color:#FFF; font-size:21px; padding:13px 0 0 13px;}
/*NEW END */

img.slidim{
	float:left;
	margin:0;
	padding:0;
	border:none;
}

.mytext{
	position:relative; 
	width:945px;
	height:395px;	
	display:inline;
	float:left;
	z-index:99;
}

.prevbt{
float:left;
	width:23px;
	height:23px;
	z-index:200;
	background:url(../images/prev.png) top center;
	position:absolute;
	right:28px;
	bottom:15px;
	}
.prevbt:hover {background-position:bottom}

.nextbt{
    float:right;
	width:23px;
	height:23px;
	z-index:200;
	background:url(../images/next.png) top center;
	position:absolute;
	right:0px;
	bottom:15px;
	}
.nextbt:hover {background-position:bottom}