
/********** LAYOUT CSS ***********/
#interactiveWidget{
	width:448px; height:280px; /*width:448px; height:230px;*/
	position:relative;
	overflow:hidden;
	
	background:url('/static/images/iwidget/slideshow-b-bg.gif') repeat-x;
}

#interactiveWidget span#IWframe-l, #interactiveWidget span#IWframe-r {
	position:absolute; display:block;
	width:7px; height:280px;
	float:left;
	z-index:99; margin:0; padding:0; 
	left:0px; top:0px;
	background:url('/static/images/iwidget/slideshow-frame-l.png') top left;

}

#interactiveWidget span#IWframe-r{
	background:url('/static/images/iwidget/slideshow-frame-r.png') top right;
	float:right;
	left:441px;	
}
#interactiveWidget ul{
	position: relative;
	width:74px; height:280px;/*width:142px; height:230px;*/
	float:left;
	margin:0; padding:0;
	
	list-style:none;
}

#interactiveWidget li a{
	display:block;
	width:100%;
	
	color:#FFFFFF;
	text-decoration:none;
	font:bold 22px/46px Verdana, sans-serif;
	text-align: center;
	letter-spacing:1px;
}
#interactiveWidget li a:hover, #interactiveWidget li a.hover{	
	color:#dd2200;
	background:url('/static/images/iwidget/slideshow-y-bg.png') 0 75% repeat-x;
}
#interactiveWidget div{
	position: relative;
	float:right;
	width:374px; height:280px; /*width:306px; height:230px;*/
	overflow:hidden;
	margin:0; padding:0;
	
}
#interactiveWidget div.IWslide{
	position:relative;
	margin-bottom:15px;
}

#interactiveWidget div.IWHTML{	
	padding:10px; 
	width:354px; height:260px; /*width:286px; height:210px;*/
	background:url('/static/images/iwidget/slideshow-g-bg.gif');
	font:normal 12px/16px Verdana, sans-serif;
	color:#000000;
	
}

#interactiveWidget div.IWHTML h3{
	margin-top:0; font-size: 16px;
	}

#interactiveWidget div.IWflash span{ 
	display:block; position: absolute;
	top:0px; left:0px;
	width:374px; height:280px; /*width:306px; height:230px;*/
	z-index:5;
	background:url('/static/images/iwidget/faux-flash.png');
	text-indent:374px;
	line-height:280px;
	overflow: hidden;
	}
#interactiveWidget div.IWflash div{ 
	position:absolute; top:0px; left:0px;
	width:auto; height:auto;
	z-index:10;
	}

#interactiveWidget div.IWimage img,  #interactiveWidget div.IWflash img{
	width:100%; height:100%; border:0;
}
#interactiveWidget p{
	position:absolute; bottom:15px;
	margin:0;
	left:15px; z-index:5;
	width:281px; height:46px;
	
	background:url('/static/images/iwidget/imgtext-bg.png') no-repeat;
	font:normal 12px/16px Arial, sans-serif;
	padding:0 5px 0 10px;
	letter-spacing:0.1em;
	color:#EEEEEE;  
}
#interactiveWidget p.IWright{
	left:60px;
}
#interactiveWidget p.IWtop{
	top:15px;
}
#interactiveWidget p.IWcenter{
	left:30px;	
}

#interactiveWidget p.IWmiddle{
	top:100px;
}
#interactiveWidget p em{
	font:bold 15px/25px Arial, sans-serif;
	display: block; color:#1f76df;
}

a.hidden{
	display: none;	
}