a:link, a:visited, a:active{
outline:none;
}
a:hover{
outline:none;
}	
	.contentContainer{
		padding-left:10px;
		padding-right:10px;
		padding-bottom:10px;
	}
	.contentContainer p,.contentContainer h1{
		margin-top:0px;
	}
	
	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin-top:0px;	/* "Air" */
		float:left; /* Floating gallery at the right side of other web page content */		
		width:631px;	/* Image width */
		height:204px;	/* Image height */
		position:relative;	/* Don't remove this line  */
	}
	.leftFloatingDiv{
		float:left;
		width:160px;
		height:110px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}
	
.pagination1{
	z-index: 0;
	/*width: 631px;*/
	/*height:30px;*/
	padding: 0px 0px 0px 30px;
	margin-top: 206px;
	font-size: 0px;
	/*margin:53px -150px 20px 20px;*/
	position: relative;
	float: left;
	/*left:-190px;
top:-19px;*/
	text-align: left;
}
.pagination1 a{
text-align:center;
width:100px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
padding: 0px 2px 0px 2px;
float:left;
margin-right:3px;
text-decoration: none; 
color:#000;
background: #CCC;
/*border:1px solid #c5c5c5;*/
}
.pagination1 a:hover, .pagination1 a.selected{
color:#000;
/*border:1px solid #c5c5c5;*/
text-decoration:none;
background: #900;
}
