#slide {
	width : 670px;
	height : 300px;
	border : 1px solid #a09b8f;
	background : #bcb8ae;
	padding : 10px;
	float : left;
	margin : 13px 0;
	overflow : hidden;
}
#slider {
	height : 300px;
	overflow : hidden;
	position : relative;
	width : 720px;
}
#sliderContent {
	margin-left : 0;
	position : absolute;
	top : 0;
	width : 720px;
}
.sliderImage {
	width: 720px;
	display : none;
	float : left;
	position : relative;
}
.sliderImage span {
	background-color : #000000;
	color : #ffffff;
	display : none;
	font-size : 14px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	line-height : 19px;
	padding : 11px 13px 19px 13px;
	position : absolute;
	width : 644px;
	opacity: 0.7;
}
.clear {
	clear : both;
}
.top {
	left : 0;
	top : 0;
}
.bottom {
	bottom : 0;
	left : 0;
}
.left {
	height : 280px;
	left : 0;
	top : 0;
	width : 110px !important ;
}
.right {
	bottom : 0;
	height : 290px;
	right : 0;
	width : 90px !important ;
}





/* Accordian */
#accordion { 
	width: 257px; 
	margin-top: 13px;
	float: right; 
	line-height: 27px;
	border: 1px solid #a09b8f;
	border-left: 0px;
	background : #d8d4cd;
	/*background : #bcb8ae;*/
	font-family: verdana;
	font-size: 12px;
}

#accordion #list1a ul { margin-left: 40px; }
#accordion #list1a li { list-style: disc; margin-bottom: 1px; }

li { list-style-type: none; }


.basic  {
	height: 320px;
	overflow: hidden;
	border: none;
	font-weight: normal;
}
.basic div {
	padding: 9px;
	height: 210px;
}

.basic p {
	border: none;
	text-decoration: none;
	margin: 0px;
	line-height: 20px;
	padding: 5px;
}
.basic a {
	cursor: pointer;
	display: block;
	padding: 5px 12px;
	margin-top: 0px;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../img/accordion_bg.png); /* background of accordion titles OFF */
}
.basic a:hover {
	background-color: #1e1b16;
	background-image: url(../img/accordion_bgOn.png); /* background of accordion titles ON */
}
.basic a.selected {
	color: #FFFFFF;
	background-color: #1e1b16;
	background-image: url(../img/accordion_bgOn.png); /* background of accordion titles ON */
}