/* Slideshow style rules.*/
#slideshow {
	margin:1% auto;
	width:640px;
	height:263px;
	background:transparent url(../img/bg_slideshow2.png) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../img/control_left.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../img/control_right.png) no-repeat 0 0;
}

/** 
 * General Style Rules - stripper.com
 */
* {
  margin:0;
  padding:0;
  font:normal 15px Verdana, Geneva, sans-serif;
  color:#ccc;
}
a {
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
body {
  background:#393737 url(../img/bg_body.jpg) repeat-x top left;
}
#pageContainer {
  margin:0 auto;
  width:960px;
}
#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  background:transparent url(../img/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
}
.slide h2, .slide p {
  padding:0 35px;
  font: 14px Arial, "Times New Roman", Times, serif;
  direction:rtl;
}
.slide h2 {
  font:bold  26px Arial, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {
  padding:0 15px;
  border:0

}
#ContactCube {
  margin:-1% auto;
  width:620px;
  height:143px;
  background:transparent url(../img/cube2.png) no-repeat  no-repeat 0 0;
  position:relative;
}
#Data {
  padding-top:11%;
  width:620px;
  height:143px;
  direction:rtl;

}

#footer {
  height:160px;
  direction:rtl;

}
}
#content {
  height:10px;
  direction:rtl;

}
#footer p {
  margin:30px auto 0 auto;
  display:block;
  width:560px;
  height:40px;
}

.bigPhone {
font: bold 72px arial;
display: block;
text-align: center;
padding-top: 2px;
color: #fff;
}

.bigPhone:hover {text-decoration:none;}