#carousel {
	width:1068px;
	height:339px;	
	margin:0 auto;
	overflow:hidden;
}

#slides {
	overflow:hidden;
	/* fix ie overflow issue */
	position:relative;
	width:1068px;
	height:339px;
	margin:0;
	padding:0;
	border:none;
		}

/* remove the list styles, width : item width * total items */	
#slides ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;
	border:none;	
	width:2136px;			
}

/* width of the item, in this case I put 250x250x gif */
#slides li {
	width:1068px;
	height:339px;	
	float:left;
	margin:0;
	padding:0;
	border:none;
		}

#slides li img {
	margin:0;
	padding:0;
	border:none;
}

/* Styling for prev and next buttons */
#buttons {
	height: 0px;
	overflow:hidden;
	padding:0 0 0 0;	
	float:right;
}

#buttons a {
	display:block; 
	width:31px; 
	height:32px;
	text-indent:-999em;
	float:left;
	outline:0;
}

a#prev {
	background:url(arrow.gif) 0 -31px no-repeat; 
}

a#prev:hover {
	background:url(arrow.gif) 0 0 no-repeat;
}

a#next {
	background:url(arrow.gif) -32px -31px no-repeat; 
}

a#next:hover {
	background:url(arrow.gif) -32px 0 no-repeat;
}

.clear {clear:both}

#wall {
	position:relative;
	float:left;
	margin-top: 20px;
	width:1078px;
	height:351px;
	border:solid;
	border-color:#CCCCCC;
	border-width:2px;
	border-radius:10px;
	background-color:#FFF;
	}
#wallcontainer {
	position: absolute;
	margin-top: 6px;
	margin-left: 7px;
	width:1064px;
	height:338px;
	border:solid;
	border-width:0px;
	border-radius:8px;
	background-color:#FFF;
	overflow:hidden;
	}