.icePnlBrdrIACNorth {
    padding: 5px;
    background: black;
    font-weight: bold;
    height: 60px;
    text-align: center;
}

.icePnlBrdrIACEast {
    width: 10%;
    background-color: #FFFFFF;
    padding: 5px;
    vertical-align: top;
}

.icePnlBrdrIACWest {
    width: 20%;
    background-color: #FFFFFF;
    vertical-align: top;
}

.icePnlBrdrIACCenter {
    width: 70%;
    background-color: black;
    padding: 5px;
    vertical-align: top;
}

.icePnlBrdrIACSouth {
    border-top: 1px solid #FFFFFF;
    color: #666666;
    padding: 4px;
}

.icePnlBrdrIACStyle {
    background-color: #FFFFFF;
    border: 1px solid #ABABAB;
    margin: 10px;
    width: 97%;
}

.west_top {
	width: 250x;
	text-align: left;
	vertical-align: top;
	padding-right: 15px;
}

.center_top {
	width: 730px;
	text-align: left;
	vertical-align: top;
}

#carousel {
	width: 255px;
	height: 195px;
	margin: 0 auto;
}

#slides {
	overflow: hidden; /* fix ie overflow issue */
	position: relative;
	width: 250px;
	height: 190px;
	border: 1px solid #ccc;
}  /* remove the list styles, width : item width * total items */
#slides ul {
	position: relative;
	left: 0;
	top: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 750px;
}  /* width of the item, in this case I put 250x250x gif */
#slides li {
	width: 250px;
	height: 190px;
	float: left;
}

#slides li img {
	padding: 5px;
}  /* Styling for prev and next buttons */
#buttons {
	padding: 0 0 5px 0;
	float: right;
}

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

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

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

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

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

.clear {
	clear: both
}