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:00px;	/* "Air" */
		float:left; /* Floating gallery at the right side of other web page content */		
		width: 400px;	/* Image width */
		height:216px;	/* 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{
	width: 400px;
	height:27px
	font-size:0px;
	position:relative;
	float:left;
	cursor: pointer;
    text-align:center;
    background: #CCC;
}
.pagination1 a{
font: bold 11px Helvetica, sans-serif;
padding:0px; line-height:27px;
margin-right:5px;
}
.pagination1 a:hover, .pagination1 a.selected{
color:#FFF;
text-decoration:none;
background: #000;
}