a img {
	border: 0;
}

.headings {
	margin: 0;
	padding: 0;
}

div#tmpSlideshow {
		float: left;
    /*margin: 10px;*/
    padding: 0 0 0 0;
    position: relative;
    height: 305px;
    width: 900px;
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 900px;
    height: 305px;
    display: none;
}
div.tmpSlide img.main {
    float: right;
    margin: 10px 10px 0 0;
    width: 500px;
	height: 285px;
}

div#tmpSlideshowControls {
    position: absolute;
    bottom: 12px;
	
	/*   for 6 buttons */
	left: 65px; 
	_left: 69px;
	
	
	/*  for 5 buttons 
	left: 85px;    
	_left: 89px; 
	*/
	
	 /*  for 4 buttons
    left: 105px; 			
	_left: 109px; 
	 */
    /*left: 125px; 				  for 3 buttons */
	/*_left: 129px; 		  for 3 buttons */
}
div.tmpSlideshowControl {
	float: left;
    border: 1px solid #999;
    margin: 0 1px 0 0;
    background: #f1f1f1;
    width: 38px;
    height: 36px;
    color: 065290;
    font: 16px Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    cursor: pointer;
	 font-weight: bold;
}
div.tmpSlideshowControl span {
    line-height: 36px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background: #065290;
		color: #fff;
}
div.tmpSlideshowControlActive {
    border: 1px solid #032d64;
		background: #065290;
		color: #fff;
}
div.tmpSlideCopy {
    position: absolute;
    left: 0;
    top: 20px;
    width: 375px;
	 padding: 0;
	 margin: 0;
	 text-align: center;
}

div.tmpSlideCopy div.heading {
	float: left;
	clear: both;
}
div.tmpSlideCopy .heading1 {
	text-align: center;
	display: block;
	padding: 0;
	margin: 0;
}
div.tmpSlideCopy img.heading2 {
	float: left;
 	width: 283px;
 	height: 59px;
	display: block;
	margin-left:20px;
}
div.tmpSlideCopy img.heading2 {
	float: left;
 	width: 283px;
 	height: 59px;
	display: block;
	margin-left:5px;
}
div.tmpSlideCopy img.media_btn {
	float: left;
 	width: 105px;
 	height: 27px;
	margin-left: 95px;
}
div.tmpSlideCopy img.media_btn2 {
	float: left;
 	width: 138px;
 	height: 27px;
	margin-left: 78px;
}
div.tmpSlideCopy img.view_flier {
	float: left;
 	width: 109px;
 	height: 27px;
	margin-left: 91px;
}
div.tmpSlideCopy img.view_ticket {
	float: left;
 	width: 109px;
 	height: 27px;
	margin-left: 91px;
}
div.tmpSlideCopy img.easter{
	float: left;
 	width: 161px;
 	height: 27px;
	margin-left: 67px;
}


div#tmpSlideshow h4 {
    color: #b90f23;
    text-transform: uppercase;
    font: 14px Arial, sans-serif;
    margin: 10px 0;
}
div.tmpSlideCopy p {
	margin-top: 20px;
	_margin-top: 15px;
  	font: 12px Arial, sans-serif;
  	line-height: 1.5em;
  	text-align: center;
}

.clear {
	clear: both;
}
