@charset "utf-8";
/* CSS Document */


    /* image replacement */

	#content{
	position:relative;
	margin-left: 25px;
	height: 200px;
	width: 600px;
		}			

/* Easy Slider */

	#slider{
	width: 600px;
	float: left;
	background-color: #f2f2f2;
}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:600px;
		height:200px;
		overflow:hidden; 
		}	

/* // Easy Slider */

#content #destination {
	float: right;
	height: 250px;
	width: 160px;
	padding-top: 0px;
	padding-left: 0px;
	margin-right: 5px;
}
#content #destination ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#content #destination a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #942944;
	font-weight: bold;
	font-size: 0.9em;
	letter-spacing: 1px;
	width: 90%;
}
#content #destination a:hover {
	text-decoration: underline;
	background-color: #e3e3e3;
}

