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

#slider1 {
    height: 360px;
    width:890px;
    margin-left:0px;
    overflow:hidden;
    position:relative;
	font-family:"Delicious", Asenine, "Glasket Medium", Sans-serif;

}

#slider1Content {
	/* width: 720px; important to be same as image width or wider */
	width:890px;
	position:absolute;
top: 0;
	margin-left: -30;
}
.slider1Image {
	float: left;
	position: relative;
	display: none;
}
.slider1Image span {
	position: absolute;
	font: 1.4em "Century Gothic", sans-serif;
	padding: 10px 13px;
	width: 694px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}
.clear {
	clear: both;
}

.slider1Image span strong {
	font-size: 1.7em;
	font-family:"Delicious", Asenine, "Glasket Medium", Sans-serif;
	letter-spacing:0.09em;


}
.slider1Image span  {
	font-size: 0.9em;
	line-height:20px;
}
.left {
	top: 0;
	left: 0;
	width: 300px !important;
/*	height: 280px;	
*/
	height:360px;
}
.right {
	right: 0;
	bottom: 0;
	width: 300px !important;
/*	height: 287px;
*/	height:350px;
}
#slider1 ul { list-style-type: none;}

@font-face { 
font-family: Delicious; 
src: url('../ASENINE_.ttf'); 

}
.red{
	color:#C00;
}