body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}
iframe {
	border: 0;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
}
a img {border: none;}
.shadow {
	/*-moz-box-shadow: rgba(0,0,0,0.48) 0 4px 22px;
	-webkit-box-shadow: rgba(0,0,0,0.48) 0 4px 22px;
	-khtml-box-shadow: rgba(0,0,0,0.48) 0 4px 22px;
	box-shadow: rgba(0,0,0,0.48) 0 4px 22px;*/
}

#widget {
	position:absolute;
	left: 30px;
	z-index: 9000;
	top: 30px;
	width: 302px;
	height: 197px;


}
#content {
	width: 302px;
	height: 197px;
	background:#fff;
	overflow: hidden;
	border: 1px solid #B1D5F4;
}
#widget #title {
	height: 18px;
	background: #e3df67 url(images/bg_header.gif) no-repeat;
	position:relative;
	font-size: 10px;
	cursor: pointer;
}
#widget #title #minmax {
	position:absolute;
	right: 3px;
	top: 3px;
	background: white;
	width: 14px;
	height: 12px;
	background: url(images/bg_minmax.gif) no-repeat;
	text-align: center;
}
#widget #title div#minmax.max {
	background-position: 0px -12px;	
}
#buttons {
	height: 61px;
	background: url(images/bg_buttons.gif) no-repeat;
}
#images img {
left:0;
position:absolute;
top:0;
}

#images {
	overflow:hidden;	
}
#images, #imagescontainer {
	height:82px;
width:302px;
}
.sub {
	position:absolute;
	display: none;
	z-index: 9500;
}
.sub a {
	background-repeat: no-repeat;	
	display: block;
	height:22px;
	cursor: pointer;
}
.sub a:hover {
	background-position: 0 -22px;		
}

div#sub_2 {
	top: 49px;
	left: 94px;
	width: 103px;
}
div#sub_3 {
	top: 49px;
	left: 198px;
	width: 104px;
}
div#sub_5 {
	top: 78px;
	left: 94px;
	width: 143px;
}
.button {
	background-repeat: no-repeat;	
	height: 30px;
	display: block;
	float: left;
	cursor: pointer;
}
#but_1 {
	background-image: url(images/but_home.gif);
	width: 94px;
	height: 31px;
}
#but_2 {
	background-image: url(images/but_hnw.gif);
	width: 103px;
	height: 31px;
}
#but_3 {
	background-image: url(images/but_multimedia.gif);
	width: 105px;
	height: 31px;
}
#but_4 {
	background-image: url(images/but_twitter.gif);
	width: 94px;
}
#but_5 {
	background-image: url(images/but_tools.gif);
	width: 103px;
}
#but_6 {
	background-image: url(images/but_linkedin.gif);
	width: 105px;
}
#but_1:hover, #but_2:hover, #but_3:hover, #but_1.hover, #but_2.hover, #but_3.hover {
	background-position: 0 -31px;
}
#but_4:hover, #but_5:hover, #but_6:hover,#but_4.hover, #but_5.hover, #but_6.hover {
	background-position: 0 -30px;
}

