p {
	padding-left:15px;
	padding-right:15px;
	text-align:justify;
	font-family: Arial, Verdana, Helvetica;
	font-size:15px;
	color:#000;			
}

img {
	border:0px;
}

#carousel-container {
	margin:0px auto 0px auto;
	padding:0px;

	width:440px;
	height:473px;
	padding:15px;
	background:url("../images/bg.jpg");
	background-repeat:no-repeat;
	text-align:center;
}

#button-container {
	position:absolute;
	float:left;
	margin:0px;
	padding:0px;

	width:440px;
	margin-top:128px;
}

#left-button {
	position:absolute;
	margin:0px;
	padding:0px;
	margin-top:140px;
	float:left;
	width:35px;
	height:35px;	
}

#right-button {
	position:absolute;
	margin:0px;
	padding:0px;
	margin-top:140px;
	float:right;
	width:35px;
	height:35px;		
	margin-left:400px;	
}

#left-button img, #right-button img {
	margin:0px;
	padding:0px;

	border:0px;
	cursor:pointer;
}

#carousel[0], #carousel[1], #carousel[2], #carousel[3], #carousel[4], #carousel[5] {
        opacity:1;
        filter:alpha(opacity=100);
}

#carousel[1], #carousel[2], #carousel[3], #carousel[4], #carousel[5] {
        display:none;
}