.leftrotate {
display: block;
position:absolute;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
top: 35px;
right:-12px;
}
.rightrotate {
display: block;
position:absolute;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
top: 35px;
left:-12px;
}
#divLeftSideBanner {
	position:absolute;
	top:0px;
	left:0px;
	width:140px;
	height:100%;
	background-color:#fdb913;
	z-index:100;
	margin-top:0px;
}
#slideLeftOut {
z-index:2000;
position:absolute;
	width:160px;
height:100%;
	top:200px;
	left:-140px;
	background-color:#fdb913;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
#slideLeftClick{
z-index:2000;
float:right;
height:100%;
width:20px;
background-color:#fdb913;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
#divRightSideBanner {
	position:relative;
	top:0px;
	right:0px;
	width:140px;
	height:100%;
	background-color:#fdb913;
	z-index:100;
	margin-top:0px;
}
#slideRightOut {
z-index:2000;
position:absolute;
	width:160px;
height:100%;
	top:200px;
	right:-140px;
	background-color:#fdb913;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
#slideRightClick{
z-index:2000;
float:left;
height:100%;
width:20px;
background-color:#fdb913;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
#divBottomSideBanner {
	position:relative;
	bottom:0px;
	text-align:center;
}
#slideLeftContent {
background-color:#fdb913;
width: 130px;
height: 100%;
padding: 0px 0 0 0px;
float:left;
color: #EFEFEF;
font-size: 17px;
font-weight: bold;
font-family: arial, sans-serif;
text-transform: uppercase;
text-align: center;
}
#slideRightContent {
background-color:#fdb913;
width: 130px;
height: 100%;
padding: 0px 0 0 0px;
float:right;
color: #EFEFEF;
font-size: 17px;
font-weight: bold;
font-family: arial, sans-serif;
text-transform: uppercase;
text-align: center;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
