/****************************
		SLIDE MENU
****************************/
#slider-accordion {
	height:301px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border: 5px solid #dce1e5;
	
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
#slider-accordion img {
	border:none;
}
.slide	{
	list-style:none;
	height:301px;
	display:block;
}
.slide li 	{
	float:left;
	display:inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	height: 301px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.slide .desc {
	background-image: url(images/transparent_bg.png);
	background-repeat: repeat;
	width: 350px;
	position: absolute;
	top: 60px;
	left: 130px;
	bottom: 0px;
	padding: 0px;
	color: #535562;
	font-size: 18px;
}
.slide .desc a {
	position: absolute;
	float: right;
	top: 65px;
	right: 20px;
}
