@charset "utf-8";
/* CSS Document */

#allcontent
{
height: 755px;
}

#allcontent2
{
	 width: 980px;
	 margin-left: auto;
     margin-right: auto;
}
				   
#footer2
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	}

#slideshow {
	
	width:980px;
	height:376px;
	background:transparent url(../images/bg_slideshow.jpg) no-repeat 0 0;
	position:absolute;
	margin-left: 100px;
	margin-top: -35px;
}

#slidesContainer {
  margin-left: 117px;
  margin-top: 40px;
  width:560px;
  height:376px;
  }

#leftControl {
	top:0;
	left:79px;
	top: 40px;
	background:transparent url(../images/control_left.jpg) no-repeat 0 0;
}

#rightControl {
	top:0;
	left:655px;
	top: 40px;
	background:transparent url(../images/control_right.jpg) no-repeat 0 0;
}


/** 
 * Slideshow controls style rules.
 */
.control {
	display:block;
	width:40px;
	height:376px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}

#heading

{
	margin-top: 20px;
}