#slider1 {
    width: 963px; /* important to be same as image width */
    height: 183px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden;
	right:0; /* important */
}

#slider1Content {
    width: 963px /* important to be same as image width or wider */;
    position: absolute;
	bottom: 0;
	margin-right: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
	position: absolute;
	font-size: 1.6em;
	padding: 15px 20px;
	width: 963px;
	background: url("../images/bl-tr.png") repeat transparent;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-rigth-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #272727;
	display: none;
}

.slider1Image span a{
	color: #272727;
	text-decoration: none;
}
.slider1Image span a:hover{
	color: #A40202;
	text-decoration: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 1em;
	font-weight: bold;
	margin-bottom: 25px;
}
.left-bis  {
	bottom: 0;
    right: 0px;
	width: 480px !important;
	/*height: 225px;*/
	height:auto;
	margin: 0 20px 10px 0;
}
.right-bis  {
	right: 0px;
	bottom: 0;
	width: 511px !important;
	/*height: 225px;*/
	height:auto;
	margin:0;
}
ul#slider1Content { list-style-type: none;margin:0;padding:0;left:0;}

#slider2 {
    width: 450px; /* important to be same as image width */
    height: 183px; /* important to be same as image height */
    position: relative; /* important */
	right:0; /* important */
}

#slider2Content {
	width: 450px /* important to be same as image width or wider */;
	position: relative;
	bottom: 0;
	margin-right: 0;
}
.slider2Image {
    float: left;
    position: relative;
	display: none;
}
.slider2Image span {
	position: absolute;
	font-size: 1.2em;
	padding: 15px 20px;
	width: 450px;
	background: url("../images/bl-tr.png") repeat transparent;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-rigth-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #272727;
	display: none;
}

.slider2Image span a{
	color: #272727;
	text-decoration: none;
}
.slider2Image span a:hover{
	color: #A40202;
	text-decoration: none;
}
.clear {
	clear: both;
}
.slider2Image span strong {
    font-size: 1em;
	font-weight: bold;
	margin-bottom: 25px;
}
.left-biss  {
	bottom: 0;
    right: 0px;
	width: 480px !important;
	/*height: 225px;*/
	height:auto;
	margin: 0 20px 10px 0;
}
.right-biss  {
	right: 0px;
	bottom: 0;
	width: 511px !important;
	/*height: 225px;*/
	height:auto;
	margin:0;
}
ul#slider2Content { list-style-type: none;margin:0;padding:0;left:0;}


