/*

Title:		jShowOff: a jQuery Content Rotator Plugin
Author:		Erik Kallevig
Version:	0.1.2
Website:	http://ekallevig.com/jshowoff
License: 	Dual licensed under the MIT and GPL licenses.





/*-- demo page styles --*/


	


#demo, #about {

	float: left;
	width:975px;
	}

#demo {
	margin:0;
	}

#about {
	padding: 0 50px 0 0;
	_padding: 0 48px 0 0;
	}





/*-- jShowOff module styles --*/


#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {

	position: relative;
	overflow: hidden;
	height: 280px;

	}
.jshowoff {

	margin: 0 0 10px 0;
	}

	
.jshowoff div a, .jshowoff img {
	border:0;

}
	
.jshowoff div, .jshowoff img, .jshowoff {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}
.jshowoff div p, .jshowoff div h2, .jshowoff div p {
	_background-color: #efefef;
	bottom: 13px;
    color: #FFFFFF;
    margin: 10px;
    position: absolute;
	z-index:220;
}
	
.jshowoff div h2 a{ 
	text-decoration:none;
	color: #FFFFFF;
}

.eddie {
	float: right;
	padding: 15px 20px 15px 20px;
	}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #fff;
	color: #000;
	}
p.jshowoff-controls {
	background: #aaa;
	overflow: auto;
	height: 1%;
	padding: 0 0 5px 5px;
	margin: 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
	}

.jshowoff-pausetext {
	color: #fff;
	}


/*-- Re-styled Thumbnail Demo --*/

.thumbFeatures p.jshowoff-slidelinks {
	background: #000;
	bottom: 0;
	padding: 5px 0 5px 5px;
	right: 113px;
	height: 32px;
	}
.thumbFeatures .jshowoff-slidelinks a {
	display: block;
	width: 60px;
	height: 30px;
	background-color: none;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	padding: 0;
	border: 1px solid #4f4f4f;
	text-indent: -10000em;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	}
.thumbFeatures .jshowoff-slidelinks a.jshowoff-active {
	border: 1px solid #fff;
	}
.thumbFeatures .jshowoff-slidelink-0 {
	background-image: url(../4065/4439060414_c11002d183_o_d.jpg);
	}
.thumbFeatures .jshowoff-slidelink-1 {
	background-image: url(../4049/4438283469_5ddf465356_o_d.jpg);
	}
.thumbFeatures .jshowoff-slidelink-2 {
	background-image: url(../4033/4439060472_02efbb3955_o_d.jpg);
	}
.thumbFeatures .jshowoff-slidelink-3 {
	background-image: url(../4041/4438283519_4f08cb4a57_o_d.jpg);
	}
.thumbFeatures p.jshowoff-controls {
	background: none;
	height: 38px;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 100px;
	width: 100%;
	z-index: 150;
	}
.thumbFeatures .jshowoff-controls a {
	display: block;
	width: 22px;
	height: 38px;
	background: none;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -10000em;
	position: absolute;
	}

.thumbFeatures .jshowoff-controls a.jshowoff-prev {
	left: 15px;
	background-image: url(../4035/4438728886_fd55756fc5_o_d.gif);
	}
.thumbFeatures .jshowoff-controls a.jshowoff-next {
	right: 15px;
	background-image: url(../2743/4438728872_07e935da40_o_d.gif);
	}
.thumbFeatures .jshowoff-controls a.jshowoff-play {
	display: none;
	}
.jshowoff.thumbFeatures {
	height: 250px;
	}
.jshowoff.thumbFeatures div, .jshowoff.thumbFeatures img, .jshowoff.thumbFeatures {
	-webkit-border-radius: 6px;
	}
	
	<!-- begin banner slider home begin -->
a.banner {
	width:622px;
	height:250px;
	text-decoration:none;
	
}

.for-bath {
	position:relative;
	background-image:url(../img/banner/banner1.jpg);
	padding:0 497px 280px;
	background-repeat:no-repeat;
	background-position:0 0;

	}
	
	
.for-dining {
	position:relative;
	background-image:url(../img/banner/banner2.jpg);
	padding:0 497px 280px;
	background-repeat:no-repeat;
	background-position:0 0;

}

.for-bed {
	position:relative;
	background-image:url(../img/banner/banner4.jpg);
	padding:0 497px 280px;
	background-repeat:no-repeat;
	background-position:0 0;

}

.for-body {
	position:relative;
	background-image:url(../img/banner/banner3.jpg);
	padding:0 497px 280px;
	background-repeat:no-repeat;
	background-position:0 0;

}

.for-hotel {
	position:relative;
	background-image:url(../img/banner/banner5.jpg);
	padding:0 497px 280px;
	background-repeat:no-repeat;
	background-position:0 0;

}
	
div.text-container {
	background-color: #000000;
    bottom: 10px;
    height: 20px;
    opacity: 0.5;
    padding: 15px;
    position: absolute !important;
    width: 250px;
	filter: alpha(opacity=50);

}

div.text-container h2 {
	line-height:130%;
	color:#fff;
}
	
	div.text-container p {
	line-height:130%;
	font-size:120%;
}

a.arr-next-oval {
	background-image:url(../img/btns/arrow-next.png);
	background-repeat:no-repeat;
	padding:0 35px 12px;
	margin:190px;
	text-decoration:none;
}
<!-- end banner slider home -->