div.effect_marquee
{
	position:relative;
	
	margin:0;
	padding:0;
	margin-top:0px;
	margin-left:40px;

	width:360px;
	height:400px;
}

div.effect_marquee_element
{
	float:left;
	
	margin:0;
	padding:0;

	width:120px;
	height:80px;
}

img.effect_marquee
{
	margin:0;
	padding:0;
	
	width:120px;
	height:80px;
	
	border:  /* 1px solid #000; */
}

div.effect_slideshow
{
	margin-top:60px;
	margin-left:30px;
	margin-bottom:30px;
	
	float:left;
	position:relative;
	width:385px;
	height:257px;
}

div.effect_slide
{
	position:absolute;
	width:385px;
	height:257px;
}

 