#tileWrapper{
padding:0;
margin:0;
width:1000px;
position:relative;
	height: 560px;
	display:block;
}
#tileSlider{
position:relative;
float:left;
padding:0;
margin:0;
width:4000px;
	height: 560px;
overflow:hidden;
}
.tileSlide{
position:relative;
float:left;
padding:0;
margin:0;
width:1000px;
	height: 560px;
overflow:hidden;
}
#carousel-photos{
margin:0 0 0 0px;
overflow:hidden;
	height: 560px;
text-align:center;
}
#viewport-photos{
	width: 1000px; /* Defines the size of the visible part of the carousel
		Attention : if you only want to see plain items in the viewport,
		the width of the viewport should take into account of :
		- the items width
		- the right and left padding of items
		- the number of items you want to see in the viewport
	 */
	height: 560px;
	overflow:hidden; /* Hides extra elements, those outside the viewport area */
	/* Fix for IE */
	position:relative;
text-align:center;
margin:0;
}
#viewport-photos ul{
	position: relative; /* Enables positionning of elements inside viewport */
	padding: 0; /* Resets default - User Agent - style */
	margin: 0;
text-align:center;
}
#viewport-photos li{
	width: 158px; /* Defines the size of inner element */
	height: 158px;
	float: left; /* Places list items side by side*/
	list-style: none; /* Resets default - User Agent - style */
	
	/* Cosmetic */
	margin: 0;
	padding: 0;
	line-height:16px;
font-size:11px;
font-weight:normal;
text-align:center;
}

/* Cosmetic */
#previous-photos, #next-photos{
	cursor: pointer;
	font-size: 11px;
	text-decoration: underline;	
		color:#909090;

}


.imageWrapperCarousel {
position:relative;
text-align:center;
overflow:hidden;
height:158px;
width:158px;
border-bottom:1px solid #ffffff;
}

.imageWrapperCarousel img {
margin:0 auto 0 auto;
}
