
				
/* ======================== Slider ================================*/

#tmpSlideshow	{
				margin:0px;
				position:relative;
				width:942px;
				height:320px;
				}
				
div.tmpSlide 	{
				position: absolute;
				top: 0;
				left: 0;
				width: 942px;
				height: 320px;
				display: none;
				}

div.tmpSlide img {
				float: left;
				width:914px;
				height:346px;
				overflow:hidden;
				}

div#tmpSlideshowControls {
				position: absolute;
				bottom: 0px;
				right: 50px;
				}

div.tmpSlideshowControl {
				width:19px;
				height:19px;
				display:block;
				text-indent:-9999px;
				margin-right:3px;
				float:left;
				position:relative;
				z-index:99;
				cursor:pointer;
				background:url(../images/bull.png) -22px 0 no-repeat;
				}

div.tmpSlideshowControlOn,
div.tmpSlideshowControlActive {
				font-weight:bold;
				background:url(../images/bull.png) 0 0 no-repeat;
				}

div.tmpSlideCopy {
				position: absolute;
				padding: 100px 35px;
				background-color: #3a6a98;
				color: #ffffff;
				top: 0;
				right: 0;
				width: 212px !important;
				height: 120px;
				}

div#tmpSlideshow h2 {
				font:26px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
				text-transform:uppercase;
				padding-bottom:20px;
				color: #ffffff;
				}


